dhcpcd: Update to version 10.2.3
Commit Message
- 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>
---
lfs/dhcpcd | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
@@ -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