Skip to content

Commit 64d7c4a

Browse files
wangmingyu84rpurdie
authored andcommitted
sysklogd: upgrade 2.5.0 -> 2.5.2
Changelog: - Issue #67: restore support for reading kernel logs from '/proc/kmsg', regression introduced in v2.4.0, issue #48. - Issue #37: improved accuracy of the MARK timer, optional, default: 20 minutes. Generates log messages to files, which have had no activity within the MARK interval. Was off by up to 'interval / 2' minutes. It may now be off by up to '1 / 2' minutes, i.e.g, 30 seconds. - Issue #64: sub-second faking of kernel timestamps was always zero Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]>
1 parent d398efb commit 64d7c4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb renamed to meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https
1414
file://sysklogd \
1515
"
1616

17-
SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a"
17+
SRCREV = "3332c550f1a68393daec5d64cd81f3b7674c0af5"
1818

1919
S = "${WORKDIR}/git"
2020

0 commit comments

Comments
 (0)