diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-10-31 16:42:10 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-31 08:27:33 -0700 |
| commit | 0239a702d370a652ce3dd603db1fe32154f80c57 (patch) | |
| tree | 9ad516514d145105b5da9102b93457badb3b9750 | |
| parent | 30444c8a59f6adb050349ae069d176db83c54d3a (diff) | |
| download | meta-openembedded-0239a702d370a652ce3dd603db1fe32154f80c57.tar.gz | |
poco: upgrade 1.12.2 -> 1.12.3
Changelog:
===========
- GH #3682: Including Any.h causes Compiler error on Visual Studio
- GH #3683: Poco::format receives empty Vector<Any>
- GH #3692: v1.12.0 and v1.12.1 Poco::Any compile problem
- GH #3723: DateTimeFormatter creates invalid ISO8601 string
- GH #3737: Poco EventImpl for Win32 breaks INFINITE wait
- GH #3744: bindImplLOB zero size (or NULL) HY104 "Invalid precision value"
- GH #3748: Poco 1.12.2 - Building DataMySQL still fails (issue #3689)
- GH #3753: Fix optional JSON support for MySQL
- GH #3763: Poco::Util::Application VxWorks main is incorrect
- GH #3769: Fixed converting/correcting pre-gregorian dates (#3723).
- GH #3795: aix system NumberFormatter.cpp build error
- GH #3805: Upgrade expat to 2.4.9
- GH #3814: Security Vulnerability identified in POCO version 1.12.2
- GH #3825: VS 2022 Net project missing ARM64 config
- GH #3834: SocketImpl::available()
- GH #3846: Upgrade bundled zlib to 1.2.13 [fixes CVE]
- GH #3847: Upgrade bundled SQLite to 3.39.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poco/poco_1.12.3.bb (renamed from meta-oe/recipes-support/poco/poco_1.12.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.12.2.bb b/meta-oe/recipes-support/poco/poco_1.12.3.bb index 5ecc5b8dee..32c57ce978 100644 --- a/meta-oe/recipes-support/poco/poco_1.12.2.bb +++ b/meta-oe/recipes-support/poco/poco_1.12.3.bb | |||
| @@ -11,7 +11,7 @@ DEPENDS = "libpcre2 zlib" | |||
| 11 | SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \ |
| 12 | file://run-ptest \ | 12 | file://run-ptest \ |
| 13 | " | 13 | " |
| 14 | SRCREV = "be19dc4a2f30eb97cc9bdd7551460db11cc27353" | 14 | SRCREV = "f1aefe34a46891b09230422bbc37465bc6d0a0d1" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
