------------------------------------------------------------------- Wed Sep 9 21:36:16 CEST 2009 - mt@suse.de - Added read-only RSYSLOGD_NATIVE_VERSION sysconfig/syslog variable, that is set to the native mode version number for the -c parameter while every installation and used in the /etc/init.d/syslog script, except the user overrides this default in RSYSLOGD_COMPAT_VERSION. ------------------------------------------------------------------- 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 - Updated to rsyslog version 4.4.0, the actual stable 4.4.x series. It provides several bugfixes, performance improvements and new features: It adds generic network stream server for syslog, the capability to rebind the send socket of the UDP output section, allows multiple tcp listeners, multiple recipients in ommail, new plugins as omprog, improved documentation and testbench with a config switch. Please review ChangeLog file for details. - Removed obsolete moddirs patch (included in 4.4.0) - Added java2-devel-packages to BuildRequires (for test suite) - Enabled omprog and omtemplate plugins, added them and the lmstrmsrv plugin to the base-plugins file list. ------------------------------------------------------------------- Mon Apr 20 17:35:16 CEST 2009 - mt@suse.de - Improved config file comments about usage of additional modules provided in separate rsyslog-module packages. - Enabled GnuTLS (syslog-transport-tls) support module. ------------------------------------------------------------------- Mon Apr 20 13:32:03 CEST 2009 - mt@suse.de - Updated to rsyslog 3.20.6 [v3-stable] ------------------------------------------------------------------- Mon Dec 15 14:51:08 CET 2008 - mt@suse.de - Security fix to honor $AllowedSender settings (bnc#457273). - Security fix [DoS] from 3.20.2 to emit a discard message every minute only (when DisallowWarning enabled) instead of every time; this prevernts an attacker can fill the disk (bnc#457273). ------------------------------------------------------------------- Wed Sep 10 15:11:05 CEST 2008 - schwab@suse.de - Run autoreconf. ------------------------------------------------------------------- Tue Sep 9 16:16:14 CEST 2008 - mt@suse.de - Enabled mail, imfile and imtemplate modules - Enabled snmp module, packaged as rsyslog-module-snmp - Added patch to support multiple module directories, in our case /lib[64]/rsyslog:/usr/lib[64]/rsyslog ------------------------------------------------------------------- Thu Sep 4 15:15:14 CEST 2008 - mt@suse.de - initial rsyslog 3.18.3 package