From 42a736b3a46085c6bc94fd4564e3e6fa660788cd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 2 Nov 2023 16:17:53 +0800 Subject: [PATCH] dhcpcd: upgrade 10.0.3 -> 10.0.4 Changelog: =========== privsep: allow __NR_mmap2 call privsep: allow __NR_clock_gettime32 syscall compat/arc4random.c: use memset instead of explicit_bzero privsep: avoid SIGPIPE errors when scripts write to stderr/stdout after dhcpcd is daemonised (From OE-Core rev: 26d3af5232a49ca6a0def9c2fbbd2f83842937a0) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../dhcpcd/{dhcpcd_10.0.3.bb => dhcpcd_10.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.0.3.bb => dhcpcd_10.0.4.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb index cc0fb382df..fbc3e03d2d 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.3.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ " -SRCREV = "45fb8fd8dd281d2228c7abaddff7877d27e67146" +SRCREV = "3cb242656546acfe88f6201f8b3dbe261ffd1a3e" S = "${WORKDIR}/git" inherit pkgconfig autotools-brokensep systemd useradd