From mboxrd@z Thu Jan  1 00:00:00 1970
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] dhcpcd: Update to version 10.0.2
Date: Sun, 20 Aug 2023 16:11:01 +0200
Message-ID: <20230820141102.3418126-1-adolf.belka@ipfire.org>
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1179274154304833237=="
List-Id: <development.lists.ipfire.org>

--===============1179274154304833237==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable

- Update from version 10.0.1 to 10.0.2
- Update of rootfile not required
- Changelog
    10.0.2
       Major changes listed as:-
	    chore: Link to GitHub for the updated commit log by @frazar in #203
	    Additional DHCP options by @rrobgill in #214
	    risc-v fix vendor error by @Im-0xea in #213
	    compat sync by @tobhe in #226
       Commit list can be seen at
        https://github.com/NetworkConfiguration/dhcpcd/compare/v10.0.1...v10.=
0.2
        This includes two bug fixes for two situations causing segfaults

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/dhcpcd                                                  | 6 +++---
 ...cd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch} | 0
 2 files changed, 3 insertions(+), 3 deletions(-)
 rename src/patches/{dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user.pa=
tch =3D> dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.patch} (100%)

diff --git a/lfs/dhcpcd b/lfs/dhcpcd
index 136494ed1..909de6e57 100644
--- a/lfs/dhcpcd
+++ b/lfs/dhcpcd
@@ -24,7 +24,7 @@
=20
 include Config
=20
-VER        =3D 10.0.1
+VER        =3D 10.0.2
=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 f1e93285d040b98bede86bb2e87e372afc0d1d124e7a6580c23d8d=
228a34ee17001fc3c2d9091b16fb082fe2f2ad7ba50c0dd7b0db2b2237ab1cff9ca152100a
+$(DL_FILE)_BLAKE2 =3D 999033b4c0bc46943332b0b7ed3f1869ad54e2c37346523a15fbd3=
d9f29db1e01c1ddd0a300826021d3e20493ea06358ef47ac6a02c50331ca0d90e31a123b85
=20
 install : $(TARGET)
=20
@@ -70,7 +70,7 @@ $(subst %,%_BLAKE2,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE)
-	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.1-Allow-fr=
ee-selection-of-MTU-by-the-user.patch
+	cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/dhcpcd-10.0.2-Allow-fr=
ee-selection-of-MTU-by-the-user.patch
 	cd $(DIR_APP) && ./configure \
 			--prefix=3D"" \
 			--sysconfdir=3D/var/ipfire/dhcpc \
diff --git a/src/patches/dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-use=
r.patch b/src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.p=
atch
similarity index 100%
rename from src/patches/dhcpcd-10.0.1-Allow-free-selection-of-MTU-by-the-user=
.patch
rename to src/patches/dhcpcd-10.0.2-Allow-free-selection-of-MTU-by-the-user.p=
atch
--=20
2.41.0


--===============1179274154304833237==--