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

Commit

Permalink
Bump version to 7.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jones <[email protected]>
  • Loading branch information
vathpela committed Aug 10, 2016
1 parent 7daac80 commit f56a657
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(TOPDIR)/Make.defaults

SUBDIRS := src data
DOCDIR := /share/doc/
VERSION = 0.6
VERSION = 7

all : $(SUBDIRS)

Expand Down
11 changes: 8 additions & 3 deletions dbxtool.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Name: dbxtool
Version: 0.6
Version: 7
Release: 1%{?dist}
Summary: Secure Boot DBX updater
License: GPLv2
URL: https://github.com/vathpela/dbxtool
ExclusiveArch: i386 x86_64 aarch64
BuildRequires: popt-devel git systemd
BuildRequires: efivar-devel >= 0.14-1
Requires: efivar >= 0.14-1
BuildRequires: efivar-devel >= 25-1
Requires: efivar >= 25-1
Source0: https://github.com/vathpela/dbxtool/releases/download/dbxtool-%{version}/dbxtool-%{version}.tar.bz2

%description
Expand Down Expand Up @@ -44,6 +44,11 @@ rm -f %{buildroot}/%{_docdir}/%{name}/COPYING
%{_unitdir}/dbxtool.service

%changelog
* Wed Aug 10 2016 Peter Jones <[email protected]> - 7-1
- Update to version 7
- Add new dbxupdate.bin for CVE-2016-3320 and
https://support.microsoft.com/en-us/kb/3179577

* Wed Oct 08 2014 Peter Jones <[email protected]> - 0.6-1
- Update to 0.6
- make "dbxtool -l" correctly show not-well-known guids.
Expand Down

0 comments on commit f56a657

Please sign in to comment.