From de622b7edfca78cac3268085733d41fb07988ad7 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 27 Jan 2023 10:45:20 -0500 Subject: [PATCH 1/2] poco: update to 1.12.4 --- common/shlibs | 26 +++++++++++++------------- srcpkgs/poco/template | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/common/shlibs b/common/shlibs index edb8a2c5dd73..523fd15af734 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3006,19 +3006,19 @@ libsigrok.so.4 libsigrok-0.5.0_1 libsigrokcxx.so.4 libsigrok-0.5.0_1 libsigrokdecode.so.4 libsigrokdecode-0.5.0_2 libglyr.so.1 glyr-1.0.8_1 -libPocoJSON.so.64 poco-1.9.4_3 -libPocoMongoDB.so.64 poco-1.9.4_3 -libPocoZip.so.64 poco-1.9.4_3 -libPocoData.so.64 poco-1.9.4_3 -libPocoNet.so.64 poco-1.9.4_3 -libPocoDataSQLite.so.64 poco-1.9.4_3 -libPocoFoundation.so.64 poco-1.9.4_3 -libPocoXML.so.64 poco-1.9.4_3 -libPocoUtil.so.64 poco-1.9.4_3 -libPocoRedis.so.64 poco-1.9.4_3 -libPocoEncodings.so.64 poco-1.9.4_3 -libPocoNetSSL.so.64 poco-1.9.4_3 -libPocoCrypto.so.64 poco-1.9.4_3 +libPocoJSON.so.94 poco-1.12.4_1 +libPocoMongoDB.so.94 poco-1.12.4_1 +libPocoZip.so.94 poco-1.12.4_1 +libPocoData.so.94 poco-1.12.4_1 +libPocoNet.so.94 poco-1.12.4_1 +libPocoDataSQLite.so.94 poco-1.12.4_1 +libPocoFoundation.so.94 poco-1.12.4_1 +libPocoXML.so.94 poco-1.12.4_1 +libPocoUtil.so.94 poco-1.12.4_1 +libPocoRedis.so.94 poco-1.12.4_1 +libPocoEncodings.so.94 poco-1.12.4_1 +libPocoNetSSL.so.94 poco-1.12.4_1 +libPocoCrypto.so.94 poco-1.12.4_1 libPtex.so ptex-2.3.2_1 libopenblas.so.0 openblas-0.2.19_1 librtaudio.so.6 rtaudio-5.1.0_1 diff --git a/srcpkgs/poco/template b/srcpkgs/poco/template index 008536b67121..983ffe069e3b 100644 --- a/srcpkgs/poco/template +++ b/srcpkgs/poco/template @@ -1,16 +1,16 @@ # Template file for 'poco' pkgname=poco -version=1.9.4 -revision=3 +version=1.12.4 +revision=1 build_style=cmake configure_args="-DPOCO_UNBUNDLED=ON" -makedepends="openssl-devel zlib-devel pcre-devel expat-devel sqlite-devel" +makedepends="openssl-devel zlib-devel pcre2-devel expat-devel sqlite-devel" short_desc="C++ class libraries for building network-based applications" maintainer="Julien Dehos " license="BSL-1.0" homepage="https://pocoproject.org" distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz" -checksum=eb34f257b11240a711ee505f1d80c754a80a990aeb48d8d93407884df288fd77 +checksum=4c3584daa5b0e973f268654dbeb1171ec7621e358b2b64363cd1abd558a68777 post_install() { vlicense LICENSE From 34e5b3291b126034178bd07d11eeb38fb8a11014 Mon Sep 17 00:00:00 2001 From: dkwo Date: Fri, 27 Jan 2023 10:45:43 -0500 Subject: [PATCH 2/2] remwharead: bump for poco --- srcpkgs/remwharead/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template index e72ab06131e4..4fb4c574b3ec 100644 --- a/srcpkgs/remwharead/template +++ b/srcpkgs/remwharead/template @@ -1,7 +1,7 @@ # Template file for 'remwharead' pkgname=remwharead version=0.10.0 -revision=4 +revision=5 build_style=cmake hostmakedepends="poco-devel asciidoc pkg-config" makedepends="poco-devel boost-devel"