- 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

OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=11
This commit is contained in:
Marius Tomaschewski 2010-04-13 08:05:21 +00:00 committed by Git OBS Bridge
parent 4175a0a9d7
commit 249e5ea4cf
5 changed files with 33 additions and 8 deletions

0
ready
View File

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Apr 12 16:18:39 CEST 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
-------------------------------------------------------------------
Wed Sep 9 21:36:16 CEST 2009 - mt@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package rsyslog (Version 4.4.1)
# spec file for package rsyslog (Version 4.6.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,11 +19,11 @@
Name: rsyslog
%define upstream_version 4.4.1
%define upstream_version 4.6.2
%define rsyslog_docdir %{_docdir}/%{name}
%define install_all_modules_in_lib 0
Version: 4.4.1
Release: 2
Version: 4.6.2
Release: 0
License: GPL v3 or later
Group: System/Daemons
Summary: Rsyslog, the enhanced syslogd for Linux and Unix
@ -393,6 +393,7 @@ fi
%{_libdir}/rsyslog/lmstrmsrv.so
%{_libdir}/rsyslog/lmtcpclt.so
%{_libdir}/rsyslog/lmtcpsrv.so
%{_libdir}/rsyslog/lmzlibw.so
%{_libdir}/rsyslog/ommail.so
%{_libdir}/rsyslog/omprog.so
%{_libdir}/rsyslog/omtemplate.so