summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-15 16:09:05 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:52 +0000
commit3d093bae14efac4690f68dfe972cabbb631a7e7b (patch)
tree09bb4a4947c279dad55c3dbecbb9686b6c005da4 /meta/recipes-connectivity
parent339d362a70f4523a4b296901f5c391ea8b90019e (diff)
downloadpoky-3d093bae14efac4690f68dfe972cabbb631a7e7b.tar.gz
dhcpcd: upgrade 10.0.4 -> 10.0.5
Changelog: ========== DHCP: re-enter DISCOVER phase if server doesn't reply to our REQUEST privsep: Allow __NR_dup3 syscall as some libc's use that instead of the dup2 dhcpcd uses dev: Fix an issue where not opening the dev plugin folder if configured returned the wrong fd privsep: Harden the launcher process detecting daemonisation. compat: arc4random uses explicit_bzero if available (From OE-Core rev: 4d2adb1112e24f8d3b22433d08d6ed4664bb8e8d) 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-connectivity')
-rw-r--r--meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.5.bb (renamed from meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.5.bb
index fbc3e03d2d..c2dee267ba 100644
--- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.4.bb
+++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.0.5.bb
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/NetworkConfiguration/dhcpcd;protocol=https;branch=ma
17 file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \ 17 file://0001-dhcpcd.8-Fix-conflict-error-when-enable-multilib.patch \
18 " 18 "
19 19
20SRCREV = "3cb242656546acfe88f6201f8b3dbe261ffd1a3e" 20SRCREV = "6baf4df467aaae89b026a089122d155c6eec3f19"
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23inherit pkgconfig autotools-brokensep systemd useradd 23inherit pkgconfig autotools-brokensep systemd useradd