]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
lynis: Update to version 3.1.5
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 12 Sep 2025 20:10:18 +0000 (22:10 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Sep 2025 11:00:08 +0000 (11:00 +0000)
- 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 <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/lynis
lfs/lynis

index 9c0157ddb3af38695c7dd3ce364c528a32f48fa6..b68c9eaa3d67224d9aef74c92d421c88cf5c4530 100644 (file)
@@ -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
index b95ace3f4feafbf8c56c45d852215e35334c681a..3a9d2172292f08be2f61218e48507432c756f1d1 100644 (file)
--- 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)