Skip to content

Commit

Permalink
signed update
Browse files Browse the repository at this point in the history
  • Loading branch information
slimm609 committed Apr 27, 2024
1 parent ec535a9 commit 6b4bbfc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Rev-2024042601 Brian Davis <slimm609@gmail.com>
* Update to 2.7.1
* checksec FORTIFY detection (#236)
Thanks @teoberi
* Fix duplicate entries in fortify count
* update tests
Rev-2024042101 Brian Davis <slimm609@gmail.com>
* Update to 2.7.0
* libc cleanup
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------
Expand Down
4 changes: 2 additions & 2 deletions checksec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified checksec.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b4bbfc

Please sign in to comment.