dhcpcd: Update to 10.5.2

Message ID 20260817215521.3826-1-matthias.fischer@ipfire.org
State Staged
Commit 8943f46d387b7b53df264a20637fa2581e5479d7
Headers
Series dhcpcd: Update to 10.5.2 |

Commit Message

Matthias Fischer 17 Aug 2026, 9:55 p.m. UTC
Please note: v10.5.1 was nearly immediately supersed by v10.5.2.

For details see:
https://github.com/NetworkConfiguration/dhcpcd/commits

and

https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.5.2

"What's Changed [10.5.2]

    IPv6: Allocate the interface state before adding a static address by @Hojun-Cho in #711"

"What's Changed [10.5.1]

    Add disable build privsep to the build matrix by @rsmarples in #689
    DHCP: Only send the rapid commit option when configured to by @rsmarples in #694
    DHCP6: Mirror the prior DHCP rapid commit fix to DHCPv6 by @rsmarples in #695
    keep acquisition timestamp when route isn't updated by @Freax13 in #686
    privsep: Allow __NR__llseek as well as __NR_llseek on linux by @rsmarples in #696
    compat: Take a copy of libc progname variable by @rsmarples in #697
    ipv6nd: don't leave a carrier expiry timeout on a freed interface by @Hojun-Cho in #698
    compat: define STDC_WANT_LIB_EXT1 1 before including config by @rsmarples in #700
    ipv4: clear added state if we didn't delete the address by @rsmarples in #699
    linux: workaround a gcc compile warning issue by @rsmarples in #703
    DHCP: script reason should be RELEASE on RELEASE, not STOP by @rsmarples in #701
    Improve the IDE experience by @rsmarples in #704
    control: Harden the socket at the fs level by @rsmarples in #705
    privsep: re-enable capsicum and pledge by @rsmarples in #706
    privsep: Fix capsicum support on the control socket by @rsmarples in #707
    configure: Generate .clangd by @rsmarples in #710"

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/dhcpcd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index d4cade029..0e247215d 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 10.5.0
+VER        = 10.5.2
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 0b685acc78243b94f045fad33f10142e65c7883010e61a0f62f19c6ba080418dbf3ea939d7a22dd432ae6e9af8da90bd70da89d5e802ca481c797b03e1f41417
+$(DL_FILE)_BLAKE2 = 5852f07fc163137ec5e3224a7043de9b792551f13509bb20b5740be77f08280335eeb92cd22f98fb40a2d527d4190fffcda9ddde009412aad62f286ad069ebb4
 
 install : $(TARGET)