Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] poco: update to 1.11.1.
@ 2022-03-07 14:37 tibequadorian
  2022-03-07 14:39 ` [PR PATCH] [Updated] " tibequadorian
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-07 14:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1221 bytes --]

There is a new pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages poco
https://github.com/void-linux/void-packages/pull/36021

poco: update to 1.11.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-poco-36021.patch --]
[-- Type: text/x-diff, Size: 3954 bytes --]

From b2ba401e509a0637bba0739459138465283f3c95 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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 <dehos@univ-littoral.fr>"
 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 23b3d896d2a2f8a37827e5963cf336eba2467ef6 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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 61137b4be39f90222795d5395860c3f72b5822b4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
@ 2022-03-07 14:39 ` tibequadorian
  2022-03-07 14:39 ` tibequadorian
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-07 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages poco
https://github.com/void-linux/void-packages/pull/36021

poco: update to 1.11.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-poco-36021.patch --]
[-- Type: text/x-diff, Size: 3954 bytes --]

From 949c4bfc7986f5b2852b803e5b0b4d5eae2c6a71 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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 <dehos@univ-littoral.fr>"
 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 <tibequadorian@posteo.de>
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 <tibequadorian@posteo.de>
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"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
  2022-03-07 14:39 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-07 14:39 ` tibequadorian
  2022-06-27  2:16 ` github-actions
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: tibequadorian @ 2022-03-07 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1226 bytes --]

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages poco
https://github.com/void-linux/void-packages/pull/36021

poco: update to 1.11.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36021.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-poco-36021.patch --]
[-- Type: text/x-diff, Size: 4063 bytes --]

From 78a129ee7573ec01e131a3637fe015b1c1a90878 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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 |  9 +++++----
 2 files changed, 20 insertions(+), 17 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..d56820472d20 100644
--- a/srcpkgs/poco/template
+++ b/srcpkgs/poco/template
@@ -1,17 +1,18 @@
 # 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"
 makedepends="openssl-devel zlib-devel pcre-devel expat-devel sqlite-devel"
 short_desc="C++ class libraries for building network-based applications"
-maintainer="Julien Dehos <dehos@univ-littoral.fr>"
+maintainer="Orphaned <orphan@voidlinux.org>"
 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 6b55d98afb8ffcd97a2282cc92adbd0b6dde3b37 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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 c7fb087ba863acb54527e703e72b30ccb1dee31a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
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"

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
  2022-03-07 14:39 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-07 14:39 ` tibequadorian
@ 2022-06-27  2:16 ` github-actions
  2022-06-28 14:54 ` Duncaen
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-06-27  2:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36021#issuecomment-1166754710

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
                   ` (2 preceding siblings ...)
  2022-06-27  2:16 ` github-actions
@ 2022-06-28 14:54 ` Duncaen
  2022-09-28  2:14 ` github-actions
  2022-10-12  2:14 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2022-06-28 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36021#issuecomment-1168832529

Comment:
1.11.3 is released.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
                   ` (3 preceding siblings ...)
  2022-06-28 14:54 ` Duncaen
@ 2022-09-28  2:14 ` github-actions
  2022-10-12  2:14 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-09-28  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36021#issuecomment-1260299538

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Closed]: poco: update to 1.11.1.
  2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
                   ` (4 preceding siblings ...)
  2022-09-28  2:14 ` github-actions
@ 2022-10-12  2:14 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2022-10-12  2:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1061 bytes --]

There's a closed pull request on the void-packages repository

poco: update to 1.11.1.
https://github.com/void-linux/void-packages/pull/36021

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-12  2:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-07 14:37 [PR PATCH] poco: update to 1.11.1 tibequadorian
2022-03-07 14:39 ` [PR PATCH] [Updated] " tibequadorian
2022-03-07 14:39 ` tibequadorian
2022-06-27  2:16 ` github-actions
2022-06-28 14:54 ` Duncaen
2022-09-28  2:14 ` github-actions
2022-10-12  2:14 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).