From: Adolf Belka Date: Mon, 16 Feb 2026 10:54:36 +0000 (+0100) Subject: dejagnu: Update to version 1.6.3 X-Git-Tag: v2.29-core201~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=676dcc99311ec044e40de9f0a04067f5eb4cb7d9;p=ipfire-2.x.git dejagnu: Update to version 1.6.3 Signed-off-by: Adolf Belka Signed-off-by: Michael Tremer --- diff --git a/lfs/dejagnu b/lfs/dejagnu index 6fef76bd2..172c17249 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-2026 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 @@ include Config -VER = 1.6 +VER = 1.6.3 THISAPP = dejagnu-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1cc9498aacd681570cd8d8834cd2fe0594bb49e6664cfe934b824dba0bd4a6766f977de6a1dc4596095a11d68844873f5687000423f4928f0432981023d26451 +$(DL_FILE)_BLAKE2 = d22d66a233c2643c98f45d260585790b4c1293de2bc84470e7942e0364e0cb15f55888a3b6ab13e82823f4e03198159c93e1904571a5df3fcd6f2da568078726 install : $(TARGET) @@ -70,7 +70,9 @@ $(subst %,%_BLAKE2,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure --prefix=$(TOOLS_DIR) --disable-nls + cd $(DIR_APP) && ./configure \ + --prefix=$(TOOLS_DIR) \ + --disable-nls cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD)