From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] dejagnu: update to 1.6.2 Date: Thu, 28 Jan 2021 18:02:03 +0100 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6919362540139068408==" List-Id: --===============6919362540139068408== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable The full list of changes can be found in the source codes' ChangeLog file and is unfortunately too long to include it here. Nevertheless, dejagnu 1.6.2 has been released 2018-11-28, and does neither change any (root)files nor is it breaking anything. Signed-off-by: Peter M=C3=BCller --- lfs/dejagnu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dejagnu b/lfs/dejagnu index a54cd28b8..316c017b4 100644 --- a/lfs/dejagnu +++ b/lfs/dejagnu @@ -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 1.6 +VER =3D 1.6.2 =20 THISAPP =3D dejagnu-$(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 1fdc2eb0d592c4f89d82d24dfdf02f0b +$(DL_FILE)_MD5 =3D e1b07516533f351b3aba3423fafeffd6 =20 install : $(TARGET) =20 --=20 2.26.2 --===============6919362540139068408==--