]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/w_scan
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / w_scan
index df8d3ffe9f2d2a3dd2b02f2915fce73a5a6f9177..11a7a2a915572fe1593c1a3c3beed6111bf729ab 100644 (file)
@@ -24,6 +24,7 @@
 
 include Config
 
+SUMMARY    = Tool for scanning DVB transponders
 
 VER        = 20170107
 
@@ -37,6 +38,8 @@ PAK_VER    = 7
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -47,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c7f9adf92d46b8da5391be80be6fbd72
+$(DL_FILE)_BLAKE2 = 049d555f47935118be26f0bb8a8fc6baa43c273692ff6bc4c95ae912f00f1bda0e5834919c018539b1f891e436ec6556b29ad8c68d69de4a93911e5c7fb265b6
 
 install : $(TARGET)
 
@@ -55,13 +58,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 +73,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details