From d012f817ac3e7542956b976066de3db6d3a5a472 Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Wed, 3 May 2017 10:42:55 +0200 Subject: Release 2.5.0 --- CHANGELOG.md | 23 ++++++++++++----------- lynis | 6 +++--- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e286083..ccc68dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,30 +1,31 @@ Lynis Changelog =============== -Pre announcement: run version 2.5.0 or later +Security notice: run version 2.5.0 or later --------------------------------------------------------------------------------- -Lynis 2.5.0 (2017-05-03) - Not released yet +Lynis 2.5.0 (2017-05-03) -This release is a maintenance release with focus on cleaning up the code for -readability and future expansion. It includes: +During the development of this release, the project got informed about a flaw +that possibly could be abused by a local attacker. Even with the small risk of +success, upgrading is highly recommended. See details on +[CVE-2017-8108](https://cisofy.com/security/cve/cve-2017-8108/) + +This release is a special maintenance release with focus on cleaning up the code +for readability and future expansion. +Changes: +-------- * Use ROOTDIR variable instead of fixed paths * Introduction of IsEmpty and HasData functions for readability of code * Renamed some variables to better indicate their purpose (counting, data type) * Removal of unused code and comments * Deleted unused tests from database file * Correct levels of identation - -During the maintenance cycle, the project got informed about a flaw that could -be possibly abused. This release is therefore highly recommended. See details on -[CVE-2017-8108](https://cisofy.com/security/cve/cve-2017-8108/) - -Changes: --------- * Support for older mac OS X versions (Lion and Mountain Lion) * Initialized variables for more binaries +* Additional sysctls are tested Tests: ------ diff --git a/lynis b/lynis index 094c1479..6cb26173 100755 --- a/lynis +++ b/lynis @@ -34,9 +34,9 @@ PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" # Version details - PROGRAM_RELEASE_DATE="2017-04-30" - PROGRAM_RELEASE_TIMESTAMP=1490800090 - PROGRAM_RELEASE_TYPE="dev" # dev or final + PROGRAM_RELEASE_DATE="2017-05-03" + PROGRAM_RELEASE_TIMESTAMP=1493796362 + PROGRAM_RELEASE_TYPE="final" # dev or final PROGRAM_VERSION="2.5.0" # Source, documentation and license -- cgit v1.2.3