mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-23 22:04:39 +02:00
Release 2.5.9
This commit is contained in:
parent
5c93990eed
commit
332cc49be3
@ -1,13 +1,13 @@
|
|||||||
Lynis Changelog
|
Lynis Changelog
|
||||||
===============
|
===============
|
||||||
|
|
||||||
Lynis 2.5.9 (not released yet)
|
Lynis 2.5.9 (2018-01-12)
|
||||||
|
|
||||||
Changes:
|
Changes:
|
||||||
--------
|
--------
|
||||||
* Don't show upgrade notice when being quiet/silent
|
* Don't show upgrade notice when being quiet/silent
|
||||||
* Added --noplugins as an alias to skip plugins
|
* Added --noplugins as an alias to skip execution of plugins
|
||||||
* Use PATH variable for path detection, with predefined list as backup
|
* Use PATH variable for path detection, with predefined list as a backup
|
||||||
|
|
||||||
Tests:
|
Tests:
|
||||||
------
|
------
|
||||||
|
12
lynis
12
lynis
@ -35,9 +35,9 @@
|
|||||||
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
|
||||||
|
|
||||||
# Version details
|
# Version details
|
||||||
PROGRAM_RELEASE_DATE="2017-12-28"
|
PROGRAM_RELEASE_DATE="2018-01-12"
|
||||||
PROGRAM_RELEASE_TIMESTAMP=1514461655
|
PROGRAM_RELEASE_TIMESTAMP=1515767139
|
||||||
PROGRAM_RELEASE_TYPE="dev" # dev or final
|
PROGRAM_RELEASE_TYPE="final" # dev or final
|
||||||
PROGRAM_VERSION="2.5.9"
|
PROGRAM_VERSION="2.5.9"
|
||||||
|
|
||||||
# Source, documentation and license
|
# Source, documentation and license
|
||||||
@ -748,13 +748,13 @@ ${NORMAL}
|
|||||||
echo ""
|
echo ""
|
||||||
fi
|
fi
|
||||||
echo " ${WHITE}Please update to the latest version.${NORMAL}"
|
echo " ${WHITE}Please update to the latest version.${NORMAL}"
|
||||||
echo " New releases include additional features, bug fixes, tests and baselines.${NORMAL}"
|
echo " New releases include additional features, bug fixes, tests, and baselines.${NORMAL}"
|
||||||
echo ""
|
echo ""
|
||||||
echo " Download the latest version:"
|
echo " Download the latest version:"
|
||||||
echo ""
|
echo ""
|
||||||
echo " Packages (DEB/RPM) - https://packages.cisofy.com"
|
echo " Packages (DEB/RPM) - https://packages.cisofy.com"
|
||||||
echo " Website - https://cisofy.com/downloads/"
|
echo " Website (TAR) - https://cisofy.com/downloads/"
|
||||||
echo " GitHub - https://github.com/CISOfy/lynis"
|
echo " GitHub (source) - https://github.com/CISOfy/lynis"
|
||||||
echo ""
|
echo ""
|
||||||
echo " ==============================================================================="
|
echo " ==============================================================================="
|
||||||
echo ""
|
echo ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user