]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl-Date-Calc
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl-Date-Calc
index 50500dc505a7b2eb0617459ca496422a4787ed37..3154907508903cfcd84f605422fc30c31a00e9a8 100644 (file)
@@ -35,7 +35,7 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = perl-Date-Calc
 DEPS       = perl-Carp-Clan
-PAK_VER    = 6
+PAK_VER    = 7
 
 SERVICES   =
 
@@ -47,7 +47,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 69c635070d38c884682bfd4657031a8d
+$(DL_FILE)_BLAKE2 = c5da789e71b5b386d9c896135d902fdf0632eb4a601ed786bdbd80a6d439537e4bc30b7a8de1e7b700c79f9ae26768e259d55ccd6d552e366ac7aba28f5962b7
 
 install : $(TARGET)
 
@@ -55,13 +55,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)) :
@@ -70,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details