Accepting request 875204 from Base:System
OBS-URL: https://build.opensuse.org/request/show/875204 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=156
This commit is contained in:
commit
905b1bf208
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d74cf571e6bcdf8a4c19974afd5e78a05356191390c2f80605a9004d1c587a0e
|
||||
size 3118101
|
3
rsyslog-8.2102.0.tar.gz
Normal file
3
rsyslog-8.2102.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94ee0d0312c2edea737665594cbe4a9475e4e3b593e12b5b8ae3a743ac9c72a7
|
||||
size 3123684
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03035fbae1f41b62f21cea8c1997040ca7f78e7c3339112c294d74ebee2de2d2
|
||||
size 6417145
|
3
rsyslog-doc-8.2102.0.tar.gz
Normal file
3
rsyslog-doc-8.2102.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f0b054e1eb001c4734e66e60487b13357aef230c279db13a370a8f7059d6e93
|
||||
size 6419104
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 16 19:52:34 UTC 2021 - Michael Ströder <michael@stroeder.com>
|
||||
|
||||
- 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 <michael@stroeder.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user