Skip to content

Commit

Permalink
sysklogd: upgrade 2.5.2 -> 2.6.0
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
wangmingyu84 authored and rpurdie committed Aug 3, 2024
1 parent ff5fb4f commit 1af9b2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/troglobit/sysklogd.git;branch=master;protocol=https
file://sysklogd \
"

SRCREV = "3332c550f1a68393daec5d64cd81f3b7674c0af5"
SRCREV = "6b44b9822e8551114e1ed38c38c51b8e95188599"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 1af9b2e

Please sign in to comment.