Accepting request 205457 from Base:System

update to 7.4.6 [v7.4-stable] [bnc#848574] (forwarded request 205456 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/205457
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=78
This commit is contained in:
Stephan Kulow 2013-11-04 06:09:08 +00:00 committed by Git OBS Bridge
commit 580c79c688
4 changed files with 21 additions and 7 deletions

View File

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

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

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

View File

@ -1,7 +1,21 @@
-------------------------------------------------------------------
Thu Oct 31 20:20:51 UTC 2013 - andreas.stieger@gmx.de
- update to 7.4.6 [v7.4-stable] [bnc#848574]
- bugfix: potential abort during HUP
- bugfix: imtcp flowControl parameter incorrectly defaulted to "off"
- now requires libestr 0.1.9 for number handling in RainerScript
- bugfix: memory leak in strlen() RainerScript function
- bugfix: buffer overrun if re_extract function was called for submatch 50
- bugfix: memleak in re_extract() function
- bugfix: potential abort in RainerScript optimizer
- bugfix: memory leak in omhiredis
- bugfix: segfault if variable was assigned to non-container subtree
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 28 22:36:04 UTC 2013 - andreas.stieger@gmx.de Mon Oct 28 22:36:04 UTC 2013 - andreas.stieger@gmx.de
- update to 7.4.5 [v7.5-stable] - update to 7.4.5 [v7.4-stable]
- mmanon: removed the check for specific "terminator characters" - mmanon: removed the check for specific "terminator characters"
- now requires libestr 0.1.8 - now requires libestr 0.1.8
- omelasticsearch: add failed.httprequests stats counter - omelasticsearch: add failed.httprequests stats counter

View File

@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0) License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons Group: System/Daemons
Version: 7.4.5 Version: 7.4.6
Release: 0 Release: 0
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
%bcond_without systemd %bcond_without systemd
@ -152,10 +152,10 @@ BuildRequires: libee-devel
# but json check is unconditional # but json check is unconditional
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(json) >= 0.9 BuildRequires: pkgconfig(json) >= 0.9
BuildRequires: pkgconfig(libestr) >= 0.1.8 BuildRequires: pkgconfig(libestr) >= 0.1.9
%else %else
BuildRequires: libee-devel BuildRequires: libee-devel
BuildRequires: libestr-devel >= 0.1.8 BuildRequires: libestr-devel >= 0.1.9
BuildRequires: libjson-devel BuildRequires: libjson-devel
%endif %endif
%if 0%{?suse_version} >= 1220 %if 0%{?suse_version} >= 1220