Hello,
Thank you. Since we only have this in the the toolchain, I will keep this patch on the list until we update the toolchain.
That should happen soon because we have ccache 4.x and the new kernel coming up.
Is that okay?
-Michael
On 28 Jan 2021, at 17:02, Peter Müller peter.mueller@ipfire.org wrote:
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üller peter.mueller@ipfire.org
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 info@ipfire.org # +# Copyright (C) 2007-2021 IPFire Team info@ipfire.org # # # # 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 @@
include Config
-VER = 1.6 +VER = 1.6.2
THISAPP = dejagnu-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1fdc2eb0d592c4f89d82d24dfdf02f0b +$(DL_FILE)_MD5 = e1b07516533f351b3aba3423fafeffd6
install : $(TARGET)
-- 2.26.2