Release 2.2.0

This commit is contained in:
mboelen 2016-03-18 10:51:31 +01:00
parent c3d5dabb49
commit 9023aaa052
4 changed files with 16 additions and 7 deletions

View File

@ -18,7 +18,7 @@
================================================================================ ================================================================================
= Lynis 2.2.0 (pre-release) = = Lynis 2.2.0 (2016-03-18) =
We are proud to present this new release of Lynis. It is a major upgrade, and the We are proud to present this new release of Lynis. It is a major upgrade, and the
result of many months of work. This version includes new features and tests, and result of many months of work. This version includes new features and tests, and
@ -149,10 +149,10 @@ interface names from most operating systems.
* Operating systems * Operating systems
------------------- -------------------
Improved support for Debian 8 systems. Detection of VMware release has been Improved support for Debian 8 systems, and displaying Gentoo for Gentoo-based
added. Boot loader exception is not longer displayed when only a subset of tests systems. Detection of VMware release has been added. Boot loader exception is not
is performed. FreeBSD systems can now use service command to gather information longer displayed when only a subset of tests is performed. FreeBSD systems can
about enabled services. now use service command to gather information about enabled services.
Several paths have been added to allow better detection on systems running Several paths have been added to allow better detection on systems running
FreeBSD and others. FreeBSD and others.
@ -223,6 +223,7 @@ permissions for Docker files, like the socket file [CONT-8108].
[PKGS-7352] Query security notices for DNF [PKGS-7352] Query security notices for DNF
[PKGS-7354] Perform integrity tests for package database (DNF) [PKGS-7354] Perform integrity tests for package database (DNF)
[SHLL-6230] Test for umask values in shell configuration files (e.g. rc files) [SHLL-6230] Test for umask values in shell configuration files (e.g. rc files)
[STRG-1842] New test for checking authorized USB devices
[TIME-3104] Show only suggestion on FreeBSD systems if ntpdate is configured [TIME-3104] Show only suggestion on FreeBSD systems if ntpdate is configured
[TIME-3170] New test to check NTP configuration files [TIME-3170] New test to check NTP configuration files

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
lynis (2.2.0-1) utopic; urgency=low
* Release 2.2.0
-- Michael Boelen <michael.boelen@cisofy.com> Sat, 13 Feb 2016 15:01:10 +0200
lynis (2.1.8-1) utopic; urgency=low lynis (2.1.8-1) utopic; urgency=low
* Release 2.1.8 * Release 2.1.8

2
debian/docs vendored
View File

@ -1,3 +1,5 @@
CONTRIBUTIONS.md
CONTRIBUTORS
FAQ FAQ
INSTALL INSTALL
README README

4
lynis
View File

@ -30,9 +30,9 @@
PROGRAM_name="Lynis" PROGRAM_name="Lynis"
PROGRAM_VERSION="2.2.0" PROGRAM_VERSION="2.2.0"
PROGRAM_version="${PROGRAM_VERSION}" PROGRAM_version="${PROGRAM_VERSION}"
PROGRAM_RELEASEDATE="2016-03-17" PROGRAM_RELEASEDATE="2016-03-18"
PROGRAM_releasedate="${PROGRAM_RELEASEDATE}" PROGRAM_releasedate="${PROGRAM_RELEASEDATE}"
PROGRAM_RELEASE_TIMESTAMP=1458127389 PROGRAM_RELEASE_TIMESTAMP=1458294642
PROGRAM_AUTHOR="CISOfy" PROGRAM_AUTHOR="CISOfy"
PROGRAM_author="${PROGRAM_AUTHOR}" PROGRAM_author="${PROGRAM_AUTHOR}"
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com" PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"