From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] dhcp: Update to 4.4.2 Date: Wed, 03 Mar 2021 15:01:58 +0100 Message-ID: <20210303140158.4445-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4781268930205616359==" List-Id: --===============4781268930205616359== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable For details see: https://downloads.isc.org/isc/dhcp/4.4.2/dhcp-4.4.2-RELNOTES Signed-off-by: Matthias Fischer --- lfs/dhcp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 2.18.0 --===============4781268930205616359==--