From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: Re: [PATCH] dhcp: Update to 4.4.2 Date: Wed, 03 Mar 2021 19:04:31 +0100 Message-ID: <8b297a2a-e724-a525-1443-4271f7a4839f@ipfire.org> In-Reply-To: <20210303140158.4445-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8093554207722031335==" List-Id: --===============8093554207722031335== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Peter M=C3=BCller > For details see: > https://downloads.isc.org/isc/dhcp/4.4.2/dhcp-4.4.2-RELNOTES >=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 38b18813b..1637ab553 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-2021 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.2 > =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)_MD5 =3D 18c7f4dcbb0a63df25098216d47b1ede > +$(DL_FILE)_MD5 =3D 2afdaf8498dc1edaf3012efdd589b3e1 > =20 > install : $(TARGET) > =20 >=20 --===============8093554207722031335==--