Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2015-05-20 23:54:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-10 
10:47:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2015-05-20 
23:54:52.000000000 +0200
@@ -1,0 +2,16 @@
+Tue May 19 19:23:30 UTC 2015 - [email protected]
+
+- rsyslog 8.10.0:
+  * imfile: add capability to process multi-line messages based on regex
+  * pmrfc3164: add new parameter "detect.yearAfterTimestamp"
+  * pmrfc3164: add new parameter "permit.squareBracesInHostname"
+  * supplementary groups are now set when dropping privileges
+  * imfile: added brace glob expansion to wildcard
+  * zmq: add the ability for zeromq input and outputs to advertise their
+    presence on UDP via the zbeacon API.
+  * added omhttpfs: contributed module for writing to HDFS via HTTP
+  * bug fixes
+- packaging changes:
+  * build with GnuTLS support again as 3.4.0 is now supported
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.AF7xev/_old  2015-05-20 23:54:53.000000000 +0200
+++ /var/tmp/diff_new_pack.AF7xev/_new  2015-05-20 23:54:53.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rsyslog
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.9.0
+Version:        8.10.0
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -44,7 +44,7 @@
 %bcond_with     journal
 %endif
 %bcond_without  gssapi
-%bcond_with     gnutls
+%bcond_without  gnutls
 %bcond_without  gcrypt
 %bcond_without  guardtime
 %bcond_without  mysql
@@ -55,6 +55,7 @@
 %bcond_without  diagtools
 %bcond_without  mmnormalize
 %bcond_without  elasticsearch
+%bcond_without  omhttpfs
 # TODO: ... doesnt have a proper configure check but wants hdfs.h
 %bcond_with     hdfs
 %bcond_with     mongodb
@@ -114,6 +115,9 @@
 %if %{with elasticsearch}
 BuildRequires:  curl-devel
 %endif
+%if %{with omhttpfs}
+BuildRequires:  curl-devel >= 7.0.0
+%endif
 %if %{with hiredis}
 BuildRequires:  hiredis-devel >= 0.10.1
 %endif
@@ -438,6 +442,21 @@
 
 %endif
 
+%if %{with omhttpfs}
+
+%package module-omhttpfs
+Requires:       %{name} = %{version}
+Summary:        HDFS via HTTP output module for syslog
+Group:          System/Daemons
+
+%description module-omhttpfs
+Rsyslog is an enhanced multi-threaded syslog daemon. See rsyslog
+package.
+
+This module provides support to output to HDFS via HTTP.
+
+%endif
+
 %if %{with hdfs}
 
 %package module-hdfs
@@ -531,6 +550,9 @@
 %if %{with elasticsearch}
        --enable-elasticsearch  \
 %endif
+%if %{with omhttpfs}
+       --enable-omhttpfs       \
+%endif
 %if %{with gnutls}
        --enable-gnutls         \
 %endif
@@ -665,6 +687,9 @@
 %if %{with elasticsearch}
                omelasticsearch.so \
 %endif
+%if %{with omhttpfs}
+               omhttpfs.so \
+%endif
        ; do
                mv -f %{buildroot}%{rsyslog_module_dir_nodeps}/$mod \
                      %{buildroot}%{rsyslog_module_dir_withdeps}
@@ -1050,6 +1075,13 @@
 %{rsyslog_module_dir_withdeps}/omelasticsearch.so
 %endif
 
+%if %{with omhttpfs}
+
+%files module-omhttpfs
+%defattr(-,root,root)
+%{rsyslog_module_dir_withdeps}/omhttpfs.so
+%endif
+
 %if %{with hdfs}
 
 %files module-hdfs

++++++ rsyslog-8.9.0.tar.gz -> rsyslog-8.10.0.tar.gz ++++++
++++ 8547 lines of diff (skipped)

++++++ rsyslog-doc-8.9.0.tar.gz -> rsyslog-doc-8.10.0.tar.gz ++++++
++++ 11526 lines of diff (skipped)


Reply via email to