From 6414a8c70e1e1c943541b3bd257d5404f6e250ce Mon Sep 17 00:00:00 2001 From: William Hirigoyen Date: Fri, 7 Jul 2023 11:02:01 +0200 Subject: [PATCH] Linux - Release 23.07 --- linux/CHANGELOG | 7 ++++++- linux/evocheck.jessie.sh | 2 +- linux/evocheck.sh | 2 +- linux/evocheck.wheezy.sh | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 53a08e3..c8e035e 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -12,10 +12,15 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Removed ### Fixed -* IS_REDIS_BACKUP: full rewrite of the check to be more flexible, and also check time of dump. ### Security + +## [23.07] 2023-07-07 + +### Fixed +* IS_REDIS_BACKUP: full rewrite of the check to be more flexible, and also check time of dump. + ## [23.04.01] 2023-04-07 ### Fixed diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 05b5f8d..9cc1dcb 100755 --- a/linux/evocheck.jessie.sh +++ b/linux/evocheck.jessie.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.04.01" +VERSION="23.07" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index ed85276..5b73eeb 100755 --- a/linux/evocheck.sh +++ b/linux/evocheck.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.04.01" +VERSION="23.07" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 461540b..2df0e81 100755 --- a/linux/evocheck.wheezy.sh +++ b/linux/evocheck.wheezy.sh @@ -4,7 +4,7 @@ # Script to verify compliance of a Linux (Debian) server # powered by Evolix -VERSION="23.04.01" +VERSION="23.07" readonly VERSION # base functions