Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2014-03-21 13:52:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-02-11 
15:48:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2014-03-21 
13:52:30.000000000 +0100
@@ -1,0 +2,34 @@
+Thu Mar 20 21:18:07 UTC 2014 - [email protected]
+
+- rsyslog 7.6.2 [v7.6-stable]
+  major updates of the 7.6 series:
+  * imrelp/omrelp now support TLS & (zip) compression
+  * impstats is now emitting resource usage counters, can directly
+    emit delta values and can now be bound to a ruleset
+  * mmpstrucdata is a new module to parse RFC5424 structured data
+    into JSON message properties
+  * mmutf8fix is a new module to fix invalid UTF-8 sequences
+  * mmsequence is a new module that helps with action load balancing
+  * new defaults for main/ruleset queues to be more enterprise-like
+- For specific version changelogs, see
+  * http://www.rsyslog.com/changelog-for-7-6-0-v7-stable/
+  * http://www.rsyslog.com/changelog-for-7-6-1-v7-stable/
+  * http://www.rsyslog.com/changelog-for-7-6-2-v7-stable/
+- packaging changes:
+  * drop rsyslog-7.4.6-omelasticsearch-atomic-instructions-ppc.patch
+    committed upstream
+  * build with rfc3195 support
+
+-------------------------------------------------------------------
+Thu Mar 20 19:47:26 UTC 2014 - [email protected]
+
+- rsyslog 7.4.10:
+  - bugfix: json templates are improperly created
+  - ompgsql bugfix: improper handling of auto-backgrounding mode 
+- contains changes from 7.4.9:
+  - added ProcessInternalMessages global system parameter
+  - bugfix: imuxsock input parameters were not accepted
+  - bugfix: potential double-free in RainerScript equal comparison
+  - bugfix: some RainerScript Json(Variable)/string comparisons were wrong
+
+-------------------------------------------------------------------

Old:
----
  rsyslog-7.4.6-omelasticsearch-atomic-instructions-ppc.patch
  rsyslog-7.4.8.tar.gz

New:
----
  rsyslog-7.6.2.tar.gz

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.ARmmrT/_old  2014-03-21 13:52:31.000000000 +0100
+++ /var/tmp/diff_new_pack.ARmmrT/_new  2014-03-21 13:52:31.000000000 +0100
@@ -20,7 +20,7 @@
 Summary:        The enhanced syslogd for Linux and Unix
 License:        (GPL-3.0+ and Apache-2.0)
 Group:          System/Daemons
-Version:        7.4.8
+Version:        7.6.2
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -48,6 +48,7 @@
 %bcond_without  mysql
 %bcond_without  pgsql
 %bcond_without  relp
+%bcond_without  rfc3195
 %bcond_without  snmp
 %bcond_without  diagtools
 %bcond_without  mmnormalize
@@ -86,10 +87,14 @@
 BuildRequires:  klogd
 %endif
 BuildRequires:  dos2unix
-BuildRequires:  openssl-devel
+BuildRequires:  openssl-devel >= 0.9.7
 BuildRequires:  pcre-devel
 BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
+%if %{with rfc3195}
+BuildRequires:  pkgconfig(liblogging-rfc3195) >= 1.0.1
+%endif
+BuildRequires:  pkgconfig(liblogging-stdlog) >= 1.0.1
 %if %{with elasticsearch}
 BuildRequires:  curl-devel
 %endif
@@ -129,9 +134,9 @@
 %if %{with relp}
 # RELP support
 %if 0%{?suse_version} >= 1210
-BuildRequires:  pkgconfig(relp) >= 1.0.3
+BuildRequires:  pkgconfig(relp) >= 1.2.4
 %else
-BuildRequires:  librelp-devel
+BuildRequires:  librelp-devel >= 1.2.4
 %endif
 %endif
 %if %{with udpspoof}
@@ -141,16 +146,16 @@
 %if %{with mmnormalize}
 # mmnormalize support
 BuildRequires:  pkgconfig(lognorm) >= 0.3.1
-# no support for 1.0.0 as per configure
-BuildRequires:  pkgconfig(lognorm) < 1.0.0
+# no support for 1.0.0 in v7.6-stable as per configure
+BuildConflicts:  pkgconfig(lognorm) >= 1.0.0
+# pull in 0.3.x in Factory
 %if 0%{?suse_version} > 1310
 BuildRequires: liblognorm0-devel
 %endif
-
 %if 0%{?suse_version} >= 1210
 BuildRequires:  pkgconfig(libee) >= 0.4.0
 %else
-BuildRequires:  libee-devel
+BuildRequires:  libee-devel >= 0.4.0
 %endif # >= 1210
 %endif # with mmnormalize
 #
@@ -187,7 +192,6 @@
 Source5:        rsyslog-service-prepare.in
 # PATCH-FIX-OPENSUSE rsyslog-unit.patch [email protected] Customize 
upstream systemd unit for openSUSE needs.
 Patch0:         rsyslog-unit.patch
-Patch1:         rsyslog-7.4.6-omelasticsearch-atomic-instructions-ppc.patch
 
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others,
@@ -475,7 +479,6 @@
 %prep
 %setup -q -n %{name}-%{upstream_version}
 %patch0 -p1
-%patch1 -p1
 #
 %if %{with systemd}
 for file in rsyslog-service-prepare; do
@@ -489,8 +492,6 @@
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar 
-I../../grammar"
-# needs liblogging
-#        --enable-rfc3195        \
 # needs java
 #        --enable-gui            \
 %configure                     \
@@ -528,6 +529,9 @@
 %if %{with relp}
        --enable-relp           \
 %endif
+%if %{with rfc3195}
+        --enable-rfc3195        \
+%endif
 %if %{with snmp}
        --enable-snmp           \
        --enable-mmsnmptrapd    \
@@ -576,6 +580,14 @@
        --enable-omjournal      \
 %endif
        --enable-mmanon         \
+       --enable-mmaudit        \
+       --enable-mmjsonparse    \
+       --enable-mmutf8fix      \
+       --enable-mmcount        \
+       --enable-mmsequence     \
+       --enable-mmfields       \
+       --enable-mmpstrucdata   \
+       --enable-mmrfc5424addhmac \
 %if %{with guardtime}
        --enable-guardtime      \
 %endif
@@ -862,6 +874,12 @@
 %{rsyslog_module_dir_nodeps}/lmtcpsrv.so
 %{rsyslog_module_dir_nodeps}/lmzlibw.so
 %{rsyslog_module_dir_nodeps}/mmanon.so
+%{rsyslog_module_dir_nodeps}/mmcount.so
+%{rsyslog_module_dir_nodeps}/mmfields.so
+%{rsyslog_module_dir_nodeps}/mmpstrucdata.so
+%{rsyslog_module_dir_nodeps}/mmrfc5424addhmac.so
+%{rsyslog_module_dir_nodeps}/mmsequence.so
+%{rsyslog_module_dir_nodeps}/mmutf8fix.so
 %{rsyslog_module_dir_nodeps}/ommail.so
 %{rsyslog_module_dir_nodeps}/omprog.so
 %{rsyslog_module_dir_nodeps}/omruleset.so
@@ -873,6 +891,9 @@
 %{rsyslog_module_dir_nodeps}/pmcisconames.so
 %{rsyslog_module_dir_nodeps}/pmrfc3164sd.so
 %{rsyslog_module_dir_nodeps}/pmsnare.so
+%if %{with rfc3195}
+%{rsyslog_module_dir_nodeps}/im3195.so
+%endif
 %if %{with systemd} && %{with journal}
 %{rsyslog_module_dir_nodeps}/imjournal.so
 %{rsyslog_module_dir_nodeps}/omjournal.so

++++++ rsyslog-7.4.8.tar.gz -> rsyslog-7.6.2.tar.gz ++++++
++++ 55673 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to