Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Update to version 8
Browse files Browse the repository at this point in the history
- Make a "make coverity" rule to scan the source
  Results at: https://scan.coverity.com/projects/rhboot-dbxtool
- 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.

Signed-off-by: Peter Jones <pjones@redhat.com>
  • Loading branch information
vathpela committed Oct 18, 2017
1 parent f156445 commit 60b919d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Make.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = 7
VERSION = 8
14 changes: 13 additions & 1 deletion dbxtool.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: dbxtool
Version: 7
Version: 8
Release: 1%{?dist}
Summary: Secure Boot DBX updater
License: GPLv2
Expand Down Expand Up @@ -44,6 +44,18 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING
%{_unitdir}/dbxtool.service

%changelog
* Wed Oct 18 2017 Peter Jones <pjones@redhat.com> - 8-1
- Update to version 8
- Make a "make coverity" rule to scan the source
Results at: https://scan.coverity.com/projects/rhboot-dbxtool
- 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.

* Wed Aug 10 2016 Peter Jones <pjones@redhat.com> - 7-1
- Update to version 7
- Add new dbxupdate.bin for CVE-2016-3320 and
Expand Down

0 comments on commit 60b919d

Please sign in to comment.