Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package syslog-ng for openSUSE:Factory 
checked in at 2021-07-28 19:21:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/syslog-ng (Old)
 and      /work/SRC/openSUSE:Factory/.syslog-ng.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "syslog-ng"

Wed Jul 28 19:21:38 2021 rev:112 rq:908879 version:3.33.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/syslog-ng/syslog-ng.changes      2021-07-20 
15:39:59.713529376 +0200
+++ /work/SRC/openSUSE:Factory/.syslog-ng.new.1899/syslog-ng.changes    
2021-07-28 19:21:40.603506692 +0200
@@ -1,0 +2,9 @@
+Wed Jul 28 08:13:57 UTC 2021 - peter czanik <pe...@czanik.hu>
+
+- update to 3.33.2 
+- added support for parsing CEE and Fortigate logs
+- added Discord destination
+- added MQTT destination support
+- python3 workdaround removed (commented out for now, fixed upstream)
+
+-------------------------------------------------------------------

Old:
----
  syslog-ng-3.30.1.tar.gz

New:
----
  syslog-ng-3.33.2.tar.gz

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

Other differences:
------------------
++++++ syslog-ng.spec ++++++
--- /var/tmp/diff_new_pack.piVy0P/_old  2021-07-28 19:21:41.779505150 +0200
+++ /var/tmp/diff_new_pack.piVy0P/_new  2021-07-28 19:21:41.783505144 +0200
@@ -52,7 +52,7 @@
 %bcond_with    mongodb
 %bcond_with    amqp
 Name:           syslog-ng
-Version:        3.30.1
+Version:        3.33.2
 Release:        0
 Summary:        Enhanced system logging daemon
 License:        GPL-2.0-only
@@ -71,6 +71,7 @@
 BuildRequires:  libjson-devel
 BuildRequires:  libnet-devel
 BuildRequires:  libopenssl-devel
+BuildRequires:  libpaho-mqtt-devel
 BuildRequires:  libtool
 BuildRequires:  net-snmp-devel
 BuildRequires:  pcre-devel
@@ -79,7 +80,7 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  pkgconfig(libsystemd)
 #!BuildIgnore:  rsyslog
-Requires:       libevtlog-3_30-0
+Requires:       libevtlog-3_33-0
 Requires(pre):  %fillup_prereq
 Requires(pre):  syslog-service >= 2.0
 Conflicts:      syslog
@@ -133,11 +134,11 @@
  * hand on messages for further processing using message queues (like
    AMQP), files or databases (like PostgreSQL or MongoDB).
 
-%package -n libevtlog-3_30-0
+%package -n libevtlog-3_33-0
 Summary:        Syslog-ng event logger library runtime
 Group:          System/Libraries
 
-%description -n libevtlog-3_30-0
+%description -n libevtlog-3_33-0
 The EventLog library provides an alternative to the simple syslog()
 API provided on UNIX systems. Compared to syslog, EventLog adds
 structured messages.
@@ -227,6 +228,15 @@
 %description snmp
 This package provides SNMP support for syslog-ng
 
+%package mqtt
+Summary:        MQTT support for syslog-ng
+Group:          System/Daemons
+Requires:       %{name} = %{version}
+
+%description mqtt
+This package provides MQTT support for syslog-ng
+
+
 %prep
 %setup -q -n syslog-ng-%{version}
 # fill out placeholders in the config,
@@ -247,8 +257,8 @@
 %endif
 
 # fix python
-sed -i 's|^#\s*!%{_bindir}/env python|#!%{_bindir}/python3|' 
lib/merge-grammar.py
-touch -r lib/cfg-grammar.y lib/merge-grammar.py
+# sed -i 's|^#\s*!%{_bindir}/env python|#!%{_bindir}/python3|' 
lib/merge-grammar.py
+# touch -r lib/cfg-grammar.y lib/merge-grammar.py
 
 %build
 ##
@@ -274,6 +284,7 @@
        --enable-ssl                            \
         --enable-afsnmp                         \
        --disable-native                        \
+       --enable-mqtt                           \
 %if %{with smtp}
         --with-libesmtp=%{_prefix}/lib                \
 %endif
@@ -442,8 +453,8 @@
 #
 %{service_del_postun syslog-ng.service}
 
-%post -n libevtlog-3_30-0 -p /sbin/ldconfig
-%postun -n libevtlog-3_30-0 -p /sbin/ldconfig
+%post -n libevtlog-3_33-0 -p /sbin/ldconfig
+%postun -n libevtlog-3_33-0 -p /sbin/ldconfig
 
 %files
 ##
@@ -513,6 +524,9 @@
 %dir %{_datadir}/syslog-ng/include/scl/checkpoint/
 %dir %{_datadir}/syslog-ng/include/scl/paloalto/
 %dir %{_datadir}/syslog-ng/include/scl/sumologic/
+%dir %{_datadir}/syslog-ng/include/scl/cee/
+%dir %{_datadir}/syslog-ng/include/scl/discord/
+%dir %{_datadir}/syslog-ng/include/scl/fortigate/
 %dir %{_datadir}/syslog-ng/xsd
 %dir %{_sysconfdir}/syslog-ng
 %dir %{_sysconfdir}/syslog-ng/conf.d
@@ -607,9 +621,12 @@
 %attr(644,root,root) %{_datadir}/syslog-ng/include/scl/checkpoint/plugin.conf
 %attr(644,root,root) %{_datadir}/syslog-ng/include/scl/paloalto/panos.conf
 %attr(644,root,root) %{_datadir}/syslog-ng/include/scl/sumologic/sumologic.conf
+%attr(644,root,root) %{_datadir}/syslog-ng/include/scl/cee/adapter.conf
+%attr(644,root,root) %{_datadir}/syslog-ng/include/scl/discord/discord.conf
+%attr(644,root,root) %{_datadir}/syslog-ng/include/scl/fortigate/fortigate.conf
 %attr(644,root,root) %{_datadir}/syslog-ng/xsd/*
 
-%files -n libevtlog-3_30-0
+%files -n libevtlog-3_33-0
 %{_libdir}/libevtlog-*.so.*
 
 %files snmp
@@ -701,4 +718,9 @@
 
 %endif
 
+%files mqtt
+%defattr(-,root,root)
+%dir %{_libdir}/syslog-ng
+%attr(755,root,root) %{_libdir}/syslog-ng/libmqtt.so
+
 %changelog

++++++ syslog-ng-3.30.1.tar.gz -> syslog-ng-3.33.2.tar.gz ++++++
++++ 107158 lines of diff (skipped)

++++++ syslog-ng.conf.default ++++++
--- /var/tmp/diff_new_pack.piVy0P/_old  2021-07-28 19:21:42.719503917 +0200
+++ /var/tmp/diff_new_pack.piVy0P/_new  2021-07-28 19:21:42.719503917 +0200
@@ -1,4 +1,4 @@
-@version:3.30
+@version:3.33
 @include "scl.conf"
 
 #

Reply via email to