]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcpcd: Update to version 10.3.0
authorAdolf Belka <adolf.belka@ipfire.org>
Sat, 22 Nov 2025 19:49:21 +0000 (20:49 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Nov 2025 16:04:43 +0000 (16:04 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcpcd

index 6d15caad2876dc507035a32da8cb94937097f5dc..80a15072e3c80f2f073c4e8c46994607bac5de3c 100644 (file)
@@ -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)