diff --git a/rsyslog-8.10.0.tar.gz b/rsyslog-8.10.0.tar.gz deleted file mode 100644 index d5dde56..0000000 --- a/rsyslog-8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b92df3f367108219e2fffccd463bf49d75cb8ab3ceaa52e9789f85eace066912 -size 2013205 diff --git a/rsyslog-8.11.0.tar.gz b/rsyslog-8.11.0.tar.gz new file mode 100644 index 0000000..83b6715 --- /dev/null +++ b/rsyslog-8.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc64d8ba1e3fb8cfe21eadd5fb0938381bb37ed72cef9d6f14d376d2bac9bf78 +size 2060890 diff --git a/rsyslog-doc-8.10.0.tar.gz b/rsyslog-doc-8.10.0.tar.gz deleted file mode 100644 index 98c4073..0000000 --- a/rsyslog-doc-8.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:838c8fb56c3e1d46c3066d5b0c542abfdb8b7ed98f141ff8e39d1969a5d1279c -size 4107582 diff --git a/rsyslog-doc-8.11.0.tar.gz b/rsyslog-doc-8.11.0.tar.gz new file mode 100644 index 0000000..5179ac0 --- /dev/null +++ b/rsyslog-doc-8.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591b5e6839bc38b1bff31ebf6d23236cdc5cd74ccc2437095fd946cf5a5d9a29 +size 4114015 diff --git a/rsyslog.changes b/rsyslog.changes index ce025ae..05b1336 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 1 20:03:33 UTC 2015 - astieger@suse.com + +- rsyslog 8.11.0 +- new features: + * signature provider for Keyless Signature Infrastructure (KSI) +- bug fixes: + * imfile: regex multiline mode ignored escapeLF option + * omkafka: fixed several concurrency issues, most of them related + to dynamic topics. + * execonlywhenpreviousissuspended did not work correctly + * core engine: ensured global variable atomicity + * imfile: segfault when using startmsg.regex because of empty log + line + ------------------------------------------------------------------- Tue May 19 19:23:30 UTC 2015 - astieger@suse.com diff --git a/rsyslog.spec b/rsyslog.spec index cfbcd86..75b0fc8 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: 8.10.0 +Version: 8.11.0 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -138,6 +138,7 @@ BuildRequires: libgcrypt-devel %endif %if %{with guardtime} BuildRequires: libgt-devel >= 0.3.1 +BuildRequires: pkgconfig(libksi) %endif %if %{with dbi} BuildRequires: libdbi-devel @@ -631,6 +632,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../.. --enable-pmciscoios \ %if %{with guardtime} --enable-guardtime \ + --enable-gt-ksi \ %endif %if %{with gcrypt} --enable-libgcrypt \ @@ -660,6 +662,7 @@ if test "%{rsyslog_module_dir_nodeps}" != "%{rsyslog_module_dir_withdeps}" ; the %endif %if %{with guardtime} lmsig_gt.so \ + lmsig_ksi.so \ %endif %if %{with gssapi} omgssapi.so imgssapi.so lmgssutil.so \ @@ -1125,6 +1128,7 @@ fi %files module-guardtime %defattr(-,root,root) %{rsyslog_module_dir_withdeps}/lmsig_gt.so +%{rsyslog_module_dir_withdeps}/lmsig_ksi.so %{_bindir}/rsgtutil %{_mandir}/man1/rsgtutil.1* %endif