Fix a FreePool(NULL) call on machines too old for SB

This commit is contained in:
Peter Jones 2013-10-31 11:34:04 -04:00
parent fecdfb1f13
commit 7148df39f5
3 changed files with 5 additions and 9 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/*.tar.gz
clog
/shim-0.6.tar.bz2

View File

@ -1,6 +1,6 @@
Name: shim
Version: 0.5
Release: 2%{?dist}
Version: 0.6
Release: 1%{?dist}
Summary: First-stage UEFI bootloader
License: BSD
@ -22,11 +22,6 @@ Source2: https://github.com/lcp/mokutil/archive/mokutil-%{mokutilver}.tar.bz2
# woops.
Source3: dbx.esl
Patch0001: 0002-Don-t-reject-all-binaries-without-a-certificate-data.patch
Patch0002: 0004-We-should-be-checking-both-mok-and-the-system-s-SB-s.patch
Patch0003: 0005-Don-t-free-GetVariable-return-data-without-checking-.patch
BuildRequires: gnu-efi git openssl-devel openssl
BuildRequires: pesign >= 0.106-1
BuildRequires: gnu-efi = 3.0u, gnu-efi-devel = 3.0u
@ -115,7 +110,7 @@ install -m 0644 MokManager.efi.debug $RPM_BUILD_ROOT/usr/lib/debug/%{_datadir}/s
/usr/share/man/man1/mokutil.1.gz
%changelog
* Wed Oct 30 2013 Peter Jones <pjones@redhat.com> - 0.5-1
* Thu Oct 31 2013 Peter Jones <pjones@redhat.com> - 0.6-1
- Fix a FreePool(NULL) call on machines too old for SB
* Fri Oct 04 2013 Peter Jones <pjones@redhat.com> - 0.5-1

View File

@ -1,2 +1,2 @@
162dfa375a624ada5d8c9cbc44769c15 mokutil-0.2.0.tar.bz2
ce460de9ddaf896e81dfa9e747190627 0.5.tar.gz
757f8ae9cc201b7e524b3856b0da1e6c 0.6.tar.gz