diff --git a/rsyslog-7.4.5.tar.gz b/rsyslog-7.4.5.tar.gz deleted file mode 100644 index 9c869fa..0000000 --- a/rsyslog-7.4.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5e46e9324e366f20368162b4f561cf7a76fecb4aa0570edcaaa49e9f8c2fe70 -size 2930897 diff --git a/rsyslog-7.4.6.tar.gz b/rsyslog-7.4.6.tar.gz new file mode 100644 index 0000000..e3cadf1 --- /dev/null +++ b/rsyslog-7.4.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c2cdc4152c05a4f226361fb12c6124087182cc100bf063334af18153d5f7d2 +size 2932031 diff --git a/rsyslog.changes b/rsyslog.changes index 91e3d0e..71d663f 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -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 -- update to 7.4.5 [v7.5-stable] +- update to 7.4.5 [v7.4-stable] - mmanon: removed the check for specific "terminator characters" - now requires libestr 0.1.8 - omelasticsearch: add failed.httprequests stats counter diff --git a/rsyslog.spec b/rsyslog.spec index 7ed53d0..b17103a 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -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: 7.4.5 +Version: 7.4.6 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -152,10 +152,10 @@ BuildRequires: libee-devel # but json check is unconditional %if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig(json) >= 0.9 -BuildRequires: pkgconfig(libestr) >= 0.1.8 +BuildRequires: pkgconfig(libestr) >= 0.1.9 %else BuildRequires: libee-devel -BuildRequires: libestr-devel >= 0.1.8 +BuildRequires: libestr-devel >= 0.1.9 BuildRequires: libjson-devel %endif %if 0%{?suse_version} >= 1220