]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/iftop
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / iftop
index 9c95e1b668a82f258bac9bafa495f436dcb0d2d3..b9e33c58f9d82f6fbc44ded0e7080c29b7f54681 100644 (file)
--- a/lfs/iftop
+++ b/lfs/iftop
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Real-Time Interface Bandwidth Usage
+
 VER        = 1.0pre4
 
 THISAPP    = iftop-$(VER)
@@ -36,6 +38,8 @@ PAK_VER    = 2
 
 DEPS       =
 
+SERVICES   =
+
 CFLAGS    += -fcommon
 
 ###############################################################################
@@ -46,7 +50,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7e6decb4958e8a4890cccac335239f24
+$(DL_FILE)_BLAKE2 = 181385c3fbf43abd4ead975aac11b5ff196de94d9a8d6f195b3f0068aba6ae953067995d19f0175b49ab15c447c99d531542ae786603ee390e080e79bdcd7ae3
 
 install : $(TARGET)
 
@@ -54,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)) :
@@ -69,8 +73,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details