From 3b7ab7be417dde8db4474acd540d8db821d77d8a02d00f0dc6bc97dd2c799ca4 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Thu, 6 Apr 2017 19:30:24 +0000 Subject: [PATCH] Accepting request 486228 from home:AndreasStieger:branches:Base:System rsyslog 8.26.0 OBS-URL: https://build.opensuse.org/request/show/486228 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=262 --- rsyslog-8.25.0.tar.gz | 3 --- rsyslog-8.26.0.tar.gz | 3 +++ rsyslog-doc-8.25.0.tar.gz | 3 --- rsyslog-doc-8.26.0.tar.gz | 3 +++ rsyslog.changes | 29 +++++++++++++++++++++++++++++ rsyslog.spec | 9 +++------ 6 files changed, 38 insertions(+), 12 deletions(-) delete mode 100644 rsyslog-8.25.0.tar.gz create mode 100644 rsyslog-8.26.0.tar.gz delete mode 100644 rsyslog-doc-8.25.0.tar.gz create mode 100644 rsyslog-doc-8.26.0.tar.gz diff --git a/rsyslog-8.25.0.tar.gz b/rsyslog-8.25.0.tar.gz deleted file mode 100644 index 5942c19..0000000 --- a/rsyslog-8.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c756f16a083e5d4081fb9bfb236303a839cdca0a2c00017bd770b2e2e9677427 -size 2386720 diff --git a/rsyslog-8.26.0.tar.gz b/rsyslog-8.26.0.tar.gz new file mode 100644 index 0000000..817bb87 --- /dev/null +++ b/rsyslog-8.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637d43c4384f8b96dda873a0b8384045f72cb43139808dadd9e0a94dccf25916 +size 2393148 diff --git a/rsyslog-doc-8.25.0.tar.gz b/rsyslog-doc-8.25.0.tar.gz deleted file mode 100644 index 3735b3d..0000000 --- a/rsyslog-doc-8.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa96f85ca31b09b16dcc4b184f9beeb5fb06ba463b0ced7046ec2a471b7d3ad -size 4359583 diff --git a/rsyslog-doc-8.26.0.tar.gz b/rsyslog-doc-8.26.0.tar.gz new file mode 100644 index 0000000..51b8cc3 --- /dev/null +++ b/rsyslog-doc-8.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3b46e6c06fecbd4100fad118c22569e6b0d23b0f5cfb1fbcf501bfc9d115bb +size 4381345 diff --git a/rsyslog.changes b/rsyslog.changes index 8723772..ed02deb 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Thu Apr 6 19:21:22 UTC 2017 - astieger@suse.com + +- rsyslog 8.26.0: + * liblognorm 2.0.3 is required for mmnormalize + * enable internal error messages at all times + * core: added logging name of source of rate-limited messages + * omfwd: omfwd: add support for network namespaces + * imrelp: honor input name if provided when submitting to impstats + * imptcp: add ability to set owner/group/access perms for uds + * mmnormalize: add ability to load a rulebase from action() parameter + * pmrfc3164 improvements + + permit to ignore leading space in MSG + + permit to use at-sign in host names + + permit to require tag to end in colon + * add new global parameter "umask" + * core: make use of -T command line option more secure + * omfile: add error if both file and dynafile are set + * bugfix: build problem on MacOS (not a supported platform) + * regression fix: in 8.25, str2num() returned error on empty string + * bugfix omsnmp: improper handling of new-style configuration parameters + * bugfix: rsyslog identifies itself as "liblogging-stdlog" in internal messages + * bugfix imfile: wrong files were monitored when using multiple imfile inputs + * bugfix: setting net.aclResolveHostname/net.acladdhostnameonfail segfaults + * bugfix: immark emitted error messages with text "imuxsock" + * bugfix tcpflood: build failed if RELP was disabled + * fix gcc6 compiler warnings + * the output module array passing interface has been removed + ------------------------------------------------------------------- Mon Mar 6 16:20:15 UTC 2017 - astieger@suse.com diff --git a/rsyslog.spec b/rsyslog.spec index 8bfddb3..e2b7e5a 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -20,7 +20,7 @@ Name: rsyslog Summary: The enhanced syslogd for Linux and Unix License: (GPL-3.0+ and Apache-2.0) Group: System/Daemons -Version: 8.25.0 +Version: 8.26.0 Release: 0 %if 0%{?suse_version} >= 1210 %bcond_without systemd @@ -191,10 +191,10 @@ BuildRequires: libnet-devel # mmnormalize support %if %{with pkgconfig} BuildRequires: pkgconfig(libee) >= 0.4.0 -BuildRequires: pkgconfig(lognorm) >= 1.1.2 +BuildRequires: pkgconfig(lognorm) >= 2.0.3 %else BuildRequires: libee-devel >= 0.4.0 -BuildRequires: liblognorm-devel >= 1.1.2 +BuildRequires: liblognorm-devel >= 2.0.3 %endif %endif %if %{with maxminddb} @@ -594,9 +594,6 @@ autoreconf -fiv %configure \ --with-moddirs=%{rsyslog_module_dir_withdeps} \ -%if ! %{with rst2man} - --enable-cached-man-pages \ -%endif --enable-option-checking \ --enable-largefile \ --enable-regexp \