From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] dhcp: Update to 4.4.3-P1 Date: Mon, 10 Oct 2022 10:39:43 +0100 Message-ID: In-Reply-To: <20221007195921.3651616-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3719767718619701470==" List-Id: --===============3719767718619701470== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Matthias, This is very interesting that ISC DHCP is now practically EOL. > NOTE: This software is now End-Of-Life. 4.4.3 is the final release planned.= =20 > We will continue to keep the public issue tracker and user mailing list ope= n. I would say, that for IPFire 2 this does not matter too much and we won=E2=80= =99t replace it. But of course any new implementations should no longer rely = on this. -Michael Reviewed-by: Michael Tremer > On 7 Oct 2022, at 20:59, Matthias Fischer w= rote: >=20 > For details see: > https://downloads.isc.org/isc/dhcp/4.4.3-P1/dhcp-4.4.3-P1-RELNOTES >=20 > Changelog since 4.4.1 is rather long... >=20 > Signed-off-by: Matthias Fischer > --- > lfs/dhcp | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/dhcp b/lfs/dhcp > index 93471954f..6849e7dff 100644 > --- a/lfs/dhcp > +++ b/lfs/dhcp > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2022 IPFire Team = # > # = # > # This program is free software: you can redistribute it and/or modify = # > # it under the terms of the GNU General Public License as published by = # > @@ -24,7 +24,7 @@ >=20 > include Config >=20 > -VER =3D 4.4.1 > +VER =3D 4.4.3-P1 >=20 > THISAPP =3D dhcp-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D fd3c65d8802c42cb936ff75ee19784e4f533c9b36aa08a61280a= a8acae5cf581c67cd70222b46eb24b1f9a571e1c028cc853952feac4b6a12f9b7d7d3dbc2fc9 > +$(DL_FILE)_BLAKE2 =3D 6cc16f7472efb1e1f6b7a83cafd9a81a16f10af7361da079c48a= 5eff0d9e310f475dcc82e984c20936c64867183402d00d26e5366e75bf7463ec2aea4a6f68a4 >=20 > install : $(TARGET) >=20 > --=20 > 2.34.1 >=20 --===============3719767718619701470==--