mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-19 23:43:00 +02:00
lynis: update to 3.0.1
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> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
7f235b5b01
commit
1cd27f38e6
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user