]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl-CGI
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / perl-CGI
index 8ce2d733a42794380fd0dca0af8a3f087f168c49..dc7cdc0ba423cf7c810e19ea1827112734e7ea62 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = d12ddcd7d3db6410e9316ed9b9b5c80f
+$(DL_FILE)_BLAKE2 = c9be5b1717ddada4aca3aa485f49f755cff3682e7e7b0cb7c3bee03ee896e9a0ca43e11288ed4ec82669818442fc8c49242254bcb0b4e12a1a42001d356e5364
 
 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