mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Release 3.0.5
This commit is contained in:
parent
da024079f1
commit
e4d16f3cd1
2 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
|||
6
lynis
6
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue