summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-15 14:39:21 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-15 16:27:53 -0700
commit2664fb5ec37b140cf914c8eb199ca92e7d12c34a (patch)
treede2a17831d40d16f06afbe592769dd1810ea4cdc
parentca831e8d5b3d3e3d1612ae74c35dd73bef63e2b6 (diff)
downloadmeta-openembedded-2664fb5ec37b140cf914c8eb199ca92e7d12c34a.tar.gz
poco: upgrade 1.12.1 -> 1.12.2
Changelog: ========= - GH #3460 fix(Platform): LoongArch support - GH #3688 Linking Crypto-testrunner fails - GH #3693 VS2022 compilation issues - GH #3698 SIGABRT in OSSL_PROVIDER_unload with static OpenSSL3 - GH #3699 POSIX Event state need not be atomic - GH #3700 Release script must include build_vs170.cmd - GH #3708 wakeup fd is never read - GH #3711 lowercase winsock2 and iphlpapi to allow cross compile - GH #3716 Compiling with clang_cl_x64_x64 on Visual Studio 2022 failed - GH #3717 Only support extracting JSON fields when the SDK supports it - GH #3719 PocoNet Project File does not support Visual Studio 2022 - GH #3720 Update max MSVC version information - GH #3721 fails to build with Visual Studio projects - GH #3722 Added missing Crypto Header to ProGen source - GH #3724 Crypto: Progen again to add new files and bring back ARM64 configuration - GH #3727 Add how to install using Conan section on README - GH #3733 Poco::format and C++20 - GH #3734 g++ C++20 warnings 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.2.bb (renamed from meta-oe/recipes-support/poco/poco_1.12.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poco/poco_1.12.1.bb b/meta-oe/recipes-support/poco/poco_1.12.2.bb
index daf9ec00b6..5ecc5b8dee 100644
--- a/meta-oe/recipes-support/poco/poco_1.12.1.bb
+++ b/meta-oe/recipes-support/poco/poco_1.12.2.bb
@@ -11,7 +11,7 @@ DEPENDS = "libpcre2 zlib"
11SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \ 11SRC_URI = "git://github.com/pocoproject/poco.git;branch=master;protocol=https \
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14SRCREV = "92fac970d4b6161fd58335bfe1492689ba5a80a3" 14SRCREV = "be19dc4a2f30eb97cc9bdd7551460db11cc27353"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "poco-(?P<pver>\d+(\.\d+)+)"
17 17