diff --git a/CHANGELOG b/CHANGELOG index 922b2be..1378d91 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -15,6 +15,15 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.06.1] 2022-06-06 + +* Changed + +* IS_BACKUPUPTODATE: look for all files (with find) instead of simple "file globbing" on first level. +* IS_DEBIANSECURITY: support source list options +* IS_SSHPERMITROOTNO: analyze real configuration, instead of parsing the file + + ## [22.06] 2022-06-03 ### Added diff --git a/evocheck.sh b/evocheck.sh index af6bbed..5b1afb0 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix -VERSION="22.06" +VERSION="22.06.1" readonly VERSION # base functions