From 3c2b870a6d351b817820c138e796b733c8b94367 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 28 Jul 2022 13:37:47 +0200 Subject: [PATCH] Release 22.07 --- CHANGELOG | 22 ++++++++++++++++------ evocheck.sh | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 9075331..7570993 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,19 +5,29 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.07] 2022-07-28 + +### Added + * IS_FAIL2BAN_PURGE: workaround to purge fail2ban database on stretch and buster ### Changed * IS_NETWORKING_SERVICE: not in cron mode -### Deprecated +### Fixed: -### Removed - -### Fixed - -### Security +* IS_BACKUPUPTODATE: correct order for find(1) arguments ## [22.06.2] 2022-06-09 diff --git a/evocheck.sh b/evocheck.sh index ab5c363..1bc54d7 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.2" +VERSION="22.07" readonly VERSION # base functions