summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-01 17:03:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-06-02 15:16:36 +0100
commit12789f18721df274cb961583567adbba5a2ed51a (patch)
tree7da5f0918f5032e9e336217e3638a4b29b8e8852 /meta/recipes-extended
parente5cff84ccb4fb2adb4425cb3ef8baf0b5da0b5e2 (diff)
downloadpoky-12789f18721df274cb961583567adbba5a2ed51a.tar.gz
sysklogd: upgrade 2.4.4 -> 2.5.0
Changes ======= - Issue #59: initial port to NuttX, contributed by Xiaomi - Issue #61: add support for '-c' and '-cc' to disable log compression. A single '-c' disables compression for pipes, another '-c' (or '-cc') disables compression for all other log targets - The default 'syslog.conf' now logs debug messages again (disabled in v2.4.0) due to problems (confusion) reported in the field - Dropped not recommended 'KillMode=process' from systemd unit file Fixes ======== - Issue #60: document how to set side-wide permissions on log files - Issue #62: early log messages lost when running under systemd, found by Wind River Systems, including initial fix (From OE-Core rev: 9dfab9e662f2e6ef05c5812b7e8595c2ae8a79a4) 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.0.bb (renamed from meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb b/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
index a19b4f58eb..096bd376d7 100644
--- a/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb
+++ b/meta/recipes-extended/sysklogd/sysklogd_2.5.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
17SRCREV = "51d471543ce59eace6df6da0e42658911f1fb8c0" 17SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20