mirror of
https://github.com/CISOfy/lynis.git
synced 2025-09-24 10:28:13 +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 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
|
### Added
|
||||||
- Support for OpenWrt
|
- Support for OpenWrt
|
||||||
- Bitdefender detection on Linux
|
- Bitdefender detection on Linux
|
||||||
|
- Detection of openSUSE Tumbleweed-Slowroll
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Corrected detection of service manager SMF
|
- Corrected detection of service manager SMF
|
||||||
|
8
lynis
8
lynis
@ -43,16 +43,16 @@
|
|||||||
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
PROGRAM_WEBSITE="https://cisofy.com/lynis/"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2025-01-28"
|
PROGRAM_RELEASE_DATE="2025-07-29"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1738061140
|
PROGRAM_RELEASE_TIMESTAMP=1753773496
|
||||||
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
PROGRAM_RELEASE_TYPE="pre-release" # pre-release or release
|
||||||
PROGRAM_VERSION="3.1.5"
|
PROGRAM_VERSION="3.1.6"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
PROGRAM_SOURCE="https://github.com/CISOfy/lynis"
|
||||||
PROGRAM_PACKAGE="https://packages.cisofy.com/"
|
PROGRAM_PACKAGE="https://packages.cisofy.com/"
|
||||||
PROGRAM_DOCUMENTATION="https://cisofy.com/docs/"
|
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
|
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.
|
welcome to redistribute it under the terms of the GNU General Public License.
|
||||||
See the LICENSE file for details about using this software."
|
See the LICENSE file for details about using this software."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user