]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/ddrescue
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / ddrescue
index 9f9be697e3f26ef021ac2ae99d13ba9081eab2ea..2ac9cbb7d15eab7e0eb03fb6f4bd3e808ab39c5c 100644 (file)
@@ -26,7 +26,7 @@ include Config
 
 SUMMARY    = Data Copying in the Presence of I/O Errors
 
-VER        = 1.25
+VER        = 1.26
 
 THISAPP    = ddrescue-$(VER)
 DL_FILE    = $(THISAPP).tar.lz
@@ -34,7 +34,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = ddrescue
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       =
 
@@ -48,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 99fd7a28bf9953d88534c7ee9ab5bd2a
+$(DL_FILE)_BLAKE2 = c545499e380587729eb3fcc90a7baf66288348dc88027dfc14401ec72254cc786d8ab7be076a346964327668ff719048dada916c9f1514a765a255f02c5666c7
 
 install : $(TARGET)
 
@@ -56,14 +56,14 @@ 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)) :
@@ -72,8 +72,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details