]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/sysklogd-1.4.1-fixes-1.patch
Stop dhcpcd before starting if it was running
[people/pmueller/ipfire-2.x.git] / src / patches / sysklogd-1.4.1-fixes-1.patch
CommitLineData
9b0ff0a0
MT
1Submitted By: Robert Connolly <robert at linuxfromscratch dot org> (ashes)
2Date: 2005-01-23
3Initial Package Version: 1.4.1
4Upstream Status: Not submitted
5Origin: http://www.infodrom.org/projects/sysklogd/cvs.php3
6Description: This patch is a cvs snapshot update as of 20050123.
7Minus the debain and CVS directories. See the CHANGES.
8
9diff -Naur sysklogd-1.4.1/CHANGES sysklogd-20050123/CHANGES
10--- sysklogd-1.4.1/CHANGES 2001-03-11 14:35:51.000000000 -0500
11+++ sysklogd-20050123/CHANGES 2005-01-15 14:14:21.000000000 -0500
12@@ -1,3 +1,42 @@
13+Version 1.4.2
14+
15+ . Dmitry V. Levin <ldv@altlinux.org>
16+ - Close file descriptor in FindSymbolFile() in ksym.c in order not to
17+ leak file descriptors.
18+ . Solar Designer <solar@openwall.com>
19+ - improve crunch_list()
20+ - Prevent potential buffer overflow in reading messages from the
21+ kernel log ringbuffer.
22+ - Ensure that "len" is not placed in a register, and that the
23+ endtty() signal handler is not installed too early which could
24+ cause a segmentation fault or worse.
25+ . Steve Grubb <linux_4ever@yahoo.com>
26+ - fix memory calculation in crunch_list()
27+ . Martin Schulze <joey@infodrom.org>
28+ - klogd will reconnect to the logger (mostly syslogd) after it went
29+ away
30+ - On heavily loaded system syslog will not spit out error messages
31+ anymore when recvfrom() results in EAGAIN
32+ - Makefile improvements
33+ - Local copy of module.h
34+ - Improved sysklogd.8
35+ - Always log with syslogd's timezone and locale
36+ - Remove trailing newline when forwarding messages
37+ . Jon Burgess <Jon_Burgess@eur.3com.com>
38+ - Moved the installation of the signal handler up a little bit so it
39+ guaranteed to be available when the child is forked, hence, fixing a
40+ race condition. This used to create problems with UML and fast
41+ machines.
42+ . Greg Trounson <gregt@maths.otago.ac.nz>
43+ - Improved README.linux
44