From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dhcpcd: Update to 9.1.3 Date: Fri, 03 Jul 2020 10:37:44 +0100 Message-ID: <2713238A-BC37-4921-9DE7-F076E59E6C54@ipfire.org> In-Reply-To: <20200702204305.30711-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4003204816009751823==" List-Id: --===============4003204816009751823== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer Very interesting how much you can develop around a simple DHCP client :) > On 2 Jul 2020, at 21:43, Matthias Fischer w= rote: >=20 > For details see: > https://roy.marples.name/blog/dhcpcd-9-1-3-released.html >=20 > "configure: Fix fallout with disabling embedded config > inet6: Add support for reporting Mobile IPv6 RA's > inet6: Report RA Proxy flag if set > BSD: Allow non NetBSD and OpenBSD to set IN6_IFF_AUTOCONF > privsep: Don't handle any signals meant for the main process > eloop: Try and survive a signal storm > configure: add --with-eghook=3Dfoo > dhcpcd: Add an option to poll the interface carrier state > script: Make visible some link level parameters to lease dumping > Linux: ignore unsupported interfaces by default, such as sit0 > Linux: support aarch64 for reading cpu info > Linux: keep the generic netlink socket around to get ssid with privsep > Linux: restore fix when no address is returned by getifaddrs(3) > inet6: Don't regen temp addresses we didn't add > privsep: Don't limit file writes if logging to a file > DHCP6: Fix lease timings with nodelay option" >=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 c5a2c1a25..cdec5b5fa 100644 > --- a/lfs/dhcpcd > +++ b/lfs/dhcpcd > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 9.1.2 > +VER =3D 9.1.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 96fc03f0b57e85a2dca2854bf2ff762d > +$(DL_FILE)_MD5 =3D 27050a48f547200fb6a8da35c67c6d97 >=20 > install : $(TARGET) >=20 > --=20 > 2.18.0 >=20 --===============4003204816009751823==--