Changelog for
syslog-ng-debugsource-2.0.9-27.1.x86_64.rpm :
Mon Mar 29 14:00:00 2010 mtAATTsuse.de
- Fix to block SIGHUP while the reload is in progress to \"queue\"
HUP signals, so they\'re delivered and handled later (bnc#568150).
Fri Jan 15 13:00:00 2010 mtAATTsuse.de
- Applied POLLERR handling fixes for logreader/logwriter causing
100% CPU usage e.g. when a UDP destination is down (bnc#541802).
Mon Dec 1 13:00:00 2008 mtAATTsuse.de
- Fixed MARK message function to use local timezone (bnc#450174).
Tue Nov 18 13:00:00 2008 mtAATTsuse.de
- Fixed chroot / chdir usage (CVE-2008-5110, bnc#445912).
Wed Sep 10 14:00:00 2008 mtAATTsuse.de
- Added a patch to link libnet dynamically; the static libnet is
dropped from the package, the dynamic lib moved to /%_lib now.
Wed Sep 3 14:00:00 2008 mtAATTsuse.de
- Moved /etc/logrotate.d/syslog-ng content to klogd (in syslogd
source) package, that provides the /etc/init.d/syslog script.
Wed Sep 3 14:00:00 2008 mtAATTsuse.de
- Added patch to avoid getpwnam/getgrnam calls with on negative
values, e.g. on -1 to skip file chown/grp/mod. This calls has
caused an ldap search request on systems using nss_ldap and if
the ldap server was running on the same machine and tryed to
log, a deadlock happened (bnc#414955).
- Applied a backported patch allowing to disable permission and
ownership changes on existing files, when the owner/group/perm
option in the file/pipe destination definition is set to -1.
Fri Aug 22 14:00:00 2008 ajAATTsuse.de
- Fix fillup call.
Mon Jul 14 14:00:00 2008 mtAATTsuse.de
- Moved build of the eventlog-0.2.7 lib into separate spec file.
Wed Apr 30 14:00:00 2008 mtAATTsuse.de
- Update to syslog-ng 2.0.9 (fate#303216).
- Disabled -fPIE/-pie usage, that is not possible any more.
- Changed the configure path usage in syslog-ng.h to point to
the desired installation paths.
- Increased level of successfull reload message to notice.
- Disabled parsing of a hostname on afunix (/dev/log) sockets
as workaround to not to interpret first part of a broken tag
containing spaces as hostname; the glibc syslog functions do
not send any hostname (bnc#49521).
- Reimplemented patch to update own hostname on SIGHUP/reload
(bnc#116466).
- Reimplemented -a
feature (fate#300891).
- Mentioned /usr/share/doc/packages/syslog-ng as documentation
source in manual pages (bnc#373960).
Wed Mar 26 13:00:00 2008 mtAATTsuse.de
- Documented -a option in syslog-ng.8 manual page, improved
sentence about usage without root permissions (bnc#358249).
Wed Oct 31 13:00:00 2007 mtAATTsuse.de
- Bug #334537: Fixes for acpid filter in syslog-ng.conf
Mon Jul 30 14:00:00 2007 mtAATTsuse.de
- Feature #302032: Improved patch adding a global summary(secs)
option allowing to specify the summary generation frequency
or disable it by setting summary(0).
Modified patch file: syslog-ng-summarize.dif
Tue Jul 24 14:00:00 2007 mtAATTsuse.de
- Applied a patch allowing to disable permission and ownership
changes on existing files, when the owner/group/perm option
in the file/pipe destination definition is set to -1.
New patch file: syslog-ng-no-perm-change.dif
- Improved acpid null destination in default config to avoid
/dev/null use at all.
Tue Jul 24 14:00:00 2007 cooloAATTsuse.de
- perm(-1) for /dev/null results in a 640 - which breaks almost
anything else in the system
Fri Jul 20 14:00:00 2007 mtAATTsuse.de
- Feature #302032: summarize repeated log messages
- Improved new null destination declaration to use
pipe driver and not to change any permissions
- Improved class comparization in filter-checks
Wed Jul 11 14:00:00 2007 seifeAATTsuse.de
- Fix the acpid logging rules (the messages that should have been
dropped ended up in /var/log/messages).
Tue Jul 10 14:00:00 2007 seifeAATTsuse.de
- Adopt to the new acpid logging prefix and make acpid logs less
verbose by default (Bug #290398).
Wed Jun 6 14:00:00 2007 mtAATTsuse.de
- Bug #278741: Fixed to use /dev/console instead of /dev/tty10
on s390(x) in the console destination.
- Removed aaa_base from PreReq (run_suseconfig macro not
used any more), added /etc/init.d/syslog to PreReq.
Wed May 30 14:00:00 2007 mtAATTsuse.de
- Updated to syslog-ng-1.6.12, fixing negation for the netmask()
filter, increasing hostname buffers to 256 characters, adding
so_rcvbuf option to adjust the afinet receive buffer, forcing
log_fifo_size to an minimum of 1000 elements
- Adopted update_own_hostname and afunix_dest_reconnect patches
- Bug #257101: Fix to log parse errors while reload (SIGHUP).
New patch file: syslog-ng-verbose_reload.dif
- Fixed console destination in default config to use pipe driver,
disabled permission and ownerships for console and xconsole.
Mon May 14 14:00:00 2007 mtAATTsuse.de
- Bug #256671: Added reset of the sysconfig SYSLOG_DAEMON
variable to \"\" (autodetect daemon) in rpm postun script.
Thu Mar 29 14:00:00 2007 roAATTsuse.de
- added klogd to BuildRequires
Thu Mar 29 14:00:00 2007 rguentherAATTsuse.de
- Add flex BuildRequires.
Sat Mar 3 13:00:00 2007 mtAATTsuse.de
- Bug #250562: Fixed to set signal handlers before the config
and thus the log destinations are initialized to avoid the
creation of zombie processes when a program (e.g. destination)
fails to execute, e.g. because apparmor profile prohibits it.
Changed to use sigaction() instead of the signal() function.
New patch file: syslog-ng-sigaction.dif
- Cleaned up the syslog-ng-filter_checks patch (fix for #240676).
- Added remote logserver destination example to the config file.
- Moved the allmessages example to the begin to catch all msgs.
Thu Mar 1 13:00:00 2007 mtAATTsuse.de
- Bug #249555: Fix for additional log sockets extension; syslog-ng
dropped messages on the sockets after a config file reload.
Fixed patch file: syslog-ng-additional-log-sockets.dif
Wed Feb 28 13:00:00 2007 mtAATTsuse.de
- Bug #240676: Implemented checks to detect recursive filter
definitions. New patch file: syslog-ng-filter_checks.dif
Tue Nov 14 13:00:00 2006 schwabAATTsuse.de
- Fix crash in handle_
*_line.
Wed Sep 13 14:00:00 2006 mtAATTsuse.de
- Feature #300891: Remove SuSEconfig dependency of syslog-ng
* Implemented an extension allowing to pass additional log
sockets using -a options.
* Documented it in the README.SuSE file and in the default
configuration file.
* Removed SuSEconfig.syslog-ng and it\'s syslog-ng.conf.in
and adopted the RPM spec file.
New patch file: syslog-ng-additional-log-sockets.dif
Fri Sep 1 14:00:00 2006 mtAATTsuse.de
- Updated to syslog-ng-1.6.11, providing bugfixes for timezone
calculations, false messages about permission changes, a
workaround for lose of one message when connection is broken
as well as some scalability improvements tunable using the
time_sleep() global option.