Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2018-01-12 17:29:39 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2018-01-12 17:29:39 +0300
commit332cc49be388baae85fc05f0b4413680c9d73107 (patch)
tree1dfc394fcec1b949082560c1c639018424568bc9
parent5c93990eedcc5ecbca4a2a455a215be813016407 (diff)
Release 2.5.92.5.9
-rw-r--r--CHANGELOG.md6
-rwxr-xr-xlynis12
2 files changed, 9 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f2c9ef67..2362f993 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,13 +1,13 @@
Lynis Changelog
===============
-Lynis 2.5.9 (not released yet)
+Lynis 2.5.9 (2018-01-12)
Changes:
--------
* Don't show upgrade notice when being quiet/silent
-* Added --noplugins as an alias to skip plugins
-* Use PATH variable for path detection, with predefined list as backup
+* Added --noplugins as an alias to skip execution of plugins
+* Use PATH variable for path detection, with predefined list as a backup
Tests:
------
diff --git a/lynis b/lynis
index 22f85806..e59a5e1e 100755
--- a/lynis
+++ b/lynis
@@ -35,9 +35,9 @@
PROGRAM_AUTHOR_CONTACT="lynis-dev@cisofy.com"
# Version details
- PROGRAM_RELEASE_DATE="2017-12-28"
- PROGRAM_RELEASE_TIMESTAMP=1514461655
- PROGRAM_RELEASE_TYPE="dev" # dev or final
+ PROGRAM_RELEASE_DATE="2018-01-12"
+ PROGRAM_RELEASE_TIMESTAMP=1515767139
+ PROGRAM_RELEASE_TYPE="final" # dev or final
PROGRAM_VERSION="2.5.9"
# Source, documentation and license
@@ -748,13 +748,13 @@ ${NORMAL}
echo ""
fi
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 " Download the latest version:"
echo ""
echo " Packages (DEB/RPM) - https://packages.cisofy.com"
- echo " Website - https://cisofy.com/downloads/"
- echo " GitHub - https://github.com/CISOfy/lynis"
+ echo " Website (TAR) - https://cisofy.com/downloads/"
+ echo " GitHub (source) - https://github.com/CISOfy/lynis"
echo ""
echo " ==============================================================================="
echo ""