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>2019-06-24 16:47:07 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2019-06-24 16:47:07 +0300
commit901e697fc2327b05080306656ab38f4ac426d266 (patch)
tree9e9be60e04a9d4c0699cd94397150787909d5f38
parentec519dc976c5a16a3e6c8bf81cd8c7052b7cec22 (diff)
Release 2.7.5
-rw-r--r--CHANGELOG.md9
-rwxr-xr-xlynis6
2 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a6604115..039f8cd4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,21 @@
# Lynis Changelog
-## Lynis 2.7.5 (not released yet)
+## Lynis 2.7.5 (2019-06-24)
### Added
- Danish translation
+- Slackware end-of-life information
+- Detect BSD-style (rc.d) init in Linux systems
+- Detection of Bro and Suricata (IDS)
### Changed
- Corrected end-of-life entries for CentOS 5 and 6
+- AUTH-9204 - change name to check in /etc/passwd file for QNAP devices
- AUTH-9268 - AIX enhancement to use correct find statement
- FILE-6310 - Filter on correct field for AIX
+- NETW-3012 - set ss command as preferred option for Linux and changed output format
+- List of PHP ini file locations has been extended
+- Removed several pieces of the code as part of cleanup and code health
- Extended help
---------------------------------------------------------------------------------
diff --git a/lynis b/lynis
index 800c3b7b..8c016110 100755
--- a/lynis
+++ b/lynis
@@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2019-06-17"
- PROGRAM_RELEASE_TIMESTAMP=1560766656
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2019-06-24"
+ PROGRAM_RELEASE_TIMESTAMP=1561383761
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.7.5"
# Source, documentation and license