diff --git a/ChangeLog b/ChangeLog index 514b9e0..e6d4ee2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Rev-2024042601 Brian Davis + * Update to 2.7.1 + * checksec FORTIFY detection (#236) + Thanks @teoberi + * Fix duplicate entries in fortify count + * update tests Rev-2024042101 Brian Davis * Update to 2.7.0 * libc cleanup diff --git a/README.md b/README.md index 138eb54..746c6b0 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: 2024-04-20 + Last Update: 2024-04-26 For OSX ------- diff --git a/checksec b/checksec index f77a718..2bc3210 100755 --- a/checksec +++ b/checksec @@ -39,10 +39,10 @@ export PS4='+(${BASH_SOURCE##*/}:${LINENO}): ${FUNCNAME[0]:+${FUNCNAME[0]}(): }' export LC_ALL="C" # version -SCRIPT_VERSION=2024042001 +SCRIPT_VERSION=2024042601 SCRIPT_MAJOR=2 SCRIPT_MINOR=7 -SCRIPT_REVISION=0 +SCRIPT_REVISION=1 # global vars debug=false diff --git a/checksec.sig b/checksec.sig index d556131..851ec77 100644 Binary files a/checksec.sig and b/checksec.sig differ diff --git a/src/core.sh b/src/core.sh index 3ca1a57..176a5dd 100644 --- a/src/core.sh +++ b/src/core.sh @@ -6,10 +6,10 @@ export LC_ALL="C" # version -SCRIPT_VERSION=2024042001 +SCRIPT_VERSION=2024042601 SCRIPT_MAJOR=2 SCRIPT_MINOR=7 -SCRIPT_REVISION=0 +SCRIPT_REVISION=1 # global vars debug=false