]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
dejagnu: Update to version 1.6.3
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 16 Feb 2026 10:54:36 +0000 (11:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 17 Feb 2026 16:42:20 +0000 (16:42 +0000)
Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/dejagnu

index 6fef76bd2a890690a90145bc19038baeb8458088..172c172490fdbc10c3acd63d7cc08f18a114cba3 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2026  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.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)