mirror of https://github.com/CISOfy/lynis.git
Release 2.5.3
This commit is contained in:
parent
43228c2ca7
commit
83da68fdb5
|
@ -5,7 +5,7 @@ Security notice: please run version 2.5.0 or later
|
|||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
Lynis 2.5.3 (not released yet)
|
||||
Lynis 2.5.3 (2017-08-17)
|
||||
|
||||
Changes:
|
||||
--------
|
||||
|
@ -14,13 +14,16 @@ Changes:
|
|||
* Enhanced detection for LXC and LXC
|
||||
* Added /opt/apache as a target location
|
||||
* Default log directory set for HP-UX
|
||||
* Screen output improvements
|
||||
|
||||
Tests:
|
||||
------
|
||||
* CRYP-7902 - Prevent test from showing error on screen
|
||||
* FILE-6310 - Detection of mount point now match exact name
|
||||
* HRDN-7230 - Show single line when no malware scanner was detected
|
||||
* NETW-3006 - Updated detection of MAC addresses on Linux
|
||||
* PKGS-2379 - Improvement for OpenBSD usage of PHP suhosin
|
||||
* TOOL-5002 - Detection capabilities for Ansible added
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
|
|
6
lynis
6
lynis
|
@ -35,9 +35,9 @@
|
|||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2017-07-11"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1499694342
|
||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
||||
PROGRAM_RELEASE_DATE="2017-08-17"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1502972500
|
||||
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||
PROGRAM_VERSION="2.5.3"
|
||||
|
||||
# Source, documentation and license
|
||||
|
|
Loading…
Reference in New Issue