From 26241de6a402e57e30740cace74d68795503f8d8 Mon Sep 17 00:00:00 2001 From: mboelen Date: Tue, 4 Nov 2014 14:17:33 +0100 Subject: Release 1.6.4 --- CHANGELOG | 14 +++++++++++--- lynis | 13 ++++++------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8bfda25a..17a7358f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -17,17 +17,25 @@ ================================================================================ - * 1.6.4 (2014-11-xx) + * 1.6.4 (2014-11-04) New: - Boot loader detection for AIX [BOOT-5102] - - Detection of lsvg binary + - Detection of getcap and lsvg binary + - Added filesystem_ext to report + - Detect rootsh Changes: - Hide errors when RPM database is faulty and show suggestion instead [PKGS-7308] + - Allow OpenBSD to gather information on listening network ports [NETW-3012] - Don't trigger warning for Shellshock when doing segfault test [SHLL-6290] - - Improved Shellshock test regarding non-Linx support [SHLL-6290] + - Do not run Apache test on OpenBSD and strip control chars [HTTP-6624] + - Extended AIDE test with configuration validation test [FIND-4314] + - Improved Shellshock test regarding non-Linux support [SHLL-6290] - Added support for gathering volume groups on AIX [FILE-6311] + - Properly parse PAM lines and add them to report [AUTH-9264] + - Support for boot loader detection on OpenBSD [BOOT-5159] + - Added uptime detection for OpenBSD systems [BOOT-5202] - Support for volume groups on AIX [FILE-6312] - Redirect errors when searching for readlink binary diff --git a/lynis b/lynis index c5ceef2f..d9a1cbaf 100755 --- a/lynis +++ b/lynis @@ -5,7 +5,7 @@ # Lynis # ------------------ # -# Copyright 2007-2014 CISOfy, Michael Boelen, The Netherlands +# Copyright 2007-2014 CISOfy & Michael Boelen, The Netherlands # michael.boelen@cisofy.com - http://cisofy.com # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are @@ -21,8 +21,8 @@ # Program information PROGRAM_name="Lynis" PROGRAM_version="1.6.4" - PROGRAM_releasedate="27 October 2014" - PROGRAM_author="CISOfy/Michael Boelen" + PROGRAM_releasedate="4 November 2014" + PROGRAM_author="CISOfy & Michael Boelen" PROGRAM_author_contact="michael.boelen@cisofy.com" PROGRAM_website="http://cisofy.com" PROGRAM_copyright="Copyright 2007-2014 - ${PROGRAM_author}, ${PROGRAM_website}" @@ -32,7 +32,7 @@ PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com" # Release version (beta or final) - PROGRAM_releasetype="beta" + PROGRAM_releasetype="final" # Version number of report files (when format changes in future) REPORT_version_major="1"; REPORT_version_minor="0" REPORT_version="${REPORT_version_major}.${REPORT_version_minor}" @@ -607,6 +607,7 @@ SafePerms ${INCLUDEDIR}/binaries . ${INCLUDEDIR}/binaries fi + logtextbreak # ################################################################################# # @@ -615,7 +616,6 @@ # ################################################################################# # - logtextbreak InsertPluginSection "Plugins (phase 1)" logtext "Searching plugins..." @@ -673,7 +673,6 @@ else report "plugins_enabled=1" fi - # ################################################################################# # @@ -809,4 +808,4 @@ # #================================================================================ -# Lynis - Copyright 2007-2014, Michael Boelen - www.rootkit.nl - The Netherlands +# Lynis - Copyright 2007-2014, CISOfy & Michael Boelen - http://cisofy.com - The Netherlands -- cgit v1.2.3