Release 1.6.4

This commit is contained in:
mboelen 2014-11-04 14:17:33 +01:00
parent 16eab10590
commit 26241de6a4
2 changed files with 17 additions and 10 deletions

View File

@ -17,17 +17,25 @@
================================================================================ ================================================================================
* 1.6.4 (2014-11-xx) * 1.6.4 (2014-11-04)
New: New:
- Boot loader detection for AIX [BOOT-5102] - 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: Changes:
- Hide errors when RPM database is faulty and show suggestion instead [PKGS-7308] - 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] - 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] - 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] - Support for volume groups on AIX [FILE-6312]
- Redirect errors when searching for readlink binary - Redirect errors when searching for readlink binary

13
lynis
View File

@ -5,7 +5,7 @@
# Lynis # Lynis
# ------------------ # ------------------
# #
# Copyright 2007-2014 CISOfy, Michael Boelen, The Netherlands # Copyright 2007-2014 CISOfy & Michael Boelen, The Netherlands
# michael.boelen@cisofy.com - http://cisofy.com # michael.boelen@cisofy.com - http://cisofy.com
# #
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
@ -21,8 +21,8 @@
# Program information # Program information
PROGRAM_name="Lynis" PROGRAM_name="Lynis"
PROGRAM_version="1.6.4" PROGRAM_version="1.6.4"
PROGRAM_releasedate="27 October 2014" PROGRAM_releasedate="4 November 2014"
PROGRAM_author="CISOfy/Michael Boelen" PROGRAM_author="CISOfy & Michael Boelen"
PROGRAM_author_contact="michael.boelen@cisofy.com" PROGRAM_author_contact="michael.boelen@cisofy.com"
PROGRAM_website="http://cisofy.com" PROGRAM_website="http://cisofy.com"
PROGRAM_copyright="Copyright 2007-2014 - ${PROGRAM_author}, ${PROGRAM_website}" 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" PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
# Release version (beta or final) # Release version (beta or final)
PROGRAM_releasetype="beta" PROGRAM_releasetype="final"
# Version number of report files (when format changes in future) # Version number of report files (when format changes in future)
REPORT_version_major="1"; REPORT_version_minor="0" REPORT_version_major="1"; REPORT_version_minor="0"
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}" REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
@ -607,6 +607,7 @@
SafePerms ${INCLUDEDIR}/binaries SafePerms ${INCLUDEDIR}/binaries
. ${INCLUDEDIR}/binaries . ${INCLUDEDIR}/binaries
fi fi
logtextbreak
# #
################################################################################# #################################################################################
# #
@ -615,7 +616,6 @@
# #
################################################################################# #################################################################################
# #
logtextbreak logtextbreak
InsertPluginSection "Plugins (phase 1)" InsertPluginSection "Plugins (phase 1)"
logtext "Searching plugins..." logtext "Searching plugins..."
@ -673,7 +673,6 @@
else else
report "plugins_enabled=1" report "plugins_enabled=1"
fi 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