Accepting request 210620 from Base:System

update to 7.4.7 [v7.4-stable] [bnc#855058] (forwarded request 210619 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/210620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rsyslog?expand=0&rev=81
This commit is contained in:
Stephan Kulow 2013-12-12 10:24:38 +00:00 committed by Git OBS Bridge
commit 005931adc5
4 changed files with 24 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Dec 11 22:53:14 UTC 2013 - andreas.stieger@gmx.de
- update to 7.4.7 [v7.4-stable] [bnc#855058]
- bugfix: limiting queue disk space did not work properly
- bugfix: linux kernel-like ratelimiter did not work properly with all
inputs (for example, it did not work with imdup).
- bugfix: disk queues created files in wrong working directory
- bugfix: legacy directive $ActionQueueWorkerThreads was not honored
- bugfix: segfault on startup when certain script constructs are used
e.g. "if not $msg ..."
- bugfix: imuxsock: UseSysTimeStamp config parameter did not work correctly
- bugfix: $SystemLogUseSysTimeStamp/$SystemLogUsePIDFromSystem did not work
- improved checking of queue config parameters on startup
- bugfix: call to ruleset with async queue did not use the queue
- bugfix: if imtcp is loaded and no listeners are configured (which is
uncommon), rsyslog crashes during shutdown.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 6 09:07:10 UTC 2013 - mt@suse.de Wed Nov 6 09:07:10 UTC 2013 - mt@suse.de

View File

@ -20,7 +20,7 @@ Name: rsyslog
Summary: The enhanced syslogd for Linux and Unix Summary: The enhanced syslogd for Linux and Unix
License: (GPL-3.0+ and Apache-2.0) License: (GPL-3.0+ and Apache-2.0)
Group: System/Daemons Group: System/Daemons
Version: 7.4.6 Version: 7.4.7
Release: 0 Release: 0
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
%bcond_without systemd %bcond_without systemd
@ -141,6 +141,8 @@ BuildRequires: libnet-devel
%if %{with mmnormalize} %if %{with mmnormalize}
# mmnormalize support # mmnormalize support
BuildRequires: liblognorm-devel >= 0.3.1 BuildRequires: liblognorm-devel >= 0.3.1
# no support for 1.0.0 as per configure
BuildRequires: liblognorm-devel < 1.0.0
%if 0%{?suse_version} >= 1210 %if 0%{?suse_version} >= 1210
BuildRequires: pkgconfig(libee) >= 0.4.0 BuildRequires: pkgconfig(libee) >= 0.4.0
%else %else