Files
dbxtool/dbxtool.changes
2022-06-23 09:21:50 +00:00

41 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Wed Jun 15 06:56:09 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
- Add dbxtool-FORTIFY_SOURCE.patch: Do not redefine FORTIFY_SOURCE
without resetting it first.
-------------------------------------------------------------------
Fri Oct 15 12:11:38 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Drop ProtectClock hardening, can cause issues if other device acceess is needed
-------------------------------------------------------------------
Wed Sep 1 12:26:55 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s). Added patch(es):
* harden_dbxtool.service.patch
-------------------------------------------------------------------
Tue Sep 22 06:05:40 UTC 2020 - Marcus Meissner <meissner@suse.com>
- dbxtool-fixes.patch: bigger hammer for integer size mismatch to
fix build on more architectures.
-------------------------------------------------------------------
Sun Aug 16 13:11:47 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 8:
* Make a "make coverity" rule to scan the source
* Don't try to apply anything if PK and KEK aren't enrolled
* Add --force and --quiet for the PK/KEK checker, and use them in the
systemd service.
* Add a .syntastic_c_config for vim's Syntastic modules
* Use tsearch()/tfind()/tdestroy() from libc instead of ccan htables
* Don't open the dbx file with O_RDWR|O_CREAT, use O_RDONLY.
* Lots of minor bug fixes gcc -Wextra and friends found.
-------------------------------------------------------------------
Fri May 8 09:09:56 UTC 2020 - Marcus Meissner <meissner@suse.com>
- import dbxtool, for handling and storing the UEFI DBX database.