Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2016-01-05 21:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2015-11-10 
10:03:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2016-01-05 
21:55:09.000000000 +0100
@@ -1,0 +2,30 @@
+Sat Jan  2 20:03:23 UTC 2016 - [email protected]
+
+- rsyslog 8.15.0:
+  * KSI (incompatible changes):
+    + KSI utilities: Added option to set publication url via
+      --publications-server. Required for signature verification.
+    + UserID and UserKey can be set by parameter 
+    + Fixed wrong TLV container for KSI signatures from 0905 to 0906.
+    + somewhat improved error messages
+    + Update for and use libksi 3.4.0.x
+  * New contributed modules:
+    + pmpanngfw: for translating Palo Alto Networks logs
+  * pmciscoios: support for asterisk before timestamp added
+  * solr external output plugin much enhanced
+  * omrabbitmq: improvements
+  * add support for libfastjson (as a replacement for json-c)
+  * pmciscoios: support for some format variations
+  * improvments for 0mq modules:
+    + omczmq - suspend / Retry handling
+    + omczmq - improved efficiency
+    + omczmq - added ability to set a timeout for sends
+    + omczmq - set topics can be in separate frame (default) or
+               part of message frame (configurable)
+    + imczmq - ZMQ_ROUTER support
+  * Note the upstream supported modules not enabled in SUSE package:
+    + grok (mmgrok)
+    + omkafka
+  * add support for building with libfastjson
+
+-------------------------------------------------------------------

Old:
----
  rsyslog-8.14.0.tar.gz
  rsyslog-doc-8.14.0.tar.gz

New:
----
  rsyslog-8.15.0.tar.gz
  rsyslog-doc-8.15.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.Imnb15/_old  2016-01-05 21:55:11.000000000 +0100
+++ /var/tmp/diff_new_pack.Imnb15/_new  2016-01-05 21:55:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Summary:        The enhanced syslogd for Linux and Unix
 License:        (GPL-3.0+ and Apache-2.0)
 Group:          System/Daemons
-Version:        8.14.0
+Version:        8.15.0
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -56,12 +56,17 @@
 %bcond_without  mmnormalize
 %bcond_without  elasticsearch
 %bcond_without  omhttpfs
+# contributed modules not built for various reasons
+# --enable-mmgrok - grok not in factory
+# --enable-omkafka - librdkafka not in factory
 # TODO: ... doesnt have a proper configure check but wants hdfs.h
 %bcond_with     hdfs
 %bcond_with     mongodb
 %bcond_with     hiredis
 %bcond_with     zeromq
 
+%bcond_with     libfastjson
+
 %define         rsyslogdocdir               %{_docdir}/%{name}
 %if %{defined _rundir}
 %define         rsyslog_rundir              %{_rundir}/rsyslog
@@ -142,8 +147,8 @@
 %endif
 %if %{with guardtime}
 BuildRequires:  libgt-devel >= 0.3.1
-BuildRequires:  pkgconfig(libksi) >= 3.2.2.0
-BuildConflicts: libksi >= 3.3.0.0
+BuildRequires:  pkgconfig(libksi) >= 3.4.0.2
+BuildConflicts: libksi >= 3.5.0.0
 %endif
 %if %{with dbi}
 BuildRequires:  libdbi-devel
@@ -182,15 +187,22 @@
 #
 # mmjsonparse needs liblognorm,
 # but json check is unconditional
+%if %{with libfastjson}
+BuildRequires:  pkgconfig(libfastjson)
+%else
 %if %{with pkgconfig}
 BuildRequires:  pkgconfig(json-c) >= 0.9
+%else
+BuildRequires:  libjson-c-devel
+%endif
+%endif
+%if %{with pkgconfig}
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 BuildRequires:  pkgconfig(libestr) >= 0.1.9
 BuildRequires:  pkgconfig(uuid) >= 2.21.0
 %else
 BuildRequires:  libee-devel >= 0.4.0
 BuildRequires:  libestr-devel
-BuildRequires:  libjson-c-devel
 BuildRequires:  libuuid-devel
 %endif
 %if %{with systemd}
@@ -633,6 +645,7 @@
        --enable-mmpstrucdata   \
        --enable-mmrfc5424addhmac \
        --enable-pmciscoios \
+       --enable-pmpanngfw      \
 %if %{with guardtime}
        --enable-guardtime      \
        --enable-gt-ksi         \
@@ -958,6 +971,7 @@
 %{rsyslog_module_dir_nodeps}/pmcisconames.so
 %{rsyslog_module_dir_nodeps}/pmciscoios.so
 %{rsyslog_module_dir_nodeps}/pmsnare.so
+%{rsyslog_module_dir_nodeps}/pmpanngfw.so
 %if %{with rfc3195}
 %{rsyslog_module_dir_nodeps}/im3195.so
 %endif

++++++ rsyslog-8.14.0.tar.gz -> rsyslog-8.15.0.tar.gz ++++++
++++ 11513 lines of diff (skipped)

++++++ rsyslog-doc-8.14.0.tar.gz -> rsyslog-doc-8.15.0.tar.gz ++++++
++++ 10013 lines of diff (skipped)


Reply via email to