Release 20.04.2
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Jérémy Lecour 2020-04-15 18:00:01 +02:00 committed by Jérémy Lecour
parent 40ada4de70
commit 985a57412f
2 changed files with 8 additions and 4 deletions

View file

@ -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

View file

@ -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