]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fcron
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / fcron
index 97f67e5ccf18c38f10885fba14189937f19ec43b..484deb63d77872798f1b9283f5d461fc92098f46 100644 (file)
--- a/lfs/fcron
+++ b/lfs/fcron
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = bd4996e941a40327d11efc5e3fd1f839
+$(DL_FILE)_BLAKE2 = 184b74f9d64186b7d3aae87d48ed0107525fd0c73bb8db86408bd246592ff4fbcbc04f8ca0064868a8555d7c6be2f183172d62daeed75275cd836517da504d0f
 
 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
@@ -96,7 +96,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 
        #Create Placeholder files
        echo "Place scripts run minutely here ..." > /etc/fcron.minutely/info.txt
-       echo "Place scripts run cyclic here ..." > /etc/fcron.cyclic/info.txt 
+       echo "Place scripts run cyclic here ..." > /etc/fcron.cyclic/info.txt
        echo "Place scripts run hourly here ..." > /etc/fcron.hourly/info.txt
        echo "Place scripts run daily here ..." > /etc/fcron.daily/info.txt
        echo "Place scripts run weekly here ..." > /etc/fcron.weekly/info.txt