Accepting request 460058 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/460058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=123
This commit is contained in:
Dominique Leuenberger 2017-02-26 16:02:31 +00:00 committed by Git OBS Bridge
commit ea5e03fd22
4 changed files with 28 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:37f32ce33e32a88e1bea0511e8e557d90b7378b81520e3236a9af5ba6ea993d7
size 2374240

3
rsyslog-8.25.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c756f16a083e5d4081fb9bfb236303a839cdca0a2c00017bd770b2e2e9677427
size 2386720

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Feb 23 16:18:08 UTC 2017 - astieger@suse.com
- rsyslog 8.25.0:
* imfile: add support for wildcards in directory names
* add new global option "parser.PermitSlashInProgramname"
* mmdblookup: fix build issues, code cleanup
* improved debug output for queue corruption cases
* an error message is now displayed when a directory owner cannot be set
* rainerscript: add new function ipv42num
* rainerscript: add new function num2ipv4
* bugfix: ratelimiter does not work correctly is time is set back
* core: fix potential message loss in old-style transactional interface
* bugfix queue subsystem: queue corrupted if certain msg props are used
* bugfix imjournal: fixed situation when time goes backwards
* bugfix: bFlushOnTxEnd == 0 not honored when writing w/o async writer
* bugfix core: str2num mishandling empty strings
* bugfix rainerscript: set/unset statement do not check variable name validity
* bugfix mmrm1stspace: last character of rawmsg property was doubled
* bugfix imtcp: fix very small (cosmetic) memory leak
* However, the leak breaks memleak checks in the testbench.
-------------------------------------------------------------------
Fri Feb 10 16:20:51 CET 2017 - ndas@suse.com

View File

@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons
Version: 8.24.0
Version: 8.25.0
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@ -235,7 +235,8 @@ 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: http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{version}.tar.gz
Source14: http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-8.24.0.tar.gz
Source15: rsyslog.firewall
# PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodriguez@opensuse.org Customize upstream systemd unit for openSUSE needs.