diff --git a/README.md b/README.md index 4247450..6c28f69 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Updates - All options now require `--$option=$value` instead of `--$option $value` - --extended option now includes clang CFI and safe stack checks - Last Update: 2020-05-27 + Last Update: 2020-05-28 For OSX ------- diff --git a/checksec b/checksec index ee4a697..eae60bf 100755 --- a/checksec +++ b/checksec @@ -67,10 +67,10 @@ format="cli" SCRIPT_NAME="checksec" SCRIPT_URL="https://github.com/slimm609/checksec.sh/raw/master/${SCRIPT_NAME}" SIG_URL="https://github.com/slimm609/checksec.sh/raw/master/$(basename ${SCRIPT_NAME} .sh).sig" -SCRIPT_VERSION=2020052703 +SCRIPT_VERSION=2020052801 SCRIPT_MAJOR=2 SCRIPT_MINOR=2 -SCRIPT_REVISION=1 +SCRIPT_REVISION=2 pkg_release=false commandsmissing=false OPT=0 diff --git a/checksec.sig b/checksec.sig index 041a21a..22e5c62 100644 Binary files a/checksec.sig and b/checksec.sig differ