diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-31 10:54:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-02 18:23:06 +0100 |
commit | b64374be63ee25e788f1627b09b14f25ec2d2f3f (patch) | |
tree | ce4b0625a31eedf488290a33f1c995cbcc460cc7 /meta/recipes-extended | |
parent | 84bd7580d4613c8319cc3922fad7c7ac6953ace8 (diff) | |
download | poky-b64374be63ee25e788f1627b09b14f25ec2d2f3f.tar.gz |
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
(From OE-Core rev: 64d7c4af897cb052b6951dce6519a705cf2ac0ac)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb (renamed from meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb b/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb index 096bd376d7..c9c9055142 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https | |||
14 | file://sysklogd \ | 14 | file://sysklogd \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a" | 17 | SRCREV = "3332c550f1a68393daec5d64cd81f3b7674c0af5" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||