From 38276b0271f0d20f3e379863f26bfac7733c9093 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 3 Jun 2022 09:10:19 +0200 Subject: [PATCH] Release 22.06 --- CHANGELOG | 12 ++++++++++-- evocheck.sh | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 2749b69..572331e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_AUTOIF: Ignore WireGuard interfaces - ### Changed ### Deprecated @@ -17,6 +15,16 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [22.06] 2022-06-03 + +### Added + +* IS_AUTOIF: Ignore WireGuard interfaces + +### Changed + +* IS_DEBIANSECURITY: Fix Debian security repo for Bullseye, cf https://www.debian.org/releases/stable/errata + ## [22.05] 2022-05-12 ### Changed diff --git a/evocheck.sh b/evocheck.sh index 30047eb..6bba06c 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.05" +VERSION="22.06" readonly VERSION # base functions