]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
memtest: update to 8.00
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 14 Jan 2026 10:11:09 +0000 (11:11 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 14 Jan 2026 10:11:09 +0000 (11:11 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
lfs/memtest

index 66428ea3834a1c46e21d52c6b6c84615f22f4eae..66a75e57b9dd30576a1f8dfb475009b108a989e9 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  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        = 7.20
+VER        = 8.00
 
 # https://github.com/memtest86plus/memtest86plus/releases
 
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = f53570e9364f7fc15c946d925b449139f72bdfab6e2c69e40f7edf6aa034c6b46e40194d32eb56122365b6badc199ed9eeb8f3281d1908adb85495ffd25ea5f7
+$(DL_FILE)_BLAKE2 = e48300edbe587325ab7b73c4e9cfcd624a85931b1e72538e511bf37e41fa04f198b1be1cd4d41b72de590757623d4cae7b74b7a407062558b57e71fb22a9089f
 
 install : $(TARGET)
 
@@ -73,8 +73,8 @@ $(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)/build64 && make memtest.efi
+       cd $(DIR_APP)/build/x86_64 && make
        -mkdir -p /usr/lib/memtest86+
-       cd $(DIR_APP)/build64 && cp -f memtest.efi /usr/lib/memtest86+/memtest.efi
+       cd $(DIR_APP)/build/x86_64 && cp -f mt86plus /usr/lib/memtest86+/memtest.efi
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)