dhcpcd: Update to version 10.0.8

- Update from version 10.0.6 to 10.0.8
- Update of rootfile not required
- Changelog
    10.0.8
	    Fixed compile without ARP
	    Fixed closefrom test for glibc
	    Fixed spelling of ADVERTISEMENT
    10.0.7
	    DHCP: use request_time, fallback_time and ipv4ll_time rather than reboot
	     timeout
	    DHCP6: Wait for IRT to elapse before requesting advertisments
	    DHCPv6: Don't re-INFORM if the RA changes
	    privsep: Reduce fd use
	    dhcpcd: Add support for arp persist defence by @pradeep-brightsign in #273
	    Move dhcp(v4) packet size check earlier by @pemensik in #295
	    Define the Azure Endpoint and other site-specific options by @lparkes in #299
	    add RFC4191 support by @goertzenator in #297
	    dhcpcd: Respect IPV6_PREFERRED_ONLY flag regardless of state by @taoyl-g
	     in #307
	    Fix time_offset to be int to match RFC-2132 by @ColinMcInnes in #319
	    hooks/30-hostname: Exit with 0 if setting hostname is not needed by @bdrung
	     in #320

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
Adolf Belka
2024-05-28 17:41:43 +02:00
committed by Arne Fitzenreiter
parent 50fbcebcb3
commit 80d4084a00

View File

@@ -24,7 +24,7 @@
include Config
VER = 10.0.6
VER = 10.0.8
THISAPP = dhcpcd-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_BLAKE2 = 4afd08cf7377b2262d33bf3f7ac503e081572a7c1ffd53b285842a92d99d88fae44e7e6384134bbe1eb839001f822fa7fb43718c42f9e8e6d11a05ec66fa2fc6
$(DL_FILE)_BLAKE2 = 1bf27387c13f192c6216e2f1ecad06bfa82267d5d6e08ddaa123789699fe9154222c33b1aa1f603e65ae8dce510cb24d48e72701494e0793c766e81f024f8bc5
install : $(TARGET)