mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
systemd-netlogd: upgrade 1.4.4 -> 1.4.5
Fixes build with 32 bit machines. - Fix build on 32-bit with 64-bit time_t by @cgzones in #136 - Misc by @cgzones in #137 - Add terminating newline also for TLS connections by @Googulator in #139 - Add RFC5425 length field by @derobert in #140 - Correct examples for ExcludeSyslogFacility and ExcludeSyslogLevel by @ngraziano in #141 Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
parent
a82f3ae1f3
commit
9039381ef0
@ -3,8 +3,8 @@ SUMMARY = "Forwards messages from the journal to other hosts over the network us
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
SRC_URI = "git://github.com/systemd/systemd-netlogd.git;protocol=https;branch=main"
|
||||
SRCREV = "b03cc3b1a75048c7cf19467d8918a4b7320767e6"
|
||||
SRC_URI = "git://github.com/systemd/systemd-netlogd.git;protocol=https;branch=main;tag=v${PV}"
|
||||
SRCREV = "20534091417686d1185acb3f29e93944d8663c4b"
|
||||
|
||||
inherit meson systemd pkgconfig useradd features_check
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user