From 985a57412f517a0c0467c11ae0712d0a009af8fa Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 15 Apr 2020 18:00:01 +0200 Subject: [PATCH] Release 20.04.2 --- CHANGELOG | 8 ++++++-- evocheck.sh | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 64db124..2d3cb42 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,8 +5,6 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Added -* IS_CHROOTED_BINARY_NOT_UPTODATE: verify that chrooted processes run up-to-date binaries - ### Changed ### Deprecated @@ -17,6 +15,12 @@ and this project **does not adhere to [Semantic Versioning](http://semver.org/sp ### Security +## [20.04.2] 2020-04-15 + +### Added + +* IS_CHROOTED_BINARY_NOT_UPTODATE: verify that chrooted processes run up-to-date binaries + ## [20.04.1] 2020-04-12 ### Added diff --git a/evocheck.sh b/evocheck.sh index 7f649a2..88bb2f2 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -4,6 +4,8 @@ # Script to verify compliance of a Debian/OpenBSD server # powered by Evolix +readonly VERSION="20.04.2" + # base functions show_version() { @@ -1499,8 +1501,6 @@ readonly PROGDIR=$(realpath -m "$(dirname "$0")") # shellcheck disable=2124 readonly ARGS=$@ -readonly VERSION="20.04.1" - # Disable LANG* export LANG=C export LANGUAGE=C