From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 10.2.0 Date: Sat, 22 Feb 2025 17:47:41 +0100 Message-ID: <20250222164745.3260959-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4067750110289679360==" List-Id: --===============4067750110289679360== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://github.com/NetworkConfiguration/dhcpcd/releases/tag/v10.2.0 "What's Changed dhcp6: start request when advertise received after IRT by @sshambar in #3= 76 dhcpcd: stdout output sometimes empty when redirected to a file by @diego= -santacruz in #364 Fix help text formatting by @jvfranklin in #379 Apply lastlease behavior to DHCPv6 by @jvfranklin in #384 dhcpcd not ignoring source-based routes on linux by @sshambar in #372 DHCP6: lastlease behavior after Confim non-response by @jvfranklin in #387 Allow limited RLIMIT_FSIZE when dumping lease by @ColinMcInnes in #389 IPv6: Avoid uninitialized ifp state when adding address by @kensimon in #= 395 DHCPv6: Add support for sending Option 17 (VSIO) by @spoljak-ent in #383 Exit the timesyncd hook if not on systemd and not executable (#398) by @p= erkelix in #403 Add route lifetime from Router Advertisement by @ColinMcInnes in #429 revert e3c5de1 by @zacknewman in #425 Fix using multiple enterprise IDs with vendclass (Option 124 DHCP / Optio= n 16 DHCPv6) (#328) by @spoljak-ent in #408 Update route if acquired time changes by @ColinMcInnes in #441 Always send req for InfoRefreshTime option on Inform-Req by @ColinMcInnes= in #446 Increase max IPv4 clientid. by @gnaaman-dn in #442 Update build.yml to fix BSD builds by @perkelix in #456" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 0c21544ab..6b77a9db7 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -1,7 +1,7 @@ ############################################################################= ### # = # # IPFire.org - A linux based firewall = # -# Copyright (C) 2007-2024 IPFire Team = # +# Copyright (C) 2007-2025 IPFire Team = # # = # # This program is free software: you can redistribute it and/or modify = # # it under the terms of the GNU General Public License as published by = # @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 10.1.0 +VER =3D 10.2.0 =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 9d47ae8b97ba082f980966a2c3f688c6a8addb10989c166dafebdb= 6491793815c4caddc3016334f6549923632fd01fc8ce0987eca31af01948b0f4a643f88b38 +$(DL_FILE)_BLAKE2 =3D 0b209f253e6462cc176ffef749228fc3b82474ee4baa2c468277b5= 8abea9541282a2a96633e88641c46e3e9a612049f574009dd42f00f86334e655b10c234e81 =20 install : $(TARGET) =20 --=20 2.43.0 --===============4067750110289679360==--