mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-23 09:58:14 +02:00
Switching to development version
This commit is contained in:
parent
0f4d17766e
commit
499fdaae91
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,10 +1,20 @@
|
||||
# Lynis Changelog
|
||||
|
||||
## Lynis 3.1.5 (not released yet)
|
||||
## Lynis 3.1.6 (not released yet)
|
||||
|
||||
### Added
|
||||
|
||||
### Changed
|
||||
- Updated end-of-life database
|
||||
|
||||
---------------------------------------------------------------------------------
|
||||
|
||||
## Lynis 3.1.5 (2025-07-29)
|
||||
|
||||
### Added
|
||||
- Support for OpenWrt
|
||||
- Bitdefender detection on Linux
|
||||
- Detection of openSUSE Tumbleweed-Slowroll
|
||||
|
||||
### Changed
|
||||
- Corrected detection of service manager SMF
|
||||
|
8
lynis
8
lynis
@ -43,16 +43,16 @@
|
||||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||
|
||||
# Version details
|
||||
PROGRAM_RELEASE_DATE="2025-01-28"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1738061140
|
||||
PROGRAM_RELEASE_DATE="2025-07-29"
|
||||
PROGRAM_RELEASE_TIMESTAMP=1753773496
|
||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||
PROGRAM_VERSION="3.1.5"
|
||||
PROGRAM_VERSION="3.1.6"
|
||||
|
||||
# Source, documentation and license
|
||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||
PROGRAM_PACKAGE="https://packages.cisofy.com/"
|
||||
PROGRAM_DOCUMENTATION="https://cisofy.com/docs/"
|
||||
PROGRAM_COPYRIGHT="2007-2024, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
|
||||
PROGRAM_COPYRIGHT="2007-2025, ${PROGRAM_AUTHOR} - ${PROGRAM_WEBSITE}"
|
||||
PROGRAM_LICENSE="${PROGRAM_NAME} comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
|
||||
welcome to redistribute it under the terms of the GNU General Public License.
|
||||
See the LICENSE file for details about using this software."
|
||||
|
Loading…
x
Reference in New Issue
Block a user