public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] dhcpcd: Update to version 10.0.8
@ 2024-05-28 15:41 Adolf Belka
  2024-05-28 15:41 ` [PATCH] sqlite: Update to version 3.46.0 Adolf Belka
  2024-05-29  9:11 ` [PATCH] dhcpcd: Update to version 10.0.8 Michael Tremer
  0 siblings, 2 replies; 4+ messages in thread
From: Adolf Belka @ 2024-05-28 15:41 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1831 bytes --]

- 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(a)ipfire.org>
---
 lfs/dhcpcd | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index 4a2368562..3bac681d8 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -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)
 
-- 
2.44.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-29  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 15:41 [PATCH] dhcpcd: Update to version 10.0.8 Adolf Belka
2024-05-28 15:41 ` [PATCH] sqlite: Update to version 3.46.0 Adolf Belka
2024-05-29  9:11   ` Michael Tremer
2024-05-29  9:11 ` [PATCH] dhcpcd: Update to version 10.0.8 Michael Tremer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox