diff --git a/rsyslog-7.6.2.tar.gz b/rsyslog-7.6.2.tar.gz deleted file mode 100644 index f491dcc..0000000 --- a/rsyslog-7.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d252f50daa2c1c3e6fca4bd4f27c40aabc8dccadf2e15f351862e5458fbc1c20 -size 3057495 diff --git a/rsyslog-7.6.3.tar.gz b/rsyslog-7.6.3.tar.gz new file mode 100644 index 0000000..e666703 --- /dev/null +++ b/rsyslog-7.6.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013359035f8b6e5a4328edaffbda1120974accaba36ddc5de66a582fa588f5ec +size 3052448 diff --git a/rsyslog.changes b/rsyslog.changes index 1193889..626541c 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Mar 27 17:53:15 UTC 2014 - andreas.stieger@gmx.de + +- rsyslog 7.6.3 [v7-stable] + * add capability to override GnuTLS path in build process + * support (and require) librelp 1.2.5 + * bugfix: ompipe used invalid default template + * bugfix: ompipe did emit many suspension messages for /dev/xconsole + ------------------------------------------------------------------- Thu Mar 20 21:18:07 UTC 2014 - andreas.stieger@gmx.de diff --git a/rsyslog.spec b/rsyslog.spec index bf08609..b886399 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.6.2 +Version: 7.6.3 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -117,7 +117,7 @@ BuildRequires: libgnutls-devel BuildRequires: libgcrypt-devel %endif %if %{with guardtime} -BuildRequires: libgt-devel +BuildRequires: libgt-devel >= 0.3.1 %endif %if %{with dbi} BuildRequires: libdbi-devel @@ -134,9 +134,9 @@ BuildRequires: postgresql-devel %if %{with relp} # RELP support %if 0%{?suse_version} >= 1210 -BuildRequires: pkgconfig(relp) >= 1.2.4 +BuildRequires: pkgconfig(relp) >= 1.2.5 %else -BuildRequires: librelp-devel >= 1.2.4 +BuildRequires: librelp-devel >= 1.2.5 %endif %endif %if %{with udpspoof}