]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/etherwake
suricata: Change midstream policy to "pass-flow"
[people/pmueller/ipfire-2.x.git] / lfs / etherwake
index 3aa961ce2b2c082b12471f93009316e298e0dc48..62dbc704c72360c2e6cb3a14dba50fc591c4b756 100644 (file)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 0e303a24edfa847fe0a057ef6dfa4404
+$(DL_FILE)_BLAKE2 = dc9eb7f48de4695355b7dee7fe3cc6945ac8dcfa18225b7abff05443d13766d565874252620568e7c2ccef0c3958ac8e2cbd66cf36fe1d0532c863c975ba5c23
 
 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