From efbcf53d5d8f93025ca2646056b91cc5c067053a Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 21 Oct 2021 17:06:00 +0200 Subject: [PATCH] Release 21.10.1 --- CHANGELOG | 10 +++++++--- evocheck.sh | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d64fb31..1d8d322 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,9 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_SSHALLOWUSERS: also scan /etc/ssh/sshd_config.d -* IS_CHECK_VERSIONS: check installed versions of Evolix programs - ### Changed ### Deprecated @@ -18,6 +15,13 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [21.10.1] 2021-10-01 + +### Added + +* IS_SSHALLOWUSERS: also scan /etc/ssh/sshd_config.d +* IS_CHECK_VERSIONS: check installed versions of Evolix programs + ## [21.10] 2021-10-01 ### Fixed diff --git a/evocheck.sh b/evocheck.sh index 37c5400..ab952fd 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="21.10" +VERSION="21.10.1" readonly VERSION # base functions