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.1.0 Date: Tue, 15 Oct 2024 09:35:22 +0200 Message-ID: <20241015073522.317931-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7245384724508215211==" List-Id: --===============7245384724508215211== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 10.0.10 to 10.1.0 - Update of rootfile not required - Changelog 10.1.0 Bug Fixes dhcp: get_option_uint32/16 only accept options with correct len by @taoyl-g in #357 Include frame header in buffer length by @acst1223 in #371 For full changelog see commits delta in https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.10...v10.1.0 Signed-off-by: Adolf Belka --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 10b7b0212..0c21544ab 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 10.0.10 +VER =3D 10.1.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 2ecf52009f3fd4442863e1927a8d9e777ee6f34ff4d50a6f1e6782= 1fb23fd12221df1e3a0a04ea0874df8feac15785772b4aa75af407f74448e442db36410e30 +$(DL_FILE)_BLAKE2 =3D 9d47ae8b97ba082f980966a2c3f688c6a8addb10989c166dafebdb= 6491793815c4caddc3016334f6549923632fd01fc8ce0987eca31af01948b0f4a643f88b38 =20 install : $(TARGET) =20 --=20 2.47.0 --===============7245384724508215211==--