]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/make
Switch checksums from MD5 to BLAKE2
[people/pmueller/ipfire-2.x.git] / lfs / make
index f6ba0ccd6ca8c2c62fabffe09cca85892c870b72..caddead2a9b42b4bfb8d937fa1c9a7a0e570fe97 100644 (file)
--- a/lfs/make
+++ b/lfs/make
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = GNU make
+
 VER        = 4.3
 
 THISAPP    = make-$(VER)
@@ -35,6 +37,8 @@ PAK_VER    = 5
 
 DEPS       =
 
+SERVICES   =
+
 # Normal build or $(TOOLS_DIR) build.
 #
 ifeq "$(ROOT)" ""
@@ -55,7 +59,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fc7a67ea86ace13195b0bce683fd4469
+$(DL_FILE)_BLAKE2 = 5a82ce1f30eb034366ac3b87d2ec6698aae17d7b1a611941cf42136b2453b34236ab55382eab0a593c43cee8b036ba4a054f966c41ba766fdbd2862942be5dff
 
 install : $(TARGET)
 
@@ -63,13 +67,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -78,8 +82,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details