From 949c4bfc7986f5b2852b803e5b0b4d5eae2c6a71 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 7 Mar 2022 15:23:33 +0100 Subject: [PATCH 1/3] poco: update to 1.11.1. --- common/shlibs | 28 +++++++++++++++------------- srcpkgs/poco/template | 7 ++++--- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/common/shlibs b/common/shlibs index 250e1e0b8cb5..38b584ada5b3 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3012,19 +3012,21 @@ 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.81 poco-1.11.1_1 +libPocoMongoDB.so.81 poco-1.11.1_1 +libPocoZip.so.81 poco-1.11.1_1 +libPocoData.so.81 poco-1.11.1_1 +libPocoNet.so.81 poco-1.11.1_1 +libPocoDataSQLite.so.81 poco-1.11.1_1 +libPocoFoundation.so.81 poco-1.11.1_1 +libPocoXML.so.81 poco-1.11.1_1 +libPocoUtil.so.81 poco-1.11.1_1 +libPocoRedis.so.81 poco-1.11.1_1 +libPocoEncodings.so.81 poco-1.11.1_1 +libPocoNetSSL.so.81 poco-1.11.1_1 +libPocoCrypto.so.81 poco-1.11.1_1 +libPocoJWT.so.81 poco-1.11.1_1 +libPocoActiveRecord.so.81 poco-1.11.1_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 9c157ba6d615..5aa242d0e512 100644 --- a/srcpkgs/poco/template +++ b/srcpkgs/poco/template @@ -1,7 +1,7 @@ # Template file for 'poco' pkgname=poco -version=1.9.4 -revision=3 +version=1.11.1 +revision=1 wrksrc="${pkgname}-${version}-all" build_style=cmake configure_args="-DPOCO_UNBUNDLED=ON" @@ -10,8 +10,9 @@ short_desc="C++ class libraries for building network-based applications" maintainer="Julien Dehos " license="BSL-1.0" homepage="https://pocoproject.org" +changelog="https://raw.githubusercontent.com/pocoproject/poco/master/CHANGELOG" distfiles="https://pocoproject.org/releases/${pkgname}-${version}/${pkgname}-${version}-all.tar.gz" -checksum=eb34f257b11240a711ee505f1d80c754a80a990aeb48d8d93407884df288fd77 +checksum=31ccce6020047270003bfb5b0da7e2ad432884c23d3cd509c86f47cf3a5e5d2a post_install() { vlicense LICENSE From dc841b6ab17a74c37a124a2c2030991ea2973fb4 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 7 Mar 2022 15:25:03 +0100 Subject: [PATCH 2/3] mumble: rebuild against poco-1.11.1 --- srcpkgs/mumble/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/mumble/template b/srcpkgs/mumble/template index 9c158c6e8efd..24f30f5e019d 100644 --- a/srcpkgs/mumble/template +++ b/srcpkgs/mumble/template @@ -1,7 +1,7 @@ # Template file for 'mumble' pkgname=mumble version=1.4.230 -revision=3 +revision=4 wrksrc=mumble-${version}.src build_style=cmake make_cmd=make From c162244c035af1c6869776715c52954a637105ed Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Mon, 7 Mar 2022 15:25:03 +0100 Subject: [PATCH 3/3] remwharead: rebuild against poco-1.11.1 --- srcpkgs/remwharead/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/remwharead/template b/srcpkgs/remwharead/template index 3e52473f86ce..cd36bd3b9849 100644 --- a/srcpkgs/remwharead/template +++ b/srcpkgs/remwharead/template @@ -1,7 +1,7 @@ # Template file for 'remwharead' pkgname=remwharead version=0.10.0 -revision=2 +revision=3 build_style=cmake hostmakedepends="poco-devel asciidoc pkg-config" makedepends="poco-devel boost-devel"