* [ptxdist] [PATCH] rsyslog: version bump 8.2012.0 -> 8.2406.0
@ 2024-07-26 12:38 Bruno Thomsen
2024-08-05 6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Thomsen @ 2024-07-26 12:38 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Disable new configuration parameters.
Remove systemdsystemunitdir as it's no longer supported.
https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/rsyslog.make | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/rules/rsyslog.make b/rules/rsyslog.make
index 25c09f549..22bb87172 100644
--- a/rules/rsyslog.make
+++ b/rules/rsyslog.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RSYSLOG) += rsyslog
#
# Paths and names
#
-RSYSLOG_VERSION := 8.2012.0
-RSYSLOG_MD5 := 2a64947e3d157c0198609aabd37be42f
+RSYSLOG_VERSION := 8.2406.0
+RSYSLOG_MD5 := 9bb2673cf15181b16e3f7c7bb5ad23fd
RSYSLOG := rsyslog-$(RSYSLOG_VERSION)
RSYSLOG_SUFFIX := tar.gz
RSYSLOG_URL := https://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
@@ -42,7 +42,10 @@ RSYSLOG_CONF_OPT := \
$(GLOBAL_LARGE_FILE_OPTION) \
--$(call ptx/endis, PTXCONF_RSYSLOG_REGEXP)-regexp \
--disable-fmhash \
+ --disable-libcap-ng \
--disable-fmhash-xxhash \
+ --disable-ffaup \
+ --disable-fmunflatten \
--disable-gssapi-krb5 \
--disable-root-tests \
--$(call ptx/endis, PTXCONF_RSYSLOG_IMKLOG)-klog \
@@ -73,6 +76,7 @@ RSYSLOG_CONF_OPT := \
--disable-gnutls \
--disable-gnutls-tests \
--disable-libgcrypt \
+ --disable-libzstd \
--enable-rsyslogrt \
--enable-rsyslogd \
--disable-extended-tests \
@@ -136,13 +140,20 @@ RSYSLOG_CONF_OPT := \
--disable-omhdfs \
--disable-omkafka \
--disable-imkafka \
+ --disable-omazureeventhubs-tests \
--disable-kafka-tests \
--disable-kafka-static \
+ --disable-omazureeventhubs \
+ --disable-qpidproton_static \
--disable-ommongodb \
+ --disable-imdtls \
+ --disable-omdtls \
--disable-imczmq \
--disable-omczmq \
--disable-omrabbitmq \
+ --disable-imhiredis \
--disable-omhiredis \
+ --disable-redis-tests \
--disable-omhttpfs \
--disable-omamqp1 \
--disable-omtcl \
@@ -152,12 +163,6 @@ RSYSLOG_CONF_OPT := \
--without-tcl \
--disable-distcheck-workaround
-ifdef PTXCONF_RSYSLOG_SYSTEMD_UNIT
-RSYSLOG_CONF_OPT += --with-systemdsystemunitdir=/usr/lib/systemd/system
-else
-RSYSLOG_CONF_OPT += --without-systemdsystemunitdir
-endif
-
RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMDIAG) += imdiag
RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMFILE) += imfile
RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMKLOG) += imklog
base-commit: 8c653b78e0052755fa9eca1579199568d7cf4e4a
--
2.45.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] rsyslog: version bump 8.2012.0 -> 8.2406.0
2024-07-26 12:38 [ptxdist] [PATCH] rsyslog: version bump 8.2012.0 -> 8.2406.0 Bruno Thomsen
@ 2024-08-05 6:50 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-08-05 6:50 UTC (permalink / raw)
To: ptxdist; +Cc: Bruno Thomsen
Thanks, applied as 1e2a022381440a1e5aa7d79eb1d866ae059314e9.
Michael
[sent from post-receive hook]
On Mon, 05 Aug 2024 08:50:06 +0200, Bruno Thomsen <bruno.thomsen@gmail.com> wrote:
> Disable new configuration parameters.
> Remove systemdsystemunitdir as it's no longer supported.
>
> https://github.com/rsyslog/rsyslog/blob/v8-stable/ChangeLog
>
> Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
> Message-Id: <20240726123837.3776-1-bruno.thomsen@gmail.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/rsyslog.make b/rules/rsyslog.make
> index 25c09f549980..22bb871721d8 100644
> --- a/rules/rsyslog.make
> +++ b/rules/rsyslog.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_RSYSLOG) += rsyslog
> #
> # Paths and names
> #
> -RSYSLOG_VERSION := 8.2012.0
> -RSYSLOG_MD5 := 2a64947e3d157c0198609aabd37be42f
> +RSYSLOG_VERSION := 8.2406.0
> +RSYSLOG_MD5 := 9bb2673cf15181b16e3f7c7bb5ad23fd
> RSYSLOG := rsyslog-$(RSYSLOG_VERSION)
> RSYSLOG_SUFFIX := tar.gz
> RSYSLOG_URL := https://www.rsyslog.com/files/download/rsyslog/$(RSYSLOG).$(RSYSLOG_SUFFIX)
> @@ -42,7 +42,10 @@ RSYSLOG_CONF_OPT := \
> $(GLOBAL_LARGE_FILE_OPTION) \
> --$(call ptx/endis, PTXCONF_RSYSLOG_REGEXP)-regexp \
> --disable-fmhash \
> + --disable-libcap-ng \
> --disable-fmhash-xxhash \
> + --disable-ffaup \
> + --disable-fmunflatten \
> --disable-gssapi-krb5 \
> --disable-root-tests \
> --$(call ptx/endis, PTXCONF_RSYSLOG_IMKLOG)-klog \
> @@ -73,6 +76,7 @@ RSYSLOG_CONF_OPT := \
> --disable-gnutls \
> --disable-gnutls-tests \
> --disable-libgcrypt \
> + --disable-libzstd \
> --enable-rsyslogrt \
> --enable-rsyslogd \
> --disable-extended-tests \
> @@ -136,13 +140,20 @@ RSYSLOG_CONF_OPT := \
> --disable-omhdfs \
> --disable-omkafka \
> --disable-imkafka \
> + --disable-omazureeventhubs-tests \
> --disable-kafka-tests \
> --disable-kafka-static \
> + --disable-omazureeventhubs \
> + --disable-qpidproton_static \
> --disable-ommongodb \
> + --disable-imdtls \
> + --disable-omdtls \
> --disable-imczmq \
> --disable-omczmq \
> --disable-omrabbitmq \
> + --disable-imhiredis \
> --disable-omhiredis \
> + --disable-redis-tests \
> --disable-omhttpfs \
> --disable-omamqp1 \
> --disable-omtcl \
> @@ -152,12 +163,6 @@ RSYSLOG_CONF_OPT := \
> --without-tcl \
> --disable-distcheck-workaround
>
> -ifdef PTXCONF_RSYSLOG_SYSTEMD_UNIT
> -RSYSLOG_CONF_OPT += --with-systemdsystemunitdir=/usr/lib/systemd/system
> -else
> -RSYSLOG_CONF_OPT += --without-systemdsystemunitdir
> -endif
> -
> RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMDIAG) += imdiag
> RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMFILE) += imfile
> RSYSLOG_PLUGINS-$(PTXCONF_RSYSLOG_IMKLOG) += imklog
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-08-05 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-26 12:38 [ptxdist] [PATCH] rsyslog: version bump 8.2012.0 -> 8.2406.0 Bruno Thomsen
2024-08-05 6:50 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox