]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/perl
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / perl
index 4526b04cda26749fc6c31ea63e5b2dc0b33ed463..81fc597b07df5054b15762813bc8500f39246ae2 100644 (file)
--- a/lfs/perl
+++ b/lfs/perl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.32.1
+VER        = 5.36.0
 
 THISAPP    = perl-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -50,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)                  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5              = 40dff18daf18178c7fc4579451be38ef
+$(DL_FILE)_BLAKE2 = 2fe17d3e85986fa3aecc5567b6ae9f0bb11de49dc57b8636f46980931d06558606c4474ce3fe849f67e41f3cfaee0a712eb5aaa92e116d27aaec22cd669b5a2c
 
 install : $(TARGET)
 
@@ -58,10 +58,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)) :
@@ -70,8 +70,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details