From 304ce4b9bf1d9693f86781579d7d23a9a3ff379825cff1c807f3884209df4a47 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 2 Sep 2009 19:13:48 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/rsyslog revision 6.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/rsyslog?expand=0&rev=494fc2ae3f132934e45db5266e1fb05e --- rsyslog-4.4.0.tar.bz2 | 3 --- rsyslog-4.4.1.tar.bz2 | 3 +++ rsyslog.changes | 25 +++++++++++++++++++++++++ rsyslog.spec | 7 +++---- 4 files changed, 31 insertions(+), 7 deletions(-) delete mode 100644 rsyslog-4.4.0.tar.bz2 create mode 100644 rsyslog-4.4.1.tar.bz2 diff --git a/rsyslog-4.4.0.tar.bz2 b/rsyslog-4.4.0.tar.bz2 deleted file mode 100644 index cda7478..0000000 --- a/rsyslog-4.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:365a1136bf0755f16bde96d736360e0aa18373f0e04f73d2724157bb475ef82a -size 1693758 diff --git a/rsyslog-4.4.1.tar.bz2 b/rsyslog-4.4.1.tar.bz2 new file mode 100644 index 0000000..cda9d53 --- /dev/null +++ b/rsyslog-4.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3e8dfc558a2360486b91df3cf5461f6e2d09952b8961a4afad7c36614311d7 +size 1673535 diff --git a/rsyslog.changes b/rsyslog.changes index 6f09312..507ca4b 100644 --- a/rsyslog.changes +++ b/rsyslog.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Sep 2 20:15:28 CEST 2009 - mt@suse.de + +- Updated to rsyslog version 4.4.1 (v4-stable), a bug-fixing release, + providing some important fixes for issues that have only been + detected after the beta phase. Some of them are serious (like a + segfault when UDP messageforwarding is activated), so users of + 4.4.0 are urged to upgrade to this release. Changelog for 4.4.1: + * features requiring Java are automatically disabled if Java + is not present (thanks to Michael Biebl for his help!) + * bugfix: invalid double-quoted PRI, among others in outgoing + messages. This causes grief with all receivers. + Bug tracker: http://bugzilla.adiscon.com/show_bug.cgi?id=147 + * bugfix: Java testing tools were required, even if testbench + was disabled. This resulted in build errors if no Java was + present on the build system, even though none of the selected + option actually required Java. (I forgot to backport a similar + fix to newer releases). + * bugfix (backport): omfwd segfault. Note that the orginal (higher + version) patch states this happens only when debugging mode is + turned on. That statement is wrong: if debug mode is turned off, + the message is not being emitted, but the division by zero in + the actual parameters still happens. +- Removed jave2-devel-packages from build requires again + ------------------------------------------------------------------- Tue Sep 1 11:34:12 CEST 2009 - mt@suse.de diff --git a/rsyslog.spec b/rsyslog.spec index f9a2d10..97e55e0 100644 --- a/rsyslog.spec +++ b/rsyslog.spec @@ -1,5 +1,5 @@ # -# spec file for package rsyslog (Version 4.4.0) +# spec file for package rsyslog (Version 4.4.1) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,10 +19,10 @@ Name: rsyslog -%define upstream_version 4.4.0 +%define upstream_version 4.4.1 %define rsyslog_docdir %{_docdir}/%{name} %define install_all_modules_in_lib 0 -Version: 4.4.0 +Version: 4.4.1 Release: 1 License: GPL v3 or later Group: System/Daemons @@ -35,7 +35,6 @@ BuildRequires: klogd BuildRequires: dos2unix openssl-devel pcre-devel pkgconfig zlib-devel BuildRequires: krb5-devel mysql-devel net-snmp-devel postgresql-devel BuildRequires: libgnutls-devel -BuildRequires: java2-devel-packages BuildRoot: %{_tmppath}/%{name}-%{version}-build #Source0: http://download.rsyslog.com/rsyslog/%{name}-%{upstream_version}.tar.gz Source0: %{name}-%{upstream_version}.tar.bz2