From eb6a6348eaed8a55669ca275a9ae8254b563671b8f6fe05e9d56e9dbec8d9594 Mon Sep 17 00:00:00 2001 From: Thomas Blume Date: Thu, 25 Feb 2021 17:19:03 +0000 Subject: [PATCH] Accepting request 872967 from home:stroeder:branches:Base:System Upgrade to rsyslog 8.2102.0 OBS-URL: https://build.opensuse.org/request/show/872967 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=331 --- rsyslog-8.2012.0.tar.gz | 3 --- rsyslog-8.2102.0.tar.gz | 3 +++ rsyslog-doc-8.2012.0.tar.gz | 3 --- rsyslog-doc-8.2102.0.tar.gz | 3 +++ rsyslog.changes | 16 ++++++++++++++++ rsyslog.spec | 8 ++++---- 6 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 rsyslog-8.2012.0.tar.gz create mode 100644 rsyslog-8.2102.0.tar.gz delete mode 100644 rsyslog-doc-8.2012.0.tar.gz create mode 100644 rsyslog-doc-8.2102.0.tar.gz diff --git a/rsyslog-8.2012.0.tar.gz b/rsyslog-8.2012.0.tar.gz deleted file mode 100644 index 5f21c83..0000000 --- a/rsyslog-8.2012.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e -size 3118101 diff --git a/rsyslog-8.2102.0.tar.gz b/rsyslog-8.2102.0.tar.gz new file mode 100644 index 0000000..e1caded --- /dev/null +++ b/rsyslog-8.2102.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ee0d0312c2edea737665594cbe4a9475e4e3b593e12b5b8ae3a743ac9c72a7 +size 3123684 diff --git a/rsyslog-doc-8.2012.0.tar.gz b/rsyslog-doc-8.2012.0.tar.gz deleted file mode 100644 index 33095e7..0000000 --- a/rsyslog-doc-8.2012.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03035fbae1f41b62f21cea8c1997040ca7f78e7c3339112c294d74ebee2de2d2 -size 6417145 diff --git a/rsyslog-doc-8.2102.0.tar.gz b/rsyslog-doc-8.2102.0.tar.gz new file mode 100644 index 0000000..2c9c294 --- /dev/null +++ b/rsyslog-doc-8.2102.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0b054e1eb001c4734e66e60487b13357aef230c279db13a370a8f7059d6e93 +size 6419104 diff --git a/rsyslog.changes b/rsyslog.changes index 20e0b7e..2ce08ea 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Feb 16 19:52:34 UTC 2021 - Michael Ströder + +- HTTPS URLs used for source +- Upgrade to rsyslog 8.2102.0: + * omfwd: add stats counter for sent bytes + * omfwd: add error reporting configuration option + * action stats counter bugfix: failure count was not properly incremented + * action stats counter bugfix: resume count was not incremented + * omfwd bugfix: segfault or error if port not given + * lookup table bugfix: data race on lookup table reload + * testbench modernization + * testbench: fix invalid sequence of kafka tests runs + * testbench: fix kafkacat issues + * testbench: fix year-dependendt clickhouse test + ------------------------------------------------------------------- Tue Dec 8 19:44:05 UTC 2020 - Michael Ströder diff --git a/rsyslog.spec b/rsyslog.spec index 2870ff6..7fba72d 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -1,7 +1,7 @@ # # spec file for package rsyslog # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Name: rsyslog Summary: The enhanced syslogd for Linux and Unix License: (GPL-3.0-or-later AND Apache-2.0) Group: System/Daemons -Version: 8.2012.0 +Version: 8.2102.0 Release: 0 %bcond_with udpspoof %bcond_with dbi @@ -196,7 +196,7 @@ BuildRequires: tcl-devel %endif %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: http://www.rsyslog.com/files/download/%{name}/%{name}-%{version}.tar.gz +Source0: https://www.rsyslog.com/files/download/%{name}/%{name}-%{version}.tar.gz Source1: rsyslog.sysconfig Source2: rsyslog.conf.in Source3: rsyslog.service @@ -206,7 +206,7 @@ Source6: usr.sbin.rsyslogd Source7: module-mysql Source8: module-snmp Source9: module-udpspoof -Source14: http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{version}.tar.gz +Source14: https://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{version}.tar.gz Source16: journald-rsyslog.conf Source17: acpid.frule Source18: firewall.frule