mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
sysklogd: upgrade 2.6.1 -> 2.6.2
Changes ========= - 'syslog.conf': misplaced continuation character in example - Adapt facilities for RFC5424 compliance. - Add support for IPv6 addresses in 'listen' directive, issue #90 Fixes ======= - Fix #85: logging to remote IPv6 address does not work. - Fix #88: initial delay for unresolvable remote target. (From OE-Core rev: 61bdaaf9500ffb78564ed051939e9a33a47ffa55) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c390fc1e36
commit
2c82fa6162
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https
|
||||
file://sysklogd \
|
||||
"
|
||||
|
||||
SRCREV = "c2bc519697aaa94f7b5e658a31ff55b9d54e7c8d"
|
||||
SRCREV = "c1f8842853378781c2fdf6e70070a95539ba7d2e"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user