]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/perl-common-sense
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / perl-common-sense
index 42ea4a77d95b36bf70b47482b553444a32025c5c..61786a2aa12b37ba352bbd3b49f72aa40b8ca970 100644 (file)
@@ -23,6 +23,9 @@
 # Definitions
 ###############################################################################
 include Config
+
+SUMMARY    = Save a tree AND a kitten, use common::sense!
+
 VER        = 3.74
 
 THISAPP    = common-sense-$(VER)
@@ -33,7 +36,9 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = perl-common-sense
 DEPS       =
-PAK_VER    = 3
+PAK_VER    = 4
+
+SERVICES   =
 
 ###############################################################################
 # Top-level Rules
@@ -43,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 35b273147200c4c95eef7816f83e572d
+$(DL_FILE)_BLAKE2 = 234f86e1d51d650c43be0e79f1e87f24f07c529fc7724084fdb75048e3a7295961131dc108bc573e8d3ca757e6b51c657426adcfb800afdf8ded3d8bf86a352c
 
 install : $(TARGET)
 
@@ -51,13 +56,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)) :
@@ -66,8 +71,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details