From 081a8166ccda9423b03c8acc559953caacfd7334 Mon Sep 17 00:00:00 2001 From: David Prevot Date: Thu, 26 Oct 2023 15:36:47 +0200 Subject: [PATCH] Linux - Release 23.10 --- linux/CHANGELOG | 22 +++++++++++++++------- linux/evocheck.jessie.sh | 2 +- linux/evocheck.sh | 2 +- linux/evocheck.wheezy.sh | 2 +- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/linux/CHANGELOG b/linux/CHANGELOG index 6df70fe..27c759d 100644 --- a/linux/CHANGELOG +++ b/linux/CHANGELOG @@ -5,6 +5,20 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [22.10] 2023-10-26 + +### Added + * IS_MINIFW: better detection of minifirewall status * IS_OLDPUB: pub.evolix.net has been supersed by pub.evolix.org since Stretch * IS_NEWPUB: verify that the new public repository is present @@ -15,16 +29,10 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp * IS_BACKPORTSCONF: does not require preferences anymore -### Deprecated - -### Removed - ### Fixed * IS_BINDCHROOT: fix /etc/default path for Debian >= 11 (renamed from bind9 to named) - -### Security - +* IS_EVOBACKUP_EXCLUDE_MOUNT: adapt to new version of evobackup (#148) ## [23.07] 2023-07-07 diff --git a/linux/evocheck.jessie.sh b/linux/evocheck.jessie.sh index 9cc1dcb..fba55fd 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.07" +VERSION="23.10" readonly VERSION # base functions diff --git a/linux/evocheck.sh b/linux/evocheck.sh index e4d6d28..89f17ab 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.07" +VERSION="23.10" readonly VERSION # base functions diff --git a/linux/evocheck.wheezy.sh b/linux/evocheck.wheezy.sh index 2df0e81..3bbcc1f 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.07" +VERSION="23.10" readonly VERSION # base functions