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
This commit is contained in:
Andreas Stieger 2017-04-06 19:30:24 +00:00 committed by Git OBS Bridge
parent e99430cf22
commit 3b7ab7be41
6 changed files with 38 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c756f16a083e5d4081fb9bfb236303a839cdca0a2c00017bd770b2e2e9677427
size 2386720

3
rsyslog-8.26.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:637d43c4384f8b96dda873a0b8384045f72cb43139808dadd9e0a94dccf25916
size 2393148

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3fa96f85ca31b09b16dcc4b184f9beeb5fb06ba463b0ced7046ec2a471b7d3ad
size 4359583

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d3b46e6c06fecbd4100fad118c22569e6b0d23b0f5cfb1fbcf501bfc9d115bb
size 4381345

View File

@ -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

View File

@ -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 \