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
path: root/lynis
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2014-11-29 18:19:44 +0300
committermboelen <michael@cisofy.com>2014-11-29 18:19:44 +0300
commit8fccb0e35a432c18159a03546d62ce92ec64fd53 (patch)
tree1ecd03dd8e0adc56ae01b36474aaddb969b8cde9 /lynis
parent36c9f435f765942c93af7ae98ccaa457a0cd88a7 (diff)
Preparing for upcoming release
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis8
1 files changed, 4 insertions, 4 deletions
diff --git a/lynis b/lynis
index 1ab0e2ac..463e3691 100755
--- a/lynis
+++ b/lynis
@@ -20,8 +20,8 @@
#
# Program information
PROGRAM_name="Lynis"
- PROGRAM_version="1.6.4"
- PROGRAM_releasedate="4 November 2014"
+ PROGRAM_version="1.6.5"
+ PROGRAM_releasedate="29 November 2014"
PROGRAM_author="CISOfy & Michael Boelen"
PROGRAM_author_contact="michael.boelen@cisofy.com"
PROGRAM_website="http://cisofy.com"
@@ -32,7 +32,7 @@
PROGRAM_extrainfo="Enterprise support and plugins available via CISOfy - http://cisofy.com"
# Release version (beta or final)
- PROGRAM_releasetype="final"
+ PROGRAM_releasetype="beta"
# Version number of report files (when format changes in future)
REPORT_version_major="1"; REPORT_version_minor="0"
REPORT_version="${REPORT_version_major}.${REPORT_version_minor}"
@@ -624,7 +624,7 @@
N_PLUGIN_ENABLED=0
# Search plugins
- FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \;`
+ FIND=`find ${PLUGINDIR} -type f -name "plugin_[a-z]*" -exec echo \{\} \; | sort`
for I in ${FIND}; do
logtext "Found plugin file: ${I}"
# Double check if output is a valid file name