Hello community, here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2018-10-11 11:40:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rsyslog (Old) and /work/SRC/openSUSE:Factory/.rsyslog.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rsyslog" Thu Oct 11 11:40:27 2018 rev:140 rq:641121 version:8.38.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes 2018-08-06 11:52:41.449079089 +0200 +++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2018-10-11 11:40:37.491155471 +0200 @@ -1,0 +2,18 @@ +Wed Oct 10 16:16:55 CEST 2018 - [email protected] + +- Enable ForwardToSyslog for journald to get syslog messages + [bsc#1110456] + +------------------------------------------------------------------- +Tue Sep 18 17:34:53 UTC 2018 - Michael Ströder <[email protected]> + +- Update to rsyslog 8.38.0: + * imfile: support for endmsg.regex + * omhttp: new contribued module + * imrelp: add support for seting address to bind to (#894) + * ommysql: support mysql unix domain socket + * omusrmsg: do not fall back to max username length of 8 + * various bug fixes and minor updates to other modules and core + * various fixes for memory leaks + +------------------------------------------------------------------- Old: ---- rsyslog-8.36.0.tar.gz rsyslog-doc-8.36.0.tar.gz New: ---- journald-rsyslog.conf rsyslog-8.38.0.tar.gz rsyslog-doc-8.38.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsyslog.spec ++++++ --- /var/tmp/diff_new_pack.cMbbvH/_old 2018-10-11 11:40:39.047153490 +0200 +++ /var/tmp/diff_new_pack.cMbbvH/_new 2018-10-11 11:40:39.047153490 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -25,7 +25,7 @@ Summary: The enhanced syslogd for Linux and Unix License: (GPL-3.0-or-later AND Apache-2.0) Group: System/Daemons -Version: 8.36.0 +Version: 8.38.0 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -231,6 +231,7 @@ Source9: module-udpspoof Source14: http://www.rsyslog.com/files/download/rsyslog/rsyslog-doc-%{version}.tar.gz Source15: rsyslog.firewall +Source16: journald-rsyslog.conf # PATCH-FIX-OPENSUSE rsyslog-unit.patch [email protected] Customize upstream systemd unit for openSUSE needs. Patch0: rsyslog-unit.patch @@ -645,6 +646,7 @@ --enable-pmnull \ --enable-pmnormalize \ --enable-omruleset \ + --enable-omhttp \ %if %{with mmnormalize} --enable-mmnormalize \ --enable-mmjsonparse \ @@ -811,6 +813,10 @@ install -m644 plugins/ompgsql/createDB.sql \ %{buildroot}%{rsyslogdocdir}/pgsql-createDB.sql %endif +%if %{with systemd} +install -d -m0755 %{buildroot}%{_sysconfdir}/systemd/journald.conf.d +install %{SOURCE16} %{buildroot}%{_sysconfdir}/systemd/journald.conf.d/rsyslog.conf +%endif # create ghosts install -d -m0755 %{buildroot}%{rsyslog_rundir} touch %{buildroot}%{rsyslog_sockets_cfg} @@ -998,6 +1004,7 @@ %{rsyslog_module_dir_nodeps}/mmutf8fix.so %{rsyslog_module_dir_nodeps}/mmrm1stspace.so %{rsyslog_module_dir_nodeps}/ommail.so +%{rsyslog_module_dir_nodeps}/omhttp.so %{rsyslog_module_dir_nodeps}/omprog.so %{rsyslog_module_dir_nodeps}/omruleset.so %{rsyslog_module_dir_nodeps}/omstdout.so @@ -1017,6 +1024,8 @@ %if %{with systemd} && %{with journal} %{rsyslog_module_dir_nodeps}/imjournal.so %{rsyslog_module_dir_nodeps}/omjournal.so +%dir %{_sysconfdir}/systemd/journald.conf.d/ +%{_sysconfdir}/systemd/journald.conf.d/rsyslog.conf %endif %dir %{rsyslog_module_dir_withdeps} %{_mandir}/man5/rsyslog.conf.5* ++++++ journald-rsyslog.conf ++++++ [Journal] ForwardToSyslog=yes ++++++ rsyslog-8.36.0.tar.gz -> rsyslog-8.38.0.tar.gz ++++++ ++++ 95582 lines of diff (skipped) ++++++ rsyslog-doc-8.36.0.tar.gz -> rsyslog-doc-8.38.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/rsyslog/rsyslog-doc-8.36.0.tar.gz /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog-doc-8.38.0.tar.gz differ: char 5, line 1
