From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dhcpcd: Update to 8.1.0 Date: Sun, 13 Oct 2019 13:56:56 +0100 Message-ID: <20428654-C726-461D-9D91-F0538FC749E8@ipfire.org> In-Reply-To: <20191012230557.1354-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8290378983017257278==" List-Id: --===============8290378983017257278== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 13 Oct 2019, at 00:05, Matthias Fischer = wrote: >=20 > For details see: > https://roy.marples.name/blog/dhcpcd-8-1-0-released >=20 > "DragonFlyBSD: Improved rc.d handling > Fix carrier status after a route socket overflow > Allow domain spaced options > DHCP: Allow not sending Force Renew Nonce or Reconf Accept > IPv4LL: Now passes Apple Bonjour test versions 1.4 and 1.5 > ARP: Fix a typo and remove pragma (thus working with old gcc) > DHCP6: Fix a cosmetic issue with infinite leases > DHCP6: SLA 0 and Prefix Len 0 will now add a delegated /64 address > Ignore some virtual interfaces such as Tap and Bridge by default > BPF: Move validation logic out of BPF and back into dhcpcd" >=20 > Signed-off-by: Matthias Fischer > --- > lfs/dhcpcd | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/lfs/dhcpcd b/lfs/dhcpcd > index d37cd67d3..26f261b57 100644 > --- a/lfs/dhcpcd > +++ b/lfs/dhcpcd > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 8.0.6 > +VER =3D 8.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)_MD5 =3D 5d3edd06595130f2b24609aade342488 > +$(DL_FILE)_MD5 =3D f9e421e3c6f23b83cf82e9ab299c52b3 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============8290378983017257278==--