]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/ltrace
Switch checksums from MD5 to BLAKE2
[people/pmueller/ipfire-2.x.git] / lfs / ltrace
index 8a8408a6e4369350a80608b3752eb4b48107019b..f980ce6a050bc5a76e20b55fbb1eec6b1c2566e3 100644 (file)
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Library and system call tracer for programs
+
 VER        = 0.7.3
 SUP_ARCHES = x86_64 armv6l
 
@@ -37,6 +39,8 @@ PAK_VER    = 2
 
 DEPS       = elfutils
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b3dd199af8f18637f7d4ef97fdfb9d14
+$(DL_FILE)_BLAKE2 = 30d1dbb178a41043e4bbbac17a23676db202b64327c9bb4393ae7ace9f5e1a1e2a5ded56cabc7faf2ea55b22ed17126a94c121147aeefb40250710b7307a50d3
 
 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:
        @$(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