]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcpcd: Update to 10.2.4
authorMatthias Fischer <matthias.fischer@ipfire.org>
Wed, 4 Jun 2025 17:07:13 +0000 (19:07 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 4 Jun 2025 18:19:52 +0000 (18:19 +0000)
For details see:
https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.4

    "compat: use timingsafe_bcmp if available
    IPv6: Sort routers by reachability correctly.
    definitions: define ND Route Information option
    IPv6: Clear previous address RA flags on receipt of a RA."

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcpcd

index 82a72abcfae1b3aeabdf09ff89b22ee403843b03..6d15caad2876dc507035a32da8cb94937097f5dc 100644 (file)
@@ -1,4 +1,4 @@
-###############################################################################
+###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
 # Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 10.2.3
+VER        = 10.2.4
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 9f63b64f2909c7daded00685affd5a780ab23e0a38f178b720bb33c63cb126924c877f73f8351bd013075988dd85af985abf24b64a10c148a421e0c8f39d8415
+$(DL_FILE)_BLAKE2 = cdc5c345c58f24852ecf7e6655446f9385c860d9095cca8fa40eaae27a1d05dfad667e1e39af6ace2bd73acaa799210d6345462c90a88f89839912416263fdef
 
 install : $(TARGET)