public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] lynis: update to 3.0.1
@ 2020-11-03 14:33 Peter Müller
  0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2020-11-03 14:33 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2856 bytes --]

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(a)ipfire.org>
---
 config/rootfiles/packages/lynis | 1 +
 lfs/lynis                       | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

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)
 
-- 
2.26.2

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-03 14:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03 14:33 [PATCH] lynis: update to 3.0.1 Peter Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox