Fix a FreePool(NULL) call on machines too old for SB
This commit is contained in:
parent
fecdfb1f13
commit
7148df39f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/*.tar.gz
|
||||
clog
|
||||
/shim-0.6.tar.bz2
|
||||
|
11
shim.spec
11
shim.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user