]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/lynis
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
[people/mfischer/ipfire-2.x.git] / lfs / lynis
index e6f2007b010ce51f22152c132062e1776a42c413..c2fa262b044ab8bb59ffe46f68f977f2a70cb041 100644 (file)
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -24,6 +24,8 @@
 
 include Config
 
+SUMMARY    = Security and System auditing tool
+
 VER        = 3.0.6
 
 THISAPP    = lynis-$(VER)
@@ -34,8 +36,11 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = lynis
 PAK_VER    = 10
+
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +49,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 23cc369984d564e4a8232473b1ace137
+$(DL_FILE)_BLAKE2 = 49abad8af63e4eeb3585a241d34433f85f84719a0bbd0c2c1f87a2ab45fc0f88193236f3b10261a59e1c6efd9352134a29b8f311c5a5a749eccede2c8353c6e7
 
 install : $(TARGET)
 
@@ -52,10 +57,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)) :
@@ -64,8 +69,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 dist:
        @$(PAK)