Update modsign and include secure boot

- Update modsign patch to latest upstream
- Add initial UEFI Secure Boot patchset.  Work in progress.
This commit is contained in:
Josh Boyer 2012-07-24 11:22:32 -04:00
parent e5daab5438
commit 306dfccc03
3 changed files with 1493 additions and 316 deletions

View File

@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
%global baserelease 1
%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@ -672,7 +672,10 @@ Patch700: linux-2.6-e1000-ich9-montevina.patch
Patch800: linux-2.6-crash-driver.patch
# crypto/
Patch900: modsign-20120718.patch
Patch900: modsign-20120724.patch
# secure boot
Patch1000: secure-boot-20120724.patch
# virt + ksm patches
Patch1555: fix_xen_guest_on_old_EC2.patch
@ -1374,7 +1377,10 @@ ApplyPatch linux-2.6-crash-driver.patch
ApplyPatch linux-2.6-e1000-ich9-montevina.patch
# crypto/
ApplyPatch modsign-20120718.patch
ApplyPatch modsign-20120724.patch
# secure boot
ApplyPatch secure-boot-20120724.patch
# Assorted Virt Fixes
ApplyPatch fix_xen_guest_on_old_EC2.patch
@ -2295,6 +2301,10 @@ fi
# ||----w |
# || ||
%changelog
* Tue Jul 24 2012 Josh Boyer <jwboyer@redhat.com>
- Update modsign patch to latest upstream
- Add initial UEFI Secure Boot patchset. Work in progress.
* Tue Jul 24 2012 Justin M. Forbes <jforbes@redhat.com> - 3.6.0-0.rc0.git1.1
- Linux v3.5-1643-gf0a08fc

File diff suppressed because it is too large Load Diff

1161
secure-boot-20120724.patch Normal file

File diff suppressed because it is too large Load Diff