From 55b08445a738a6490cbc646e225e5887e9e78ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Fri, 14 Oct 2022 10:36:37 +0200 Subject: [PATCH] OpenBSD - Release 22.10 --- openbsd/CHANGELOG | 2 ++ openbsd/evocheck.sh | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/openbsd/CHANGELOG b/openbsd/CHANGELOG index 153516b..d382d77 100644 --- a/openbsd/CHANGELOG +++ b/openbsd/CHANGELOG @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [22.10] - 2022-10-14 + ### Changed - check_evobackup_exclude_mount: skip if --one-file-system is used, and exclude scripts without Rsync command diff --git a/openbsd/evocheck.sh b/openbsd/evocheck.sh index 8af9832..e82e8ae 100755 --- a/openbsd/evocheck.sh +++ b/openbsd/evocheck.sh @@ -3,7 +3,7 @@ # EvoCheck # Script to verify compliance of an OpenBSD server powered by Evolix -readonly VERSION="22.08" +readonly VERSION="22.10" # base functions