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>2021-07-02 15:24:41 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2021-07-02 15:24:41 +0300
commite4d16f3cd1e7b058ca7ec608d82311550abdc0bc (patch)
tree896967e69870ca34d371c6a8c0491db59565777a
parentda024079f16686d2808ca136fb13ddf00394c572 (diff)
Release 3.0.53.0.5
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xlynis6
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f7c74ab..93d1668a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Lynis Changelog
-## Lynis 3.0.5 (not released yet)
+## Lynis 3.0.5 (2021-07-02)
### Added
- OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux
@@ -10,6 +10,9 @@
- ACCT-9622 - Corrected typo
- HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility)
- PKGS-7320 - extended to Arch Linux 32
+- Generation of host identifiers (hostid/hostid2) extended
+- Linux host identifiers are now using ip as preferred input source
+- Improved logging in several areas
---------------------------------------------------------------------------------
diff --git a/lynis b/lynis
index 006663ca..e8d37961 100755
--- a/lynis
+++ b/lynis
@@ -43,9 +43,9 @@
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
# Version details
- PROGRAM_RELEASE_DATE="2021-05-11"
- PROGRAM_RELEASE_TIMESTAMP=1620725174
- PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
+ PROGRAM_RELEASE_DATE="2021-07-02"
+ PROGRAM_RELEASE_TIMESTAMP=1625228663
+ PROGRAM_RELEASE_TYPE="release" # pre-release or release
PROGRAM_VERSION="3.0.5"
# Source, documentation and license