From: Wang Mingyu <[email protected]> Changelog: ========== - BSD: don't send uninitialised memory using ps_root_indirectioctl - Fix fallback_time option - IPv4: Ignore DHCP state when building routes - options: Ensure ldop is not NULL dereferenced - route: Routes may not have an - options: Ensure that an overly long bitflag string does not crash - options: Don't assume vsio options have an argument - common: Cast via uintptr_t rather than unsigned long - privsep: Ensure we recv for real after a successful recv MSG_PEEK - DHCP: Add parentheses to macro definitions - ipv6nd: empty IPV6RA_EXPIRE eloop queue when dropping
Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Mathieu Dubois-Briand <[email protected]> (cherry picked from commit 6b19f10275be502a9602f51b6227e4a51d6c8fda) Signed-off-by: Yoann Congal <[email protected]> --- .../dhcpcd/{dhcpcd_10.3.0.bb => dhcpcd_10.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-connectivity/dhcpcd/{dhcpcd_10.3.0.bb => dhcpcd_10.3.1.bb} (97%) diff --git a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb similarity index 97% rename from meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb rename to meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.bb index fca7d8b11d9..c940d6806a6 100644 --- a/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.0.bb +++ b/meta/recipes-connectivity/dhcpcd/dhcpcd_10.3.1.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 = "385ff246cbdbd1627582999f7705bf9ef2ad0d7d" +SRCREV = "42ff6d2548209af3185473e6cb6f9d235c48bbf4" # Doesn't use automake so we can't do out-of-tree builds inherit pkgconfig autotools-brokensep systemd useradd
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236663): https://lists.openembedded.org/g/openembedded-core/message/236663 Mute This Topic: https://lists.openembedded.org/mt/119210620/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
