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
This commit is contained in:
OBS User buildservice-autocommit 2009-09-02 19:13:48 +00:00 committed by Git OBS Bridge
parent fe6999ba88
commit 304ce4b9bf
4 changed files with 31 additions and 7 deletions

View File

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

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

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

View File

@ -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 Tue Sep 1 11:34:12 CEST 2009 - mt@suse.de

View File

@ -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. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,10 +19,10 @@
Name: rsyslog Name: rsyslog
%define upstream_version 4.4.0 %define upstream_version 4.4.1
%define rsyslog_docdir %{_docdir}/%{name} %define rsyslog_docdir %{_docdir}/%{name}
%define install_all_modules_in_lib 0 %define install_all_modules_in_lib 0
Version: 4.4.0 Version: 4.4.1
Release: 1 Release: 1
License: GPL v3 or later License: GPL v3 or later
Group: System/Daemons Group: System/Daemons
@ -35,7 +35,6 @@ BuildRequires: klogd
BuildRequires: dos2unix openssl-devel pcre-devel pkgconfig zlib-devel BuildRequires: dos2unix openssl-devel pcre-devel pkgconfig zlib-devel
BuildRequires: krb5-devel mysql-devel net-snmp-devel postgresql-devel BuildRequires: krb5-devel mysql-devel net-snmp-devel postgresql-devel
BuildRequires: libgnutls-devel BuildRequires: libgnutls-devel
BuildRequires: java2-devel-packages
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Source0: http://download.rsyslog.com/rsyslog/%{name}-%{upstream_version}.tar.gz #Source0: http://download.rsyslog.com/rsyslog/%{name}-%{upstream_version}.tar.gz
Source0: %{name}-%{upstream_version}.tar.bz2 Source0: %{name}-%{upstream_version}.tar.bz2