diff mbox series

sysklogd: upgrade 2.4.4 -> 2.5.0

Message ID 1685610221-29015-34-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9dfab9e662f2e6ef05c5812b7e8595c2ae8a79a4
Headers show
Series sysklogd: upgrade 2.4.4 -> 2.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 1, 2023, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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


Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../sysklogd/{sysklogd_2.4.4.bb => sysklogd_2.5.0.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-extended/sysklogd/{sysklogd_2.4.4.bb => sysklogd_2.5.0.bb} (97%)
diff mbox series

Patch

diff --git a/meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb b/meta/recipes-extended/sysklogd/sysklogd_2.5.0.bb
similarity index 97%
rename from meta/recipes-extended/sysklogd/sysklogd_2.4.4.bb
rename to 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
            file://sysklogd \
            "
 
-SRCREV = "51d471543ce59eace6df6da0e42658911f1fb8c0"
+SRCREV = "b6d1ae26671a85e6087c98ec8b630855fc52886a"
 
 S = "${WORKDIR}/git"