From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to version 10.0.8 Date: Tue, 28 May 2024 17:41:43 +0200 Message-ID: <20240528154144.3777068-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4407262727227189473==" List-Id: --===============4407262727227189473== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - 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 #2= 73 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 @bdr= ung in #320 Signed-off-by: Adolf Belka --- 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 @@ =20 include Config =20 -VER =3D 10.0.6 +VER =3D 10.0.8 =20 THISAPP =3D dhcpcd-$(VER) DL_FILE =3D $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 4afd08cf7377b2262d33bf3f7ac503e081572a7c1ffd53b285842a= 92d99d88fae44e7e6384134bbe1eb839001f822fa7fb43718c42f9e8e6d11a05ec66fa2fc6 +$(DL_FILE)_BLAKE2 =3D 1bf27387c13f192c6216e2f1ecad06bfa82267d5d6e08ddaa12378= 9699fe9154222c33b1aa1f603e65ae8dce510cb24d48e72701494e0793c766e81f024f8bc5 =20 install : $(TARGET) =20 --=20 2.44.0 --===============4407262727227189473==--