From: Wang Mingyu Date: Thu, 2 Nov 2023 08:17:53 +0000 (+0800) Subject: dhcpcd: upgrade 10.0.3 -> 10.0.4 X-Git-Tag: yocto-5.2~4693 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26d3af5232a49ca6a0def9c2fbbd2f83842937a0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- 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 cc0fb382dff..fbc3e03d2d7 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