Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsyslog: update to 8.2106.0.
@ 2021-06-30  0:10 baal-zebub
  2021-06-30 12:54 ` baal-zebub
                   ` (27 more replies)
  0 siblings, 28 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30  0:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/31718

rsyslog: update to 8.2106.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31718.patch is attached

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

From 9aa5b8fc265869ee441d2904b74d81d75fce20ff Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Tue, 29 Jun 2021 14:19:54 +0200
Subject: [PATCH] rsyslog: update to 8.2106.0.

---
 srcpkgs/rsyslog/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 33c55076e9be..a6f6e09ea0b7 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,24 +1,25 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=4
+version=8.2106.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
  --enable-gssapi-krb5 --enable-mmsnmptrapd --enable-impstats --enable-omprog
  --enable-omstdout --enable-pmlastmsg --enable-pmcisconames --enable-pmsnare
  --enable-pmaixforwardedfrom --enable-omuxsock --disable-generate-man-pages
- --enable-elasticsearch --enable-testbench"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd"
 hostmakedepends="pkg-config postgresql-libs-devel"
 makedepends="gnutls-devel libcurl-devel libestr-devel libfastjson-devel
- liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel"
+ liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel
+ libgcrypt-devel"
 short_desc="Enhanced multi-threaded syslog daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=faf45c25a2265c001739e8888b3652cf685eb3f35cd65d17d5c38fd44b9ddd81
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
@ 2021-06-30 12:54 ` baal-zebub
  2021-06-30 14:39 ` zdykstra
                   ` (26 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 12:54 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871378873

Comment:
Unfortunately I don't have a slightest clue why the tests failed, reaching out to upstream for help: https://github.com/rsyslog/rsyslog/issues/4619

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
  2021-06-30 12:54 ` baal-zebub
@ 2021-06-30 14:39 ` zdykstra
  2021-06-30 17:26 ` baal-zebub
                   ` (25 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zdykstra @ 2021-06-30 14:39 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871463760

Comment:
The last time I built rsyslog there were a random number of failing tests as well. 

https://github.com/void-linux/void-packages/pull/30883

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
  2021-06-30 12:54 ` baal-zebub
  2021-06-30 14:39 ` zdykstra
@ 2021-06-30 17:26 ` baal-zebub
  2021-06-30 17:28 ` baal-zebub
                   ` (24 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 17:26 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871593414

Comment:
Yep, I dug through previous PRs for rsyslog and it seems to be a persisting issue since 8.2012.

Thanks for providing extensive information and basically handling https://github.com/rsyslog/rsyslog/issues/4619, honestly I thought it would be just an easy version bump and didn't expect such problems :D

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (2 preceding siblings ...)
  2021-06-30 17:26 ` baal-zebub
@ 2021-06-30 17:28 ` baal-zebub
  2021-06-30 19:15 ` zdykstra
                   ` (23 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 17:28 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871593414

Comment:
Yep, I dug through previous PRs for rsyslog and it seems to be a persisting issue since at least 8.2012.

Thanks for providing extensive information and basically handling https://github.com/rsyslog/rsyslog/issues/4619, honestly I thought it would be just an easy version bump and didn't expect such problems :D

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (3 preceding siblings ...)
  2021-06-30 17:28 ` baal-zebub
@ 2021-06-30 19:15 ` zdykstra
  2021-06-30 19:41 ` [PR PATCH] [Updated] " baal-zebub
                   ` (22 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zdykstra @ 2021-06-30 19:15 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871662174

Comment:
Add `checkdepends="procps-ng"` and the entire test suite should execute correctly. 

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (4 preceding siblings ...)
  2021-06-30 19:15 ` zdykstra
@ 2021-06-30 19:41 ` baal-zebub
  2021-06-30 19:50 ` baal-zebub
                   ` (21 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 19:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/31718

rsyslog: update to 8.2106.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31718.patch is attached

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

From 80c387bbd739eb9f12a80c7042a55b9b8734d492 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Tue, 29 Jun 2021 14:19:54 +0200
Subject: [PATCH] rsyslog: update to 8.2106.0.

---
 srcpkgs/rsyslog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 33c55076e9be..ce3ee794aa0d 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,24 +1,26 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=4
+version=8.2106.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
  --enable-gssapi-krb5 --enable-mmsnmptrapd --enable-impstats --enable-omprog
  --enable-omstdout --enable-pmlastmsg --enable-pmcisconames --enable-pmsnare
  --enable-pmaixforwardedfrom --enable-omuxsock --disable-generate-man-pages
- --enable-elasticsearch --enable-testbench"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd"
 hostmakedepends="pkg-config postgresql-libs-devel"
 makedepends="gnutls-devel libcurl-devel libestr-devel libfastjson-devel
- liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel"
+ liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel
+ libgcrypt-devel"
+checkdepends="procps-ng"
 short_desc="Enhanced multi-threaded syslog daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=faf45c25a2265c001739e8888b3652cf685eb3f35cd65d17d5c38fd44b9ddd81
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (5 preceding siblings ...)
  2021-06-30 19:41 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-06-30 19:50 ` baal-zebub
  2021-06-30 19:54 ` baal-zebub
                   ` (20 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 19:50 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871682612

Comment:
Hmm, I've pushed it and started tests on my computer (x86_64-glibc) and it looks like some are still failing, roughly those that had been previously.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (6 preceding siblings ...)
  2021-06-30 19:50 ` baal-zebub
@ 2021-06-30 19:54 ` baal-zebub
  2021-06-30 20:53 ` zdykstra
                   ` (19 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 19:54 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871682612

Comment:
Hmm, I've pushed it and started tests on my computer (x86_64-glibc) and it looks like some are still failing, roughly those that had been previously. Same with the CI build it seems.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (7 preceding siblings ...)
  2021-06-30 19:54 ` baal-zebub
@ 2021-06-30 20:53 ` zdykstra
  2021-06-30 22:26 ` baal-zebub
                   ` (18 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zdykstra @ 2021-06-30 20:53 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871720225

Comment:
> Hmm, I've pushed it and started tests on my computer (x86_64-glibc) and it looks like some are still failing, roughly those that had been previously. Same with the CI build it seems.

I misspoke, it looks like both `procps-ng` and `gdb` should be in checkdepends. With out `gdb`, I get the same test failures - with it, 477/488 pass, 11 are skipped. Can you confirm that on your end?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (8 preceding siblings ...)
  2021-06-30 20:53 ` zdykstra
@ 2021-06-30 22:26 ` baal-zebub
  2021-06-30 22:36 ` zdykstra
                   ` (17 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 22:26 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871767190

Comment:
Unfortunately 6 of those 488 tests still failed for me in single run after setting `checkdepends="gdb procps-ng"`, will check tomorrow if it's reproducible.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (9 preceding siblings ...)
  2021-06-30 22:26 ` baal-zebub
@ 2021-06-30 22:36 ` zdykstra
  2021-06-30 22:58 ` baal-zebub
                   ` (16 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zdykstra @ 2021-06-30 22:36 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871771156

Comment:
> Unfortunately 6 of those 488 tests still failed for me in single run after setting `checkdepends="gdb procps-ng"`, will check tomorrow if it's reproducible.

Do you have the list of the 6 tests that failed? Are you building locally on musl or glibc ?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (10 preceding siblings ...)
  2021-06-30 22:36 ` zdykstra
@ 2021-06-30 22:58 ` baal-zebub
  2021-07-02 18:36 ` zdykstra
                   ` (15 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-06-30 22:58 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-871779093

Comment:
> Do you have the list of the 6 tests that failed?

- omfwd-keepalive
- msgdup
- imuxsock_legacy
- imuxsock_logger
- imuxsock_logger_parserchain
- imuxsock_logger_syssock

> Are you building locally on musl or glibc ?

 x86_64 with glibc.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (11 preceding siblings ...)
  2021-06-30 22:58 ` baal-zebub
@ 2021-07-02 18:36 ` zdykstra
  2021-07-03  3:25 ` ericonr
                   ` (14 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: zdykstra @ 2021-07-02 18:36 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-873186226

Comment:
> > Do you have the list of the 6 tests that failed?
> 
> * omfwd-keepalive
> * msgdup
> * imuxsock_legacy
> * imuxsock_logger
> * imuxsock_logger_parserchain
> * imuxsock_logger_syssock
> 
> > Are you building locally on musl or glibc ?
> 
> x86_64 with glibc.

I just checked this again on my end, and all of the tests that you've listed are marked as PASS for me with `checkdepends="procps-ng gdb"`. Can you try pushing that change to CI so we can see what happens here?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (12 preceding siblings ...)
  2021-07-02 18:36 ` zdykstra
@ 2021-07-03  3:25 ` ericonr
  2021-07-04 19:03 ` [PR PATCH] [Updated] " baal-zebub
                   ` (13 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-07-03  3:25 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-873336600

Comment:
On x86_64-musl, I see:

- FAIL: omfile-outchannel.sh

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (13 preceding siblings ...)
  2021-07-03  3:25 ` ericonr
@ 2021-07-04 19:03 ` baal-zebub
  2021-07-04 20:09 ` baal-zebub
                   ` (12 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-04 19:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/31718

rsyslog: update to 8.2106.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31718.patch is attached

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

From 700de115e4b0e386b46352e4e6632c8146d3821c Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Tue, 29 Jun 2021 14:19:54 +0200
Subject: [PATCH] rsyslog: update to 8.2106.0.

---
 srcpkgs/rsyslog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 33c55076e9be..984d40545366 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,24 +1,26 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=4
+version=8.2106.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
  --enable-gssapi-krb5 --enable-mmsnmptrapd --enable-impstats --enable-omprog
  --enable-omstdout --enable-pmlastmsg --enable-pmcisconames --enable-pmsnare
  --enable-pmaixforwardedfrom --enable-omuxsock --disable-generate-man-pages
- --enable-elasticsearch --enable-testbench"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd"
 hostmakedepends="pkg-config postgresql-libs-devel"
 makedepends="gnutls-devel libcurl-devel libestr-devel libfastjson-devel
- liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel"
+ liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel
+ libgcrypt-devel"
+checkdepends="gdb procps-ng"
 short_desc="Enhanced multi-threaded syslog daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=faf45c25a2265c001739e8888b3652cf685eb3f35cd65d17d5c38fd44b9ddd81
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (14 preceding siblings ...)
  2021-07-04 19:03 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-07-04 20:09 ` baal-zebub
  2021-07-04 21:33 ` baal-zebub
                   ` (11 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-04 20:09 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-873653583

Comment:
Here it is, could it be that the order of `checkdepends` matters? Haven't got the time yet to check with `checkdepends="procps-ng gdb"` locally.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (15 preceding siblings ...)
  2021-07-04 20:09 ` baal-zebub
@ 2021-07-04 21:33 ` baal-zebub
  2021-07-31 14:48 ` baal-zebub
                   ` (10 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-04 21:33 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-873653583

Comment:
Here it is, could it be that the order of `checkdepends` matters? Haven't got the time yet to check with `checkdepends="procps-ng gdb"` locally.

EDIT checked it with inverted order, no change unsurprisingly.

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (16 preceding siblings ...)
  2021-07-04 21:33 ` baal-zebub
@ 2021-07-31 14:48 ` baal-zebub
  2021-07-31 14:49 ` baal-zebub
                   ` (9 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-31 14:48 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-890359390

Comment:
I've got back to it and now I see that all the tests fail on my machine because the following message is prepended to each, otherwise identical to expected, output (`event-horizon` is my hostname):
```
getaddrinfo failed obtaining local hostname - using 'event-horizon' instead; error: No address associated with hostname [v8.2106.0]
```

I don't know how to fix it and can't find anything on the internet about it. Maybe the checks failed for the same reason? Can we access the test log there?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (17 preceding siblings ...)
  2021-07-31 14:48 ` baal-zebub
@ 2021-07-31 14:49 ` baal-zebub
  2021-07-31 14:50 ` baal-zebub
                   ` (8 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-31 14:49 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-890359390

Comment:
I've got back to it and now I see that all the tests fail on my machine because the following message is prepended to each, otherwise identical to expected, output (`event-horizon` is my hostname):
```
getaddrinfo failed obtaining local hostname - using 'event-horizon' instead; error: No address associated with hostname [v8.2106.0]
```

I don't know how to fix it and can't find anything on the internet about it. Maybe the checks here failed for the same reason? Can we access the test log?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (18 preceding siblings ...)
  2021-07-31 14:49 ` baal-zebub
@ 2021-07-31 14:50 ` baal-zebub
  2021-08-03  4:02 ` ericonr
                   ` (7 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-07-31 14:50 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-890359390

Comment:
I've got back to it and now I see that all six tests fail on my machine because the following message is prepended to each, otherwise identical to expected, output (`event-horizon` is my hostname):
```
getaddrinfo failed obtaining local hostname - using 'event-horizon' instead; error: No address associated with hostname [v8.2106.0]
```

I don't know how to fix it and can't find anything on the internet about it. Maybe the checks here failed for the same reason? Can we access the test log?

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (19 preceding siblings ...)
  2021-07-31 14:50 ` baal-zebub
@ 2021-08-03  4:02 ` ericonr
  2021-08-04 20:47 ` baal-zebub
                   ` (6 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-08-03  4:02 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-891503200

Comment:
> Maybe the checks here failed for the same reason? Can we access the test log?

Only locally on your own machine. See `masterdir/builddir/...`

Have you tried asking upstream about this? They should know well what their tests require or not...

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (20 preceding siblings ...)
  2021-08-03  4:02 ` ericonr
@ 2021-08-04 20:47 ` baal-zebub
  2021-08-04 20:47 ` baal-zebub
                   ` (5 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-08-04 20:47 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-892963396

Comment:
Posted about at https://github.com/rsyslog/rsyslog/issues/4619

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (21 preceding siblings ...)
  2021-08-04 20:47 ` baal-zebub
@ 2021-08-04 20:47 ` baal-zebub
  2021-08-04 20:48 ` baal-zebub
                   ` (4 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-08-04 20:47 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-892963396

Comment:
Posted about it at https://github.com/rsyslog/rsyslog/issues/4619

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

* Re: rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (22 preceding siblings ...)
  2021-08-04 20:47 ` baal-zebub
@ 2021-08-04 20:48 ` baal-zebub
  2021-11-04 19:18 ` [PR PATCH] [Updated] " baal-zebub
                   ` (3 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-08-04 20:48 UTC (permalink / raw)
  To: ml

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

New comment by baal-zebub on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-892963396

Comment:
Posted it at https://github.com/rsyslog/rsyslog/issues/4619

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2106.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (23 preceding siblings ...)
  2021-08-04 20:48 ` baal-zebub
@ 2021-11-04 19:18 ` baal-zebub
  2021-11-06 11:54 ` [PR PATCH] [Updated] rsyslog: update to 8.2110.0 baal-zebub
                   ` (2 subsequent siblings)
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-11-04 19:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/31718

rsyslog: update to 8.2106.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31718.patch is attached

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

From a36bc08096097dc74c8f070c61cd6f8cda4bddc2 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Tue, 29 Jun 2021 14:19:54 +0200
Subject: [PATCH] rsyslog: update to 8.2110.0.

---
 srcpkgs/rsyslog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 33c55076e9be..13cd94efac71 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,24 +1,26 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=4
+version=8.2110.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
  --enable-gssapi-krb5 --enable-mmsnmptrapd --enable-impstats --enable-omprog
  --enable-omstdout --enable-pmlastmsg --enable-pmcisconames --enable-pmsnare
  --enable-pmaixforwardedfrom --enable-omuxsock --disable-generate-man-pages
- --enable-elasticsearch --enable-testbench"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd"
 hostmakedepends="pkg-config postgresql-libs-devel"
 makedepends="gnutls-devel libcurl-devel libestr-devel libfastjson-devel
- liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel"
+ liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel
+ libgcrypt-devel"
+checkdepends="gdb procps-ng faketime"
 short_desc="Enhanced multi-threaded syslog daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2110.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (24 preceding siblings ...)
  2021-11-04 19:18 ` [PR PATCH] [Updated] " baal-zebub
@ 2021-11-06 11:54 ` baal-zebub
  2021-11-14  7:04 ` ericonr
  2021-11-14  7:04 ` [PR PATCH] [Merged]: " ericonr
  27 siblings, 0 replies; 29+ messages in thread
From: baal-zebub @ 2021-11-06 11:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/baal-zebub/void-packages rsyslog
https://github.com/void-linux/void-packages/pull/31718

rsyslog: update to 8.2110.0.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/31718.patch is attached

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

From e20775c56ab4382ada796a272c0e9e4e81501ac2 Mon Sep 17 00:00:00 2001
From: Kamil Smardzewski <roderyk197@gmail.com>
Date: Tue, 29 Jun 2021 14:19:54 +0200
Subject: [PATCH] rsyslog: update to 8.2110.0.

---
 srcpkgs/rsyslog/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 33c55076e9be..13cd94efac71 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,24 +1,26 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2010.0
-revision=4
+version=8.2110.0
+revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --enable-pgsql --enable-imdiag --enable-imfile --enable-mail --enable-imptcp
  --enable-gssapi-krb5 --enable-mmsnmptrapd --enable-impstats --enable-omprog
  --enable-omstdout --enable-pmlastmsg --enable-pmcisconames --enable-pmsnare
  --enable-pmaixforwardedfrom --enable-omuxsock --disable-generate-man-pages
- --enable-elasticsearch --enable-testbench"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd"
 hostmakedepends="pkg-config postgresql-libs-devel"
 makedepends="gnutls-devel libcurl-devel libestr-devel libfastjson-devel
- liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel"
+ liblogging-devel libmariadbclient-devel mit-krb5-devel postgresql-libs-devel
+ libgcrypt-devel"
+checkdepends="gdb procps-ng faketime"
 short_desc="Enhanced multi-threaded syslog daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later, Apache-2.0"
 homepage="https://www.rsyslog.com"
 changelog="https://raw.githubusercontent.com/rsyslog/rsyslog/master/ChangeLog"
 distfiles="${homepage}/files/download/rsyslog/${pkgname}-${version}.tar.gz"
-checksum=19b232f765c4ba7a35b91ef1f5f9af775f6ff78ef56bb7737a2ce79ccbb32b98
+checksum=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes

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

* Re: rsyslog: update to 8.2110.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (25 preceding siblings ...)
  2021-11-06 11:54 ` [PR PATCH] [Updated] rsyslog: update to 8.2110.0 baal-zebub
@ 2021-11-14  7:04 ` ericonr
  2021-11-14  7:04 ` [PR PATCH] [Merged]: " ericonr
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-11-14  7:04 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31718#issuecomment-968219022

Comment:
```
2021-11-06T12:00:27.1180169Z FAIL: omfile-read-only-errmsg.sh
2021-11-06T12:00:28.2867822Z PASS: omfile-null-filename.sh
2021-11-06T12:00:29.4602776Z PASS: omfile-whitespace-filename.sh
2021-11-06T12:00:30.6629316Z FAIL: omfile-read-only.sh
```

These also look like tests that would fail as root. Please report to upstream.

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

* Re: [PR PATCH] [Merged]: rsyslog: update to 8.2110.0.
  2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
                   ` (26 preceding siblings ...)
  2021-11-14  7:04 ` ericonr
@ 2021-11-14  7:04 ` ericonr
  27 siblings, 0 replies; 29+ messages in thread
From: ericonr @ 2021-11-14  7:04 UTC (permalink / raw)
  To: ml

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

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

rsyslog: update to 8.2110.0.
https://github.com/void-linux/void-packages/pull/31718

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-11-14  7:04 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-30  0:10 [PR PATCH] rsyslog: update to 8.2106.0 baal-zebub
2021-06-30 12:54 ` baal-zebub
2021-06-30 14:39 ` zdykstra
2021-06-30 17:26 ` baal-zebub
2021-06-30 17:28 ` baal-zebub
2021-06-30 19:15 ` zdykstra
2021-06-30 19:41 ` [PR PATCH] [Updated] " baal-zebub
2021-06-30 19:50 ` baal-zebub
2021-06-30 19:54 ` baal-zebub
2021-06-30 20:53 ` zdykstra
2021-06-30 22:26 ` baal-zebub
2021-06-30 22:36 ` zdykstra
2021-06-30 22:58 ` baal-zebub
2021-07-02 18:36 ` zdykstra
2021-07-03  3:25 ` ericonr
2021-07-04 19:03 ` [PR PATCH] [Updated] " baal-zebub
2021-07-04 20:09 ` baal-zebub
2021-07-04 21:33 ` baal-zebub
2021-07-31 14:48 ` baal-zebub
2021-07-31 14:49 ` baal-zebub
2021-07-31 14:50 ` baal-zebub
2021-08-03  4:02 ` ericonr
2021-08-04 20:47 ` baal-zebub
2021-08-04 20:47 ` baal-zebub
2021-08-04 20:48 ` baal-zebub
2021-11-04 19:18 ` [PR PATCH] [Updated] " baal-zebub
2021-11-06 11:54 ` [PR PATCH] [Updated] rsyslog: update to 8.2110.0 baal-zebub
2021-11-14  7:04 ` ericonr
2021-11-14  7:04 ` [PR PATCH] [Merged]: " ericonr

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).