- update to 7.3.14 [beta] 2013-05-06:

- bugfix: some man pages were not properly installed either
    rscryutil or rsgtutil man was installed, but not both.
    Thanks to Marius Tomaschewski for the patch.
  - bugfix: potential segfault on startup when builtin module was
    specified in module() statement.
    Thanks to Marius Tomaschewski for reporting the bug.
  - bugfix: segfault due to invalid dynafile cache handling
    Accidently, the old-style cache size parameter was used when the
    dynafile cache was created in a RainerScript action. If the
    old-style size was lower than the one actually set, this lead to
    misadressing when the size was overrun, and that could lead to
    all kinds of “interesting things”, often in segfaults.
    closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=147
This commit is contained in:
2013-05-07 18:50:45 +00:00
committed by Git OBS Bridge
parent 9c11d671eb
commit ae9c65dc33
4 changed files with 23 additions and 6 deletions

View File

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

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

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

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue May 7 18:27:48 UTC 2013 - mt@suse.de
- update to 7.3.14 [beta] 2013-05-06:
- bugfix: some man pages were not properly installed either
rscryutil or rsgtutil man was installed, but not both.
Thanks to Marius Tomaschewski for the patch.
- bugfix: potential segfault on startup when builtin module was
specified in module() statement.
Thanks to Marius Tomaschewski for reporting the bug.
- bugfix: segfault due to invalid dynafile cache handling
Accidently, the old-style cache size parameter was used when the
dynafile cache was created in a RainerScript action. If the
old-style size was lower than the one actually set, this lead to
misadressing when the size was overrun, and that could lead to
all kinds of “interesting things”, often in segfaults.
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=440
-------------------------------------------------------------------
Tue Apr 30 13:59:30 UTC 2013 - mt@suse.de

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: 7.3.13
Version: 7.3.14
Release: 0
%if 0%{?suse_version} >= 1210
%bcond_without systemd
@@ -89,6 +89,7 @@ BuildRequires: dos2unix
BuildRequires: openssl-devel
BuildRequires: pcre-devel
BuildRequires: pkgconfig
BuildRequires: python-docutils
BuildRequires: zlib-devel
%if %{with elasticsearch}
BuildRequires: curl-devel
@@ -569,8 +570,6 @@ make %{?_smp_mflags:%{_smp_mflags}} V=1
%install
make install DESTDIR="%{buildroot}" V=1
# Hack for v7.3.13, remove when fixed upstream
install -m644 tools/rsgtutil.1 %{buildroot}%{_mandir}/man1/
#
rm -f %{buildroot}%{rsyslog_module_dir_nodeps}/*.la
#