From: Adolf Belka Date: Mon, 19 May 2025 15:46:11 +0000 (+0200) Subject: dhcpcd: Update to version 10.2.3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=873255ad80c8383c2c02b00aabc092293f83fc6b;p=ipfire-2.x.git dhcpcd: Update to version 10.2.3 - 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 Signed-off-by: Michael Tremer --- diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 29cc28de2..82a72abcf 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -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