]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/hostname
Switch checksums from MD5 to BLAKE2
[ipfire-2.x.git] / lfs / hostname
index ea22f4d8a4811e199a45a382fa14e2ba800957b8..8832169cc8343fca56293fd090741999d0c07c68 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 9919d0f4e0a70a0d4161deef729e8514
+$(DL_FILE)_BLAKE2 = 486ffa38dd09ca7bf79fead9fb38d099850e51f22df1409b3f9b20f192b882fe3f75647f05c26c9b04596998b292904aba656273279f90b036c757ad9b2d9412
 
 install : $(TARGET)
 
@@ -48,10 +48,10 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -60,8 +60,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details