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

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