- Update from version 3.1.3 to 3.1.5
- Update of rootfile
- Changelog
    3.1.5
      Added
        - Support for OpenWrt
        - Bitdefender detection on Linux
        - Detection of openSUSE Tumbleweed-Slowroll
      Changed
        - Corrected detection of service manager SMF
        - Extended GetHostID function to allow HostID and HostID2 creation on 
OpenWrt
        - Check modules also under /usr/lib/modules.d
    3.1.4
      Changed
        - Update of translations: Portuguese
        - Add macOS Sequoia
        - Update of EOL database
        - Bugfix for using slashes in parameters (SafeInput function)
        - Simplified copyright line and meta data in files
        - Support for powerpc64le in authentication section
        - Don't show error "kadmin.local: unable to get default realm"

Signed-off-by: Adolf Belka <[email protected]>
---
 config/rootfiles/packages/lynis | 1 +
 lfs/lynis                       | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config/rootfiles/packages/lynis b/config/rootfiles/packages/lynis
index 9c0157ddb..b68c9eaa3 100644
--- a/config/rootfiles/packages/lynis
+++ b/config/rootfiles/packages/lynis
@@ -120,3 +120,4 @@ var/ipfire/lynis/lynis
 #var/ipfire/lynis/plugins
 #var/ipfire/lynis/plugins/README
 var/ipfire/lynis/plugins/custom_plugin.template
+#var/ipfire/lynis/publiccode.yml
diff --git a/lfs/lynis b/lfs/lynis
index b95ace3f4..3a9d21722 100644
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -26,16 +26,15 @@ include Config
 
 SUMMARY    = Security and System auditing tool
 
-VER        = 3.1.3
+VER        = 3.1.5
 
 THISAPP    = lynis-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
-
 PROG       = lynis
-PAK_VER    = 14
+PAK_VER    = 15
 
 DEPS       =
 
@@ -49,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 
68483c194b3202befe3d45386d30c51399a7e9e413509fec982a120a5ab6ae22609c0e975d6fab33658decb0f2cf1c8dfb75434c68bfa76ad4f6602d10ad5a84
+$(DL_FILE)_BLAKE2 = 
dcbf4c0f996d2daea2b0b9be248079acd4583c4b07fdba8f46cd83017f7e6fee684f472749754c6dd8f792d97d9932945478d4daebc2ac74f6a11cbd238d73ab
 
 install : $(TARGET)
 
-- 
2.51.0


Reply via email to