From: Adolf Belka Date: Fri, 12 Sep 2025 20:10:18 +0000 (+0200) Subject: lynis: Update to version 3.1.5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec7e2a750b815a85bec7f01ae192c0cd18a4f123;p=ipfire-2.x.git lynis: Update to version 3.1.5 - 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 Signed-off-by: Michael Tremer --- 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)