Release 2.5.3

This commit is contained in:
Michael Boelen 2017-08-17 14:27:41 +02:00
parent 43228c2ca7
commit 83da68fdb5
No known key found for this signature in database
GPG Key ID: 26141F77A09D7F04
2 changed files with 7 additions and 4 deletions

View File

@ -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: Changes:
-------- --------
@ -14,13 +14,16 @@ Changes:
* Enhanced detection for LXC and LXC * Enhanced detection for LXC and LXC
* Added /opt/apache as a target location * Added /opt/apache as a target location
* Default log directory set for HP-UX * Default log directory set for HP-UX
* Screen output improvements
Tests: Tests:
------ ------
* CRYP-7902 - Prevent test from showing error on screen * CRYP-7902 - Prevent test from showing error on screen
* FILE-6310 - Detection of mount point now match exact name * 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 * NETW-3006 - Updated detection of MAC addresses on Linux
* PKGS-2379 - Improvement for OpenBSD usage of PHP suhosin * PKGS-2379 - Improvement for OpenBSD usage of PHP suhosin
* TOOL-5002 - Detection capabilities for Ansible added
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------

6
lynis
View File

@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details # Version details
PROGRAM_RELEASE_DATE="2017-07-11" PROGRAM_RELEASE_DATE="2017-08-17"
PROGRAM_RELEASE_TIMESTAMP=1499694342 PROGRAM_RELEASE_TIMESTAMP=1502972500
PROGRAM_RELEASE_TYPE="dev" # dev or final PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.5.3" PROGRAM_VERSION="2.5.3"
# Source, documentation and license # Source, documentation and license