From: Adolf Belka Date: Sat, 22 Nov 2025 19:49:21 +0000 (+0100) Subject: dhcpcd: Update to version 10.3.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5cba3151ff317084fa03e8ebfd22213cfbe85b;p=ipfire-2.x.git dhcpcd: Update to version 10.3.0 - Update from version 10.2.4 to 10.3.0 - No change in rootfile - Changelog 10.3.0 privsep: enforce message boundaries with MSG_EOR on our messages by @glebius in #533 Protocols will notify when dhcpcd can exit by @rsmarples in #536 DHCP: Don't request T1 and T2 DHCP: Don't request a lease time DHCP6: Don't exit if using DHCP4 INFORM in non manager mode ND: Route Information Option prefix is optional ipv6: respect slaac hwaddr to really use the hwaddr When stopping all interfaces at exit and releasing, remove persistance NetBSD: Delete RTF_CONNECTED route when changing it privsep: Drain the log when the root process is exiting eloop: vastly reworked, kqueue and epoll support on by default Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 6d15caad2..80a15072e 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ include Config -VER = 10.2.4 +VER = 10.3.0 THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = cdc5c345c58f24852ecf7e6655446f9385c860d9095cca8fa40eaae27a1d05dfad667e1e39af6ace2bd73acaa799210d6345462c90a88f89839912416263fdef +$(DL_FILE)_BLAKE2 = 657d20b5b92769615035b5d8792c77280a2ef34a96f64f4c5a70d3ee51a24b9dec48f2a4f59b75d3e5505685eece0a4f163518fd1f027b09945287a30b075f8a install : $(TARGET)