lynis: update to 3.0.1

Message ID 2f3359fe-f152-b085-ef91-b0eb172ee3c0@ipfire.org
State Accepted
Commit 1cd27f38e6b9d617f167427eeb451d73e21c1352
Headers
Series lynis: update to 3.0.1 |

Commit Message

Peter Müller Nov. 3, 2020, 2:33 p.m. UTC
  Full changelog obtained from: https://cisofy.com/changelog/lynis/#301

- Detection of Alpine Linux
- Detection of CloudLinux
- Detection of Kali Linux
- Detection of Linux Mint
- Detection of macOS Big Sur (11.0)
- Detection of Pop!_OS
- Detection of PHP 7.4
- Malware detection tool: Microsoft Defender ATP
- New flag: --slow-warning to allow tests more time before showing a
warning
- Test TIME-3185 to check systemd-timesyncd synchronized time
- rsh host file permissions

- AUTH-9229 - Added option for LOCKED accounts and bugfix for older bash
versions
- BOOT-5122 - Presence check for grub.d added
- CRYP-7902 - Added support for certificates in DER format
- CRYP-7931 - Added data to report
- CRYP-7931 - Redirect errors (e.g. when swap is not encrypted)
- FILE-6430 - Don't grep nonexistant modprobe.d files
- FIRE-4535 - Set initial firewall state
- INSE-8312 - Corrected text on screen
- KRNL-5728 - Handle zipped kernel configuration correctly
- KRNL-5830 - Improved version detection for non-symlinked kernel
- MALW-3280 - Extended detection of BitDefender
- TIME-3104 - Find more time synchronization commands
- TIME-3182 - Corrected detection of time peers
- Fix: hostid generation routine would sometimes show too short IDs
- Fix: language detection
- Generic improvements for macOS
- German translation updated
- End-of-life database updated
- Several minor code enhancements

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 config/rootfiles/packages/lynis | 1 +
 lfs/lynis                       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
  

Patch

diff --git a/config/rootfiles/packages/lynis b/config/rootfiles/packages/lynis
index 7df7cea2e..a7ca0e3dd 100644
--- a/config/rootfiles/packages/lynis
+++ b/config/rootfiles/packages/lynis
@@ -15,6 +15,7 @@  var/ipfire/lynis/db/languages/br
 var/ipfire/lynis/db/languages/cn
 var/ipfire/lynis/db/languages/da
 var/ipfire/lynis/db/languages/de
+var/ipfire/lynis/db/languages/de-AT
 var/ipfire/lynis/db/languages/en
 var/ipfire/lynis/db/languages/en-GB
 var/ipfire/lynis/db/languages/en-US
diff --git a/lfs/lynis b/lfs/lynis
index 49360abc8..7dc807781 100644
--- a/lfs/lynis
+++ b/lfs/lynis
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 3.0.0
+VER        = 3.0.1
 
 THISAPP    = lynis-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,7 +33,7 @@  DIR_APP    = $(DIR_SRC)/lynis
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
 PROG       = lynis
-PAK_VER    = 7
+PAK_VER    = 8
 DEPS       =
 
 ###############################################################################
@@ -44,7 +44,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 7f6777843fc4f30ea16e4e2bf393f797
+$(DL_FILE)_MD5 = ac984258e89b88c86e8c1c5395de8a15
 
 install : $(TARGET)