commit rsyslog for openSUSE:Factory
Hello community, here is the log from the commit of package rsyslog for openSUSE:Factory checked in at 2014-09-30 19:40:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-09-23 17:16:56.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.rsyslog.new/rsyslog.changes 2014-09-30 19:42:30.000000000 +0200 @@ -1,0 +2,43 @@ +Tue Sep 30 11:07:08 UTC 2014 - mt@suse.de + +- update to rsyslog 8.4.1 [v8-stable] 2014-09-30 (bnc#897262) + - imudp: add for bracketing mode, which makes parsing stats easier + - permit at-sign in variable names + closes: https://github.com/rsyslog/rsyslog/issues/110 + - bugfix: fix syntax error in anon_cc_numbers.py script + Thanks to github user anthcourtney for the patch. + closes: https://github.com/rsyslog/rsyslog/issues/109 + - bugfix: ompgsql: don't loose uncomitted data on retry + Thanks to Jared Johnson and Axel Rau for the patch. + - bugfix: imfile: if a state file for a different file name was set, + that different file (name) was monitored instead of the configured + one. Now, the state file is deleted and the correct file monitored. + closes: https://github.com/rsyslog/rsyslog/issues/103 + - bugfix: omudpspoof: source port was invalid + Thanks to Pavel Levshin for the patch + - bugfix: build failure on systems which don't have json_tokener_errors + Older versions of json-c need to use a different API (which don't exists + on newer versions, unfortunately...) + Thanks to Thomas D. for reporting this problem. + - bugfix: omelasticsearch does not work with broken/changed ES 1.0+ API + closes: https://github.com/rsyslog/rsyslog/issues/104 + - bugfix: mmanon did not properly anonymize IP addresses starting with '9' + Thanks to defa-at-so36.net for reporting this problem. + closes: http://bugzilla.adiscon.com/show_bug.cgi?id=529 + - bugfix: build problems on SuSe Linux + Thanks Andreas Stieger for the patch + - bugfix: omelasticsearch error file did not work correctly on ES 1.0+ + due to a breaking change in the ElasticSearch API. + see also: https://github.com/rsyslog/rsyslog/issues/104 + - bugfix: potential abort when a message with PRI > 191 was processed + if the "pri-text" property was used in active templates, this could + be abused to a remote denial of service from permitted senders + see also: CVE-2014-3634 +- removed patches obsoleted by this version: + [- rsyslog-8.4.0_implicit_declaration.patch, + - rsyslog-8.4.0-json-c-0.12-configure.patch, + - rsyslog-8.4.0-json-c-0.12.patch] +- adopted patch for modified rsyslog.service: + [* rsyslog-unit.patch] + +------------------------------------------------------------------- Old: ---- rsyslog-8.4.0-json-c-0.12-configure.patch rsyslog-8.4.0-json-c-0.12.patch rsyslog-8.4.0.tar.gz rsyslog-8.4.0_implicit_declaration.patch rsyslog-doc-8.4.0.tar.gz New: ---- rsyslog-8.4.1.tar.gz rsyslog-doc-8.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rsyslog.spec ++++++ --- /var/tmp/diff_new_pack.IToXrt/_old 2014-09-30 19:42:31.000000000 +0200 +++ /var/tmp/diff_new_pack.IToXrt/_new 2014-09-30 19:42:31.000000000 +0200 @@ -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.4.0 +Version: 8.4.1 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -90,11 +90,6 @@ Requires(pre): %insserv_prereq %fillup_prereq /etc/init.d/syslog BuildRequires: klogd %endif -# for Patch3 rsyslog-8.4.0-json-c-0.12-configure.patch -BuildRequires: autoconf >= 2.61 -BuildRequires: automake -BuildRequires: libtool -# BuildRequires: bison BuildRequires: flex BuildRequires: openssl-devel >= 0.9.7 @@ -190,9 +185,6 @@ # PATCH-FIX-OPENSUSE rsyslog-unit.patch crrodriguez@opensuse.org Customize upstream systemd unit for openSUSE needs. Patch0: rsyslog-unit.patch -Patch1: rsyslog-8.4.0_implicit_declaration.patch -Patch2: rsyslog-8.4.0-json-c-0.12.patch -Patch3: rsyslog-8.4.0-json-c-0.12-configure.patch # this is a dirty hack since % dir does only work for the specified directory and nothing above # but I want to be able to switch this to /etc/apparmor.d once the profiles received more testing @@ -488,9 +480,6 @@ %prep %setup -q -n %{name}-%{upstream_version} -a 14 %patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 # %if %{with systemd} for file in rsyslog-service-prepare; do @@ -502,8 +491,6 @@ %endif %build -# for Patch3 rsyslog-8.4.0-json-c-0.12-configure.patch -autoreconf -fiv export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing -W -Wall -I../grammar -I../../grammar" # needs java # --enable-gui \ ++++++ rsyslog-8.4.0.tar.gz -> rsyslog-8.4.1.tar.gz ++++++ ++++ 3338 lines of diff (skipped) ++++++ rsyslog-doc-8.4.0.tar.gz -> rsyslog-doc-8.4.1.tar.gz ++++++ ++++ 1649 lines of diff (skipped) ++++++ rsyslog-unit.patch ++++++ --- /var/tmp/diff_new_pack.IToXrt/_old 2014-09-30 19:42:32.000000000 +0200 +++ /var/tmp/diff_new_pack.IToXrt/_new 2014-09-30 19:42:32.000000000 +0200 @@ -1,22 +1,25 @@ ---- rsyslog-7.4.8/rsyslog.service.in -+++ rsyslog-7.4.8/rsyslog.service.in 2014/01/24 14:23:45 -@@ -1,11 +1,19 @@ +--- rsyslog-8.4.1/rsyslog.service.in ++++ rsyslog-8.4.1/rsyslog.service.in 2014/09/30 11:04:56 +@@ -1,14 +1,21 @@ [Unit] Description=System Logging Service Requires=syslog.socket +Requires=var-run.mount +After=var-run.mount +Conflicts=syslog-ng.service syslogd.service + Documentation=man:rsyslogd(8) + Documentation=http://www.rsyslog.com/doc/ [Service] Type=notify -ExecStart=@sbindir@/rsyslogd -n -+ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS - StandardOutput=null +Environment=RSYSLOGD_PARAMS= -+ExecStartPre=@sbindir@/rsyslog-service-prepare +EnvironmentFile=-/etc/sysconfig/syslog ++ExecStartPre=@sbindir@/rsyslog-service-prepare ++ExecStart=@sbindir@/rsyslogd -n $RSYSLOGD_PARAMS +ExecReload=/bin/kill -HUP $MAINPID + StandardOutput=null +-Restart=on-failure +Restart=on-abort [Install] -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de