package/sysklogd: bump to version 2.4.2
Mostly a bugfix release (critical fixes to syslogd below), which also includes some features added to the logger tool and libsyslog related to logging to remote syslog servers, bypassing the local syslogd. Critical fixes: - Prevent over-read when scanning kermel log messages - Prevent kernel log file corruption when messages contain control codes, notably '\n', now C-style hex encoding is preserved (\x0a) - Forwarding of log messages to remote servers stops after a few SIGHUPs have been received (bug introduced in v2.4.0) Signed-off-by: Joachim Wiberg <troglobit@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
795ef71002
commit
7a41d937b4
package/sysklogd
@ -1,5 +1,5 @@
|
||||
# Upstream .sha256 from GitHub
|
||||
sha256 1d9ed88a772af95c8b46c9e92ddc5bf4a76ac233ec5850f084290b80df7e02c4 sysklogd-2.4.0.tar.gz
|
||||
sha256 64acdb6ade609a1f42eeb7fbdb25c539b1c16abf2f6ff722606773b84a3c4073 sysklogd-2.4.2.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSKLOGD_VERSION = 2.4.0
|
||||
SYSKLOGD_VERSION = 2.4.2
|
||||
SYSKLOGD_SITE = https://github.com/troglobit/sysklogd/releases/download/v$(SYSKLOGD_VERSION)
|
||||
SYSKLOGD_LICENSE = BSD-3-Clause
|
||||
SYSKLOGD_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user