2024-05-09 13:36:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 9 13:35:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.7.1:
|
|
|
|
|
* checksec FORTIFY detection (#236)
|
|
|
|
|
* libc cleanup
|
|
|
|
|
* Added github pages
|
|
|
|
|
* Check kernel for YAMA
|
|
|
|
|
* Fix Nx checks
|
|
|
|
|
* Move github primary branch from master to main
|
|
|
|
|
* Update gitattributes
|
|
|
|
|
* Allow setting a libc file
|
|
|
|
|
* Add tests for listfile
|
|
|
|
|
* Fix trailing comma with listfile
|
|
|
|
|
* Several shellcheck fixes
|
|
|
|
|
* If no header is present, return N/A for Relro and nx
|
|
|
|
|
* Remove superfluous -W flags
|
|
|
|
|
* Fix broken Nx checks
|
|
|
|
|
* change default libc search path from / to /lib
|
|
|
|
|
* Cleanup grep
|
|
|
|
|
* Rewrite man page in mdoc
|
|
|
|
|
* Remove s_readelf
|
|
|
|
|
* Fix stack protection and full relro check
|
|
|
|
|
* Add tests suite for hardening checks
|
|
|
|
|
* Speed up FS_comparison by 10x
|
|
|
|
|
* Make shellcheck only run on final script
|
|
|
|
|
* Fix debug exit check
|
|
|
|
|
* Use Dynamic Section if there is no symbols table
|
|
|
|
|
* Check foritfy vs fortified
|
|
|
|
|
|
2022-09-24 08:58:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Sep 24 08:58:02 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.6.0:
|
|
|
|
|
* fix missing sysctl on fedora
|
|
|
|
|
* remove extra parenthesis
|
|
|
|
|
* add missing libc on LoongArch-64
|
|
|
|
|
|
2022-03-16 10:57:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Mar 16 10:57:05 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
2024-05-09 13:36:29 +00:00
|
|
|
- add procps dependency for sysctl
|
2022-03-16 10:57:43 +00:00
|
|
|
|
2021-12-20 10:43:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Dec 20 10:41:59 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
|
|
- update to 2.5.0:
|
|
|
|
|
* split checksec into multiple files for easier maintenance and debugging
|
|
|
|
|
* remove space between options and only support `=` until refactor can happen
|
|
|
|
|
* update License.txt to include BSD license
|
|
|
|
|
* Check journalctl -k for NX protection
|
|
|
|
|
* improve debug formatting
|
|
|
|
|
* Fix shellcheck warnings and style issues
|
|
|
|
|
* Make --dir option follow symlinks
|
|
|
|
|
|
2021-06-09 15:36:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jun 9 15:36:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
2024-05-09 13:36:29 +00:00
|
|
|
- add missing gawk dependency
|
2021-06-09 15:36:21 +00:00
|
|
|
|
2021-03-30 19:23:00 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 25 19:28:57 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
2024-05-09 13:36:29 +00:00
|
|
|
- Initial package (derived from Fedora spec)
|