From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcpcd: Update to 7.2.3 Date: Thu, 27 Jun 2019 22:07:40 +0200 Message-ID: <20190627200740.1301-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8894294317478457962==" List-Id: --===============8894294317478457962== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: Signed-off-by: Matthias Fischer https://roy.marples.name/blog/dhcpcd-7-2-3-released "Minor update with the following changes: OpenBSD: compiles again BSD: Check RTM lengths incase of kernel issues DHCP6: Don't stop even when last router goes away DHCP6: Fix inform from RA hostname: Fix short hostname check" Signed-off-by: Matthias Fischer --- lfs/dhcpcd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 08d763f37..83252e897 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 7.2.2 +VER =3D 7.2.3 =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)_MD5 =3D 2f17034432ea10415ee84a97ef131128 +$(DL_FILE)_MD5 =3D b7aade2cc47afa6d645f798103365402 =20 install : $(TARGET) =20 --=20 2.18.0 --===============8894294317478457962==--