diff --git a/rsyslog-7.4.10.tar.gz b/rsyslog-7.4.10.tar.gz new file mode 100644 index 0000000..3034b71 --- /dev/null +++ b/rsyslog-7.4.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1d26da2bfd38db34dd991a9c5d93034ef1373d01f9d5a0923bb0d4802b9fbe +size 2924496 diff --git a/rsyslog-7.4.8.tar.gz b/rsyslog-7.4.8.tar.gz deleted file mode 100644 index 02e69ea..0000000 --- a/rsyslog-7.4.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0d140baad95fa5e4e7d76a9e955751ab24ecd73a257b64958c5c32a52d38eb2d -size 2918403 diff --git a/rsyslog.changes b/rsyslog.changes index 19aad91..e95f317 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Mar 20 19:47:26 UTC 2014 - andreas.stieger@gmx.de + +- rsyslog 7.4.10: + - bugfix: json templates are improperly created + - ompgsql bugfix: improper handling of auto-backgrounding mode +- contains changes from 7.4.9: + - added ProcessInternalMessages global system parameter + - bugfix: imuxsock input parameters were not accepted + - bugfix: potential double-free in RainerScript equal comparison + - bugfix: some RainerScript Json(Variable)/string comparisons were wrong + ------------------------------------------------------------------- Tue Feb 11 12:33:10 UTC 2014 - andreas.stieger@gmx.de diff --git a/rsyslog.spec b/rsyslog.spec index 74c1d78..181dbd7 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.8 +Version: 7.4.10 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -90,6 +90,7 @@ BuildRequires: openssl-devel BuildRequires: pcre-devel BuildRequires: pkgconfig BuildRequires: zlib-devel +BuildRequires: pkgconfig(liblogging-stdlog) >= 1.0.1 %if %{with elasticsearch} BuildRequires: curl-devel %endif @@ -141,12 +142,12 @@ BuildRequires: libnet-devel %if %{with mmnormalize} # mmnormalize support BuildRequires: pkgconfig(lognorm) >= 0.3.1 -# no support for 1.0.0 as per configure -BuildRequires: pkgconfig(lognorm) < 1.0.0 +# no support for 1.0.0 in v7.5-stable as per configure +BuildConflicts: pkgconfig(lognorm) >= 1.0.0 +# pull in 0.3.x in Factory %if 0%{?suse_version} > 1310 -BuildRequires: liblognorm0-devel +BuildRequires: liblognorm0-devel %endif - %if 0%{?suse_version} >= 1210 BuildRequires: pkgconfig(libee) >= 0.4.0 %else