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: Sat, 25 Jan 2020 20:04:26 +0100 Message-ID: <20200125190426.24634-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1356863990745714087==" List-Id: --===============1356863990745714087== 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 4c01428f5..8c64ae899 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-2019 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 @@ -40,7 +40,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 --===============1356863990745714087==--