Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2017-02-15 16:06:50 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-02-15 16:06:50 +0300
commit97d018f62d437c27e203314beebae3cfb7569030 (patch)
tree2febdd9f2f071e6d2b857551a3a2dd426cc0bcff
parent8ecdcc5883a61b4465f21026924e6b2602af4011 (diff)
Release 2.4.22.4.2
-rw-r--r--CHANGELOG.md10
-rwxr-xr-xlynis6
2 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a399bfe..7048c18b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,24 @@
Lynis Changelog
===============
-Lynis 2.4.2 (under development, not released yet)
+Lynis 2.4.2 (2017-02-15)
Changes:
--------
+* Properly detect SSH daemon version
+Tests:
+------
+* AUTH-9208 - Removed double logging
* AUTH-9222 - Improve logging for double groups
* AUTH-9226 - Improve logging for double groups
+* BOOT-5177 - Sort systemctl unit files to make them unique
* DBS-1818 - New test to detect MongoDB
* DBS-1820 - New test for MongoDB authentication
+* FIRE-4512 - Lowered minimum number of iptables firewall rules
* FIRE-4586 - Fix applied when searching for "-j LOG"
+* HRDN-7222 - Changed reporting key of world executable compilers
+* SSH-7408 - Added filtering for PermitRootLogin (prohibit-password, OpenSSH 7.0)
---------------------------------------------------------------------------------
diff --git a/lynis b/lynis
index 59f8a78c..48e40a82 100755
--- a/lynis
+++ b/lynis
@@ -28,9 +28,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-02-09"
- PROGRAM_RELEASE_TIMESTAMP=1486643410
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2017-02-15"
+ PROGRAM_RELEASE_TIMESTAMP=1487163979
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.4.2"
# Source, documentation and license