]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/mcelog
Switch checksums from MD5 to BLAKE2
[people/pmueller/ipfire-2.x.git] / lfs / mcelog
index 7482b41e982c03f44d525dc5f12f44054c82ea02..8b75feecf1754008a3c33a1d17e69ad96dfc2d3f 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Log Machine Check Events
+
 VER        = 175
 
 THISAPP    = mcelog-$(VER)
@@ -33,10 +35,12 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mcelog
 PAK_VER    = 2
-SUP_ARCH   = i586 x86_64
+SUP_ARCH   = x86_64
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 27a68615c5090b38d44679a8ba6f4e3b
+$(DL_FILE)_BLAKE2 = a324af0f4961fb0f6f2af1b198e07a34c24fb5874edd550ca9bdfe452d84cf48d9565530a290a3cdba51eb4ad57f3bbe3d3c9b2beb6d3411195d6dccdb9dfd64
 
 install : $(TARGET)
 
@@ -53,13 +57,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)) :
@@ -68,8 +72,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details