Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2017-01-19 10:37:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2016-12-16 
11:54:00.382563881 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2017-01-19 
10:37:38.185670890 +0100
@@ -1,0 +2,23 @@
+Sun Jan 15 21:50:25 UTC 2017 - [email protected]
+
+- rsyslog 8.24.0:
+  * mmrm1stspace: new module; removes first space in MSG if present
+  * KSI signature provider: file permissions can now be specified
+  * omzmq: new features
+  * when the hostname is empty, we now use "localhost-empty-hostname"
+  * omelasticsearch: remove "asyncrepl" config parameter
+  * omfwd: Add support for bind-to-device (see below on same for imudp)
+  * imudp: Add support for bind-to-device
+  * imudp: limit rcvbufsize parameter to max 1GiB
+  * rainerscript: implement new "call_indirect" statement
+  * bugfix imjournal: make state file handling more robust
+  * bugfix core: lookup table reload was not properly integrated
+  * bugfix core: potential dealock on shutdown
+  * bugfix ommongodb: did not work in v8 due to invalid indirection
+  * bugfix ommongodb: fix tryResume handling
+  * bugfix omfwd: retry processing was not done correctly, could stall
+  * bugfix imuxsock: segfault non shutdown when $OmitLocalLogging is on
+- contributed modules not enabled due to build issues:
+  * mmdblookup: new maxminddb lookup message modify plugin
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.A1JqH7/_old  2017-01-19 10:37:39.369503909 +0100
+++ /var/tmp/diff_new_pack.A1JqH7/_new  2017-01-19 10:37:39.369503909 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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.23.0
+Version:        8.24.0
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -58,6 +58,8 @@
 %bcond_without  omhttpfs
 %bcond_without  omamqp1
 %bcond_without  tcl
+# https://github.com/rsyslog/rsyslog/issues/1355
+%bcond_with    maxminddb
 # contributed modules not built for various reasons
 # --enable-mmgrok - grok not in factory
 # --enable-omkafka - librdkafka not in factory
@@ -195,6 +197,9 @@
 BuildRequires:  liblognorm-devel >= 1.1.2
 %endif
 %endif
+%if %{with maxminddb}
+BuildRequires:  pkgconfig(libmaxminddb)
+%endif
 #
 # mmjsonparse needs liblognorm,
 # but json check is unconditional
@@ -645,6 +650,7 @@
        --enable-pmcisconames   \
        --enable-pmaixforwardedfrom     \
        --enable-pmsnare        \
+       --enable-pmnull         \
        --enable-omruleset      \
 %if %{with mmnormalize}
        --enable-mmnormalize \
@@ -684,6 +690,7 @@
        --enable-mmfields       \
        --enable-mmpstrucdata   \
        --enable-mmrfc5424addhmac \
+       --enable-mmrm1stspace   \
        --enable-pmciscoios \
        --enable-pmpanngfw      \
 %if %{with guardtime}
@@ -698,6 +705,9 @@
 %if %{with tcl}
        --enable-omtcl          \
 %endif
+%if %{with maxminddb}
+       --enable-mmdblookup     \
+%endif
        --enable-usertools      \
        --disable-static
 
@@ -1003,6 +1013,7 @@
 %{rsyslog_module_dir_nodeps}/mmrfc5424addhmac.so
 %{rsyslog_module_dir_nodeps}/mmsequence.so
 %{rsyslog_module_dir_nodeps}/mmutf8fix.so
+%{rsyslog_module_dir_nodeps}/mmrm1stspace.so
 %{rsyslog_module_dir_nodeps}/ommail.so
 %{rsyslog_module_dir_nodeps}/omprog.so
 %{rsyslog_module_dir_nodeps}/omruleset.so
@@ -1014,6 +1025,7 @@
 %{rsyslog_module_dir_nodeps}/pmcisconames.so
 %{rsyslog_module_dir_nodeps}/pmciscoios.so
 %{rsyslog_module_dir_nodeps}/pmsnare.so
+%{rsyslog_module_dir_nodeps}/pmnull.so
 %{rsyslog_module_dir_nodeps}/pmpanngfw.so
 %if %{with rfc3195}
 %{rsyslog_module_dir_nodeps}/im3195.so

++++++ rsyslog-8.23.0.tar.gz -> rsyslog-8.24.0.tar.gz ++++++
++++ 15170 lines of diff (skipped)

++++++ rsyslog-doc-8.23.0.tar.gz -> rsyslog-doc-8.24.0.tar.gz ++++++
++++ 11859 lines of diff (skipped)


Reply via email to