mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 23:34:25 +02:00
Release 3.0.5
This commit is contained in:
parent
da024079f1
commit
e4d16f3cd1
@ -1,6 +1,6 @@
|
|||||||
# Lynis Changelog
|
# Lynis Changelog
|
||||||
|
|
||||||
## Lynis 3.0.5 (not released yet)
|
## Lynis 3.0.5 (2021-07-02)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux
|
- OS detection of Arch Linux 32, BunsenLabs Linux, and Rocky Linux
|
||||||
@ -10,6 +10,9 @@
|
|||||||
- ACCT-9622 - Corrected typo
|
- ACCT-9622 - Corrected typo
|
||||||
- HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility)
|
- HRDN-7231 - When calling wc, use the short -l flag instead of --lines (Busybox compatibility)
|
||||||
- PKGS-7320 - extended to Arch Linux 32
|
- 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
|
||||||
|
|
||||||
---------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
6
lynis
6
lynis
@ -43,9 +43,9 @@
|
|||||||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2021-05-11"
|
PROGRAM_RELEASE_DATE="2021-07-02"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1620725174
|
PROGRAM_RELEASE_TIMESTAMP=1625228663
|
||||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
PROGRAM_RELEASE_TYPE="release" # pre-release or release
|
||||||
PROGRAM_VERSION="3.0.5"
|
PROGRAM_VERSION="3.0.5"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
|
Loading…
x
Reference in New Issue
Block a user