]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dhcpcd: Update to version 10.2.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 19 May 2025 15:46:11 +0000 (17:46 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 22 May 2025 15:12:13 +0000 (15:12 +0000)
- Update from version 10.2.2 to 10.2.3
- Update of rootfile not required
- Changelog
    10.2.3
    Restore logic on when to open an address specific socket by @dougnazar in #502
    [Fix] DHCP Failure on WAN Interface Rename (Fixes #504) by @ngxquanganh in #505
    BSD: routes via P2P interfaces now find their out-going interface
    -b --background fixed
    resolv: Fix processing more DNSSL options than RDNSS]
    dhcpcd: Remove option rapid_commit from dhcpcd.conf
    privsep: Fix valgrind and hardened-malloc on Linux with SECCOMP
    route: Don't spam route changes for lifetime

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dhcpcd

index 29cc28de24dbbed4752db6d30cb96fc001f34671..82a72abcfae1b3aeabdf09ff89b22ee403843b03 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 10.2.2
+VER        = 10.2.3
 
 THISAPP    = dhcpcd-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 95777f7aedc3a68e9873dd69d2c36b0235da31d95ad0327288f4fe11f35fe0ebcac827d3c7c9cc45bb0bbfdebfee246d0187c1d06bd9c44505868b9731715575
+$(DL_FILE)_BLAKE2 = 9f63b64f2909c7daded00685affd5a780ab23e0a38f178b720bb33c63cb126924c877f73f8351bd013075988dd85af985abf24b64a10c148a421e0c8f39d8415
 
 install : $(TARGET)
 
@@ -71,11 +71,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && ./configure \
-                       --prefix="" \
-                       --sysconfdir=/var/ipfire/dhcpc \
-                       --dbdir=/var/ipfire/dhcpc \
-                       --libexecdir=/var/ipfire/dhcpc \
-                       --mandir=/usr/share/man
+                               --prefix="" \
+                               --sysconfdir=/var/ipfire/dhcpc \
+                               --dbdir=/var/ipfire/dhcpc \
+                               --libexecdir=/var/ipfire/dhcpc \
+                               --mandir=/usr/share/man
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install