Hello community,

here is the log from the commit of package rsyslog for openSUSE:Factory checked 
in at 2018-03-26 12:10:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rsyslog (Old)
 and      /work/SRC/openSUSE:Factory/.rsyslog.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rsyslog"

Mon Mar 26 12:10:35 2018 rev:137 rq:590851 version:8.33.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rsyslog/rsyslog.changes  2018-02-22 
14:57:03.385638295 +0100
+++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes     2018-03-26 
12:10:53.098008103 +0200
@@ -1,0 +2,32 @@
+Sat Mar 24 18:47:34 UTC 2018 - [email protected]
+
+- rsyslog 8.33.1:
+  * devcontainer: use some more sensible defaults
+  * auto-detect if running inside a container (as pid 1)
+  * config: add include() script object
+  * template: add option to generate json "container"
+  * core/template: add format jsonf to constant template entries
+  * config: add ability to disable config parameter ("config.enable")
+  * script: permit to use environment variables during configuration
+  * new global config parameter "shutdown.enable.ctlc"
+  * config optimizer: detect totally empty "if" statements and optimize them 
out
+  * template: constant entry can now also be formatted as json field
+  * omstdout: support for new-style configuration parameters added
+  * core: set TZ on startup if not already set
+  * imjournal bugfix: file handle leak during journal rotation
+  * lmsig_ksils12 bugfix: dirOwner and dirGroup config was not respected
+  * script bugfix: replace() function worked incorrectly in some cases
+  * core bugfix: misadressing in external command parser
+  * core bugfix: small memory leak in external command parser
+  * core bugfix: string not properly terminated when RFC5424 MSGID is used
+  * bugfix: strndup() compatibility layer func copies too much
+- the upstream systemd unit file was changed to no longer write the
+  rsyslog pid, as it is no longer required for tracking under
+  systemd (-iNONE). Adjust rsyslog-unit.patch to match.
+
+-------------------------------------------------------------------
+Mon Mar 19 11:43:55 CET 2018 - [email protected]
+
+- Use %license instead of %doc [bsc#1082318]
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ rsyslog.spec ++++++
--- /var/tmp/diff_new_pack.LGzS3C/_old  2018-03-26 12:11:07.253500820 +0200
+++ /var/tmp/diff_new_pack.LGzS3C/_new  2018-03-26 12:11:07.265500390 +0200
@@ -23,9 +23,9 @@
 
 Name:           rsyslog
 Summary:        The enhanced syslogd for Linux and Unix
-License:        (GPL-3.0+ and Apache-2.0)
+License:        (GPL-3.0-or-later AND Apache-2.0)
 Group:          System/Daemons
-Version:        8.32.0
+Version:        8.33.1
 Release:        0
 %if 0%{?suse_version} >= 1210
 %bcond_without  systemd
@@ -772,7 +772,7 @@
 #
 rm -f doc/Makefile*
 install -d -m0755 %{buildroot}%{rsyslogdocdir}/html/
-find ChangeLog README AUTHORS COPYING*  \
+find ChangeLog README AUTHORS \
        \( -type d -exec install -m755 -d   %{buildroot}%{rsyslogdocdir}/\{\} 
\; \) \
      -o \( -type f -exec install -m644 \{\} %{buildroot}%{rsyslogdocdir}/\{\} 
\; \)
 cp -av build/* %{buildroot}%{rsyslogdocdir}/html/
@@ -992,11 +992,11 @@
 %dir %{rsyslog_module_dir_withdeps}
 %{_mandir}/man5/rsyslog.conf.5*
 %{_mandir}/man8/rsyslogd.8*
+%license COPYING COPYING.ASL20 COPYING.LESSER
 %dir %{rsyslogdocdir}
 %doc %{rsyslogdocdir}/ChangeLog
 %doc %{rsyslogdocdir}/README
 %doc %{rsyslogdocdir}/AUTHORS
-%doc %{rsyslogdocdir}/COPYING*
 %dir %{_localstatedir}/spool/rsyslog
 %{_fillupdir}/sysconfig.syslog-rsyslog
 %attr(0755,root,root) %dir %ghost %{rsyslog_rundir}

++++++ rsyslog-8.32.0.tar.gz -> rsyslog-8.33.1.tar.gz ++++++
++++ 12978 lines of diff (skipped)

++++++ rsyslog-doc-8.32.0.tar.gz -> rsyslog-doc-8.33.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/rsyslog/rsyslog-doc-8.32.0.tar.gz 
/work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog-doc-8.33.1.tar.gz differ: char 
5, line 1

++++++ rsyslog-unit.patch ++++++
--- /var/tmp/diff_new_pack.LGzS3C/_old  2018-03-26 12:11:08.237465558 +0200
+++ /var/tmp/diff_new_pack.LGzS3C/_new  2018-03-26 12:11:08.237465558 +0200
@@ -1,5 +1,7 @@
---- rsyslog-8.4.1/rsyslog.service.in
-+++ rsyslog-8.4.1/rsyslog.service.in   2014/09/30 11:04:56
+Index: rsyslog-8.33.1/rsyslog.service.in
+===================================================================
+--- rsyslog-8.33.1.orig/rsyslog.service.in
++++ rsyslog-8.33.1/rsyslog.service.in
 @@ -1,14 +1,21 @@
  [Unit]
  Description=System Logging Service
@@ -12,11 +14,11 @@
  
  [Service]
  Type=notify
--ExecStart=@sbindir@/rsyslogd -n
+-ExecStart=@sbindir@/rsyslogd -n -iNONE
 +Environment=RSYSLOGD_PARAMS=
 +EnvironmentFile=-/etc/sysconfig/syslog
 +ExecStartPre=@sbindir@/rsyslog-service-prepare
-+ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS
++ExecStart=@sbindir@/rsyslogd -n -iNONE $RSYSLOGD_PARAMS
 +ExecReload=/bin/kill -HUP $MAINPID
  StandardOutput=null
 -Restart=on-failure


Reply via email to