Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsyslog: update to 8.2112.0.
@ 2022-02-03 15:05 zdykstra
  2022-02-03 15:43 ` zdykstra
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: zdykstra @ 2022-02-03 15:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From a1b60cdfd890981f74909f00b9b7f918815bde0d Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2112.0.

---
 srcpkgs/rsyslog-clickhouse |  1 +
 srcpkgs/rsyslog/template   | 16 +++++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..2f11817b2559 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2112.0
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=6a2a973861e9266db37bd2b7b9f672b6b970bfcd743a397b8eee6b0dc4852c41
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: rsyslog: update to 8.2112.0.
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
@ 2022-02-03 15:43 ` zdykstra
  2022-02-04 23:33 ` paper42
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-02-03 15:43 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/35382#issuecomment-1029122592

Comment:
```
FAIL: omfile-read-only-errmsg.sh
FAIL: omfile-read-only.sh
```

Those tests pass locally.

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

* Re: rsyslog: update to 8.2112.0.
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
  2022-02-03 15:43 ` zdykstra
@ 2022-02-04 23:33 ` paper42
  2022-02-05  3:59 ` zdykstra
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-02-04 23:33 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35382#issuecomment-1030429823

Comment:
> ```
> FAIL: omfile-read-only-errmsg.sh
> FAIL: omfile-read-only.sh
> ```
> 
> Those tests pass locally.

We should disable them with a comment that they fail only in CI.

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

* Re: rsyslog: update to 8.2112.0.
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
  2022-02-03 15:43 ` zdykstra
  2022-02-04 23:33 ` paper42
@ 2022-02-05  3:59 ` zdykstra
  2022-05-26 19:40 ` [PR PATCH] [Updated] " zdykstra
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-02-05  3:59 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/35382#issuecomment-1030516565

Comment:
> > ```
> > FAIL: omfile-read-only-errmsg.sh
> > FAIL: omfile-read-only.sh
> > ```
> > Those tests pass locally.
> 
> We should disable them with a comment that they fail only in CI.

I'll see if there's a reasonable way to do that. 

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2112.0.
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (2 preceding siblings ...)
  2022-02-05  3:59 ` zdykstra
@ 2022-05-26 19:40 ` zdykstra
  2022-05-26 20:26 ` zdykstra
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-26 19:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From cdcef19f117d81f91f06fae7e8c84147a46d88bf Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2204.1.

---
 srcpkgs/rsyslog-clickhouse |  1 +
 srcpkgs/rsyslog/template   | 16 +++++++++++++---
 2 files changed, 14 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..62684029acb3 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2204.1
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2112.0.
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (3 preceding siblings ...)
  2022-05-26 19:40 ` [PR PATCH] [Updated] " zdykstra
@ 2022-05-26 20:26 ` zdykstra
  2022-05-26 20:56 ` [PR PATCH] [Updated] rsyslog: update to 8.2204.1 zdykstra
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-26 20:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From a95bb0c01913be04e5262e19b202f995dc73f142 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2204.1.

---
 srcpkgs/rsyslog-clickhouse                       |  1 +
 .../disable-omfile-read-only-errmsg.patch        | 12 ++++++++++++
 .../patches/disable-omfile-read-only.patch       | 12 ++++++++++++
 srcpkgs/rsyslog/template                         | 16 +++++++++++++---
 4 files changed, 38 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only.patch

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
new file mode 100644
index 000000000000..82ce9a5ef686
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only-errmsg.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only-errmsg.sh	2022-05-26 15:20:05.865898821 -0500
+@@ -1,6 +1,9 @@
+ #!/bin/bash
+ # addd 2017-03-01 by RGerhards, released under ASL 2.0
+ 
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ generate_conf
+ add_conf '
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
new file mode 100644
index 000000000000..cfd5392e0da9
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only.sh	2022-05-26 15:18:00.254906319 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2016-06-16 by RGerhards, released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ messages=20000 # how many messages to inject?
+ # Note: we need to inject a somewhat larger number of messages in order
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..62684029acb3 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2204.1
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2204.1
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (4 preceding siblings ...)
  2022-05-26 20:26 ` zdykstra
@ 2022-05-26 20:56 ` zdykstra
  2022-05-26 21:28 ` zdykstra
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-26 20:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

rsyslog: update to 8.2204.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From 96ee1c20b556858ada5170a9db19365705d03408 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2204.1.

---
 srcpkgs/rsyslog-clickhouse                       |  1 +
 .../patches/disable-omfile-outchannel.patch      | 12 ++++++++++++
 .../disable-omfile-read-only-errmsg.patch        | 12 ++++++++++++
 .../patches/disable-omfile-read-only.patch       | 12 ++++++++++++
 srcpkgs/rsyslog/template                         | 16 +++++++++++++---
 5 files changed, 50 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only.patch

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
new file mode 100644
index 000000000000..0de80f731a87
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-outchannel.sh	2021-03-09 05:51:07.000000000 -0600
++++ b/tests/omfile-outchannel.sh	2022-05-26 15:55:23.358520256 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2018-08-02 by RGerhards, released under ASL 2.0
++
++# This test fails for x86_64-musl, under GitHub's CI/CD. Disable for now.
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ export NUMMESSAGES=10000
+ echo "ls -l $RSYSLOG_DYNNAME*
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
new file mode 100644
index 000000000000..82ce9a5ef686
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only-errmsg.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only-errmsg.sh	2022-05-26 15:20:05.865898821 -0500
+@@ -1,6 +1,9 @@
+ #!/bin/bash
+ # addd 2017-03-01 by RGerhards, released under ASL 2.0
+ 
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ generate_conf
+ add_conf '
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
new file mode 100644
index 000000000000..cfd5392e0da9
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only.sh	2022-05-26 15:18:00.254906319 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2016-06-16 by RGerhards, released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ messages=20000 # how many messages to inject?
+ # Note: we need to inject a somewhat larger number of messages in order
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..62684029acb3 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2204.1
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2204.1
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (5 preceding siblings ...)
  2022-05-26 20:56 ` [PR PATCH] [Updated] rsyslog: update to 8.2204.1 zdykstra
@ 2022-05-26 21:28 ` zdykstra
  2022-05-26 22:01 ` zdykstra
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-26 21:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

rsyslog: update to 8.2204.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From f2de8b73e097425ee128dade09799c1a3a3c4692 Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2204.1.

---
 srcpkgs/rsyslog-clickhouse                       |  1 +
 .../patches/disable-omfile-outchannel.patch      | 12 ++++++++++++
 .../disable-omfile-read-only-errmsg.patch        | 12 ++++++++++++
 .../patches/disable-omfile-read-only.patch       | 12 ++++++++++++
 .../patches/disable-omfwd_fast_imuxsock.patch    | 13 +++++++++++++
 srcpkgs/rsyslog/template                         | 16 +++++++++++++---
 6 files changed, 63 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
new file mode 100644
index 000000000000..0de80f731a87
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-outchannel.sh	2021-03-09 05:51:07.000000000 -0600
++++ b/tests/omfile-outchannel.sh	2022-05-26 15:55:23.358520256 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2018-08-02 by RGerhards, released under ASL 2.0
++
++# This test fails for x86_64-musl, under GitHub's CI/CD. Disable for now.
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ export NUMMESSAGES=10000
+ echo "ls -l $RSYSLOG_DYNNAME*
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
new file mode 100644
index 000000000000..82ce9a5ef686
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only-errmsg.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only-errmsg.sh	2022-05-26 15:20:05.865898821 -0500
+@@ -1,6 +1,9 @@
+ #!/bin/bash
+ # addd 2017-03-01 by RGerhards, released under ASL 2.0
+ 
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ generate_conf
+ add_conf '
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
new file mode 100644
index 000000000000..cfd5392e0da9
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only.sh	2022-05-26 15:18:00.254906319 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2016-06-16 by RGerhards, released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ messages=20000 # how many messages to inject?
+ # Note: we need to inject a somewhat larger number of messages in order
diff --git a/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch b/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch
new file mode 100644
index 000000000000..9b80487f67ea
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch
@@ -0,0 +1,13 @@
+--- a/tests/omfwd_fast_imuxsock.sh	2022-04-04 02:26:40.000000000 -0500
++++ b/tests/omfwd_fast_imuxsock.sh	2022-05-26 16:27:15.000229419 -0500
+@@ -1,6 +1,10 @@
+ #!/bin/bash
+ # This test tries tests DiscardMark / DiscardSeverity queue settings with omfwd with IMUXSOCK input
+ # added 2021-09-02 by alorbach. Released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ skip_platform "SunOS"  "We have no ATOMIC BUILTINS, so OverallQueueSize counting of imdiag is NOT threadsafe and the counting will fail on SunOS"
+ 
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..62684029acb3 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2204.1
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: rsyslog: update to 8.2204.1
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (6 preceding siblings ...)
  2022-05-26 21:28 ` zdykstra
@ 2022-05-26 22:01 ` zdykstra
  2022-05-27 18:03 ` [PR PATCH] [Updated] " zdykstra
  2022-06-11  4:57 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-26 22:01 UTC (permalink / raw)
  To: ml

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

New comment by zdykstra on void-packages repository

https://github.com/void-linux/void-packages/pull/35382#issuecomment-1139098508

Comment:
> > ```
> > FAIL: omfile-read-only-errmsg.sh
> > FAIL: omfile-read-only.sh
> > ```
> > 
> > 
> >     
> >       
> >     
> > 
> >       
> >     
> > 
> >     
> >   
> > Those tests pass locally.
> 
> We should disable them with a comment that they fail only in CI.

Done! Disabled four tests by patching them to use the SKIP exit code - there is no pre-approved way to disable individual tests. I've bumped the packaged version to the latest available release, as well. Ready to merge!

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

* Re: [PR PATCH] [Updated] rsyslog: update to 8.2204.1
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (7 preceding siblings ...)
  2022-05-26 22:01 ` zdykstra
@ 2022-05-27 18:03 ` zdykstra
  2022-06-11  4:57 ` [PR PATCH] [Merged]: " ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: zdykstra @ 2022-05-27 18:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/zdykstra/void-packages rsyslog-8.2112
https://github.com/void-linux/void-packages/pull/35382

rsyslog: update to 8.2204.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

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

From 7c7915a783f6138143c474c83c1cb8024d77e9cd Mon Sep 17 00:00:00 2001
From: Zach Dykstra <dykstra.zachary@gmail.com>
Date: Thu, 3 Feb 2022 08:57:01 -0600
Subject: [PATCH] rsyslog: update to 8.2204.1.

---
 srcpkgs/rsyslog-clickhouse                       |  1 +
 .../patches/disable-omfile-outchannel.patch      | 12 ++++++++++++
 .../disable-omfile-read-only-errmsg.patch        | 12 ++++++++++++
 .../patches/disable-omfile-read-only.patch       | 12 ++++++++++++
 .../patches/disable-omfwd_fast_imuxsock.patch    | 13 +++++++++++++
 srcpkgs/rsyslog/template                         | 16 +++++++++++++---
 6 files changed, 63 insertions(+), 3 deletions(-)
 create mode 120000 srcpkgs/rsyslog-clickhouse
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
 create mode 100644 srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch

diff --git a/srcpkgs/rsyslog-clickhouse b/srcpkgs/rsyslog-clickhouse
new file mode 120000
index 000000000000..4ade98bc4c2a
--- /dev/null
+++ b/srcpkgs/rsyslog-clickhouse
@@ -0,0 +1 @@
+rsyslog
\ No newline at end of file
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
new file mode 100644
index 000000000000..0de80f731a87
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-outchannel.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-outchannel.sh	2021-03-09 05:51:07.000000000 -0600
++++ b/tests/omfile-outchannel.sh	2022-05-26 15:55:23.358520256 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2018-08-02 by RGerhards, released under ASL 2.0
++
++# This test fails for x86_64-musl, under GitHub's CI/CD. Disable for now.
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ export NUMMESSAGES=10000
+ echo "ls -l $RSYSLOG_DYNNAME*
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
new file mode 100644
index 000000000000..82ce9a5ef686
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only-errmsg.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only-errmsg.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only-errmsg.sh	2022-05-26 15:20:05.865898821 -0500
+@@ -1,6 +1,9 @@
+ #!/bin/bash
+ # addd 2017-03-01 by RGerhards, released under ASL 2.0
+ 
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ generate_conf
+ add_conf '
diff --git a/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
new file mode 100644
index 000000000000..cfd5392e0da9
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfile-read-only.patch
@@ -0,0 +1,12 @@
+--- a/tests/omfile-read-only.sh	2022-02-07 02:24:35.000000000 -0600
++++ b/tests/omfile-read-only.sh	2022-05-26 15:18:00.254906319 -0500
+@@ -1,5 +1,9 @@
+ #!/bin/bash
+ # addd 2016-06-16 by RGerhards, released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ messages=20000 # how many messages to inject?
+ # Note: we need to inject a somewhat larger number of messages in order
diff --git a/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch b/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch
new file mode 100644
index 000000000000..9b80487f67ea
--- /dev/null
+++ b/srcpkgs/rsyslog/patches/disable-omfwd_fast_imuxsock.patch
@@ -0,0 +1,13 @@
+--- a/tests/omfwd_fast_imuxsock.sh	2022-04-04 02:26:40.000000000 -0500
++++ b/tests/omfwd_fast_imuxsock.sh	2022-05-26 16:27:15.000229419 -0500
+@@ -1,6 +1,10 @@
+ #!/bin/bash
+ # This test tries tests DiscardMark / DiscardSeverity queue settings with omfwd with IMUXSOCK input
+ # added 2021-09-02 by alorbach. Released under ASL 2.0
++
++# This test fails under GitHub's CI/CD, disable for now
++exit 77
++
+ . ${srcdir:=.}/diag.sh init
+ skip_platform "SunOS"  "We have no ATOMIC BUILTINS, so OverallQueueSize counting of imdiag is NOT threadsafe and the counting will fail on SunOS"
+ 
diff --git a/srcpkgs/rsyslog/template b/srcpkgs/rsyslog/template
index 13cd94efac71..62684029acb3 100644
--- a/srcpkgs/rsyslog/template
+++ b/srcpkgs/rsyslog/template
@@ -1,6 +1,6 @@
 # Template file for 'rsyslog'
 pkgname=rsyslog
-version=8.2110.0
+version=8.2204.1
 revision=1
 build_style=gnu-configure
 configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
@@ -8,7 +8,8 @@ configure_args="--sbindir=/usr/bin --enable-gnutls --enable-mysql
  --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 --disable-libsystemd"
+ --enable-elasticsearch --enable-testbench --disable-libsystemd
+ --enable-clickhouse"
 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
@@ -20,7 +21,7 @@ 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=3f904ec137ca6412e8273f7896d962ecb589f7d0c589bdf16b1709ec27e24f31
+checksum=a6d731e46ad3d64f6ad4b19bbf1bf56ca4760a44a24bb96823189dc2e71f7028
 conf_files="/etc/rsyslog.conf"
 make_dirs="/etc/rsyslog.d 0755 root root"
 lib32disabled=yes
@@ -86,3 +87,12 @@ rsyslog-elasticsearch_package() {
 		vmove usr/lib/rsyslog/omelasticsearch.so
 	}
 }
+
+rsyslog-clickhouse_package() {
+	lib32disabled=yes
+	depends="rsyslog"
+	short_desc+=" - ClickHouse add-on"
+	pkg_install() {
+		vmove usr/lib/rsyslog/omclickhouse.so
+	}
+}

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

* Re: [PR PATCH] [Merged]: rsyslog: update to 8.2204.1
  2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
                   ` (8 preceding siblings ...)
  2022-05-27 18:03 ` [PR PATCH] [Updated] " zdykstra
@ 2022-06-11  4:57 ` ericonr
  9 siblings, 0 replies; 11+ messages in thread
From: ericonr @ 2022-06-11  4:57 UTC (permalink / raw)
  To: ml

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

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

rsyslog: update to 8.2204.1
https://github.com/void-linux/void-packages/pull/35382

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

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


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)

I've added in support for `omclickhouse`, which just requires `libcurl` to build.

8.2112 passes all tests locally, so we'll see what CI/CD brings. This package has been problematic with the past few bumps.

```
Testsuite summary for rsyslog 8.2112.0
============================================================================
# TOTAL: 512
# PASS:  501
# SKIP:  11
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
```

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

end of thread, other threads:[~2022-06-11  4:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03 15:05 [PR PATCH] rsyslog: update to 8.2112.0 zdykstra
2022-02-03 15:43 ` zdykstra
2022-02-04 23:33 ` paper42
2022-02-05  3:59 ` zdykstra
2022-05-26 19:40 ` [PR PATCH] [Updated] " zdykstra
2022-05-26 20:26 ` zdykstra
2022-05-26 20:56 ` [PR PATCH] [Updated] rsyslog: update to 8.2204.1 zdykstra
2022-05-26 21:28 ` zdykstra
2022-05-26 22:01 ` zdykstra
2022-05-27 18:03 ` [PR PATCH] [Updated] " zdykstra
2022-06-11  4:57 ` [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).