- Updated to rsyslog version 5.4.0 (v5-stable). This version begins

a new stable series based on the 5.3.x series, which has been
  proven rather well in practice. The new 5.4.0 contains fixes for
  all known problems. See ChangeLog file for a detailed history.
  The main new feature is speed: several optimizations were done,
  including support for epoll in tcp listeners.
- Added new lmzlibw.so and omruleset.so to the file list.
- Recompressed original tar.gz source archive using bzip2.

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=12
This commit is contained in:
Marius Tomaschewski 2010-04-13 09:04:00 +00:00 committed by Git OBS Bridge
parent 249e5ea4cf
commit d2b196e494
4 changed files with 15 additions and 26 deletions

View File

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

3
rsyslog-5.4.0.tar.bz2 Normal file
View File

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

View File

@ -1,26 +1,14 @@
-------------------------------------------------------------------
Mon Apr 12 16:18:39 CEST 2010 - mt@suse.de
Tue Apr 13 08:56:15 UTC 2010 - mt@suse.de
- Updated to rsyslog version 4.6.2 [v4-stable], providing several
enancements and bug fixes. Digest from the ChangeLog file:
* new feature: $OMFileAsyncWriting directive added
* bugfix(temporary): message-induced off-by-one error (potential
segfault). As a temporary fix, we have introduced a proper
recalculation of the size. However, a final patch is expected
in the future. See bug tracker for further details and when
the final patch will be available: bug id 184
* bugfix: potential segfault in dynafile cache
* bugfix: race condition during directory creation
* bugfix: potential re-use of free()ed file stream in omfile
* added new property replacer option "date-rfc3164-buggyday"
primarily to ease migration from syslog-ng
* bugfix: invalid buffer write in (file) stream class
* bugfix: potential hang condition during filestream close
* bugfix: improper synchronization when "$OMFileFlushOnTXEnd on"
* bugfix: potential data loss during file stream shutdown
* bugfix: potential problem (loop, abort) on file write error
* bugfix: $omfileFlushOnTXEnd was turned on when set to off
* bugfix(minor): handling of extremely large strings in dbgprintf
- Updated to rsyslog version 5.4.0 (v5-stable). This version begins
a new stable series based on the 5.3.x series, which has been
proven rather well in practice. The new 5.4.0 contains fixes for
all known problems. See ChangeLog file for a detailed history.
The main new feature is speed: several optimizations were done,
including support for epoll in tcp listeners.
- Added new lmzlibw.so and omruleset.so to the file list.
- Recompressed original tar.gz source archive using bzip2.
-------------------------------------------------------------------
Wed Sep 9 21:36:16 CEST 2009 - mt@suse.de

View File

@ -19,10 +19,10 @@
Name: rsyslog
%define upstream_version 4.6.2
%define upstream_version 5.4.0
%define rsyslog_docdir %{_docdir}/%{name}
%define install_all_modules_in_lib 0
Version: 4.6.2
Version: 5.4.0
Release: 0
License: GPL v3 or later
Group: System/Daemons
@ -396,6 +396,7 @@ fi
%{_libdir}/rsyslog/lmzlibw.so
%{_libdir}/rsyslog/ommail.so
%{_libdir}/rsyslog/omprog.so
%{_libdir}/rsyslog/omruleset.so
%{_libdir}/rsyslog/omtemplate.so
%{_libdir}/rsyslog/omtesting.so
%if ! 0%{install_all_modules_in_lib}