diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-29 09:10:01 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-08-03 07:47:36 +0100 |
| commit | b74d2ea2ccd820798c45164ec258aa5d7bb9f454 (patch) | |
| tree | 42c941e9de3f72eda558dfbf7050a0e01aeffa26 | |
| parent | 3bc7447062554957b38391b64d14eae89eccfd33 (diff) | |
| download | poky-b74d2ea2ccd820798c45164ec258aa5d7bb9f454.tar.gz | |
sysklogd: upgrade 2.5.2 -> 2.6.0
Changelog:
============
### Changes
- Add reload command for systemd service
- Add global log rotation options to .conf file, issue #80. Introducing
two new settings: 'rotate_size SIZE' and 'rotate_count COUNT'
- Semantic change for per-file log rotation settings, no longer possible
to disable log rotation for a file by setting 'rotate=0:0'
- Possible to set only size or count rotation per file
- Add support for 'listen addr:port' to .conf file, issue #83
### Fixes
- Fix #72: loss of raw kernel log messages to console.
- Fix #81: blocking delay for unreachable remote log server.
- Fix #82: retry creating UNIX and network sockets on failure.
(From OE-Core rev: 1af9b2e990f06367accb37f650223607f4442409)
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>
| -rw-r--r-- | meta/recipes-extended/sysklogd/sysklogd_2.6.0.bb (renamed from meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb b/meta/recipes-extended/sysklogd/sysklogd_2.6.0.bb index e488603086..ab0581ec8c 100644 --- a/meta/recipes-extended/sysklogd/sysklogd_2.5.2.bb +++ b/meta/recipes-extended/sysklogd/sysklogd_2.6.0.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 = "3332c550f1a68393daec5d64cd81f3b7674c0af5" | 17 | SRCREV = "6b44b9822e8551114e1ed38c38c51b8e95188599" |
| 18 | 18 | ||
| 19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
| 20 | 20 | ||
