mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-14 17:04:59 +00:00
* Refreshed patches.
- Remaining patches: + second-stage-path + sbsigntool-not-pesign
This commit is contained in:
parent
1854cb28d1
commit
110c669fd6
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -1,14 +1,14 @@
|
||||
shim (0.9+1465500757.14a5905-0ubuntu1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
[ Matthias Klose ]
|
||||
* Fix build with GCC 5, forcing -std=gnu89 to not rely on stdint.h
|
||||
required by efibind.h, and not found with -nostdinc. (LP: #1429978)
|
||||
|
||||
[ Mathieu Trudel-Lapierre ]
|
||||
* More GCC 5 fixes: stdarg.h and other include tweaks, cherry-pick from
|
||||
d51739a4.
|
||||
- Better handle LoadOptions.
|
||||
- Measure state and second stage in TPM.
|
||||
- Mirror MokSBState in runtime as MokSBStateRT.
|
||||
- Various bug fixes and other improvements.
|
||||
* Refreshed patches.
|
||||
- Remaining patches:
|
||||
+ second-stage-path
|
||||
+ sbsigntool-not-pesign
|
||||
|
||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Tue, 26 Jul 2016 12:02:21 -0400
|
||||
|
||||
|
4
debian/patches/sbsigntool-not-pesign
vendored
4
debian/patches/sbsigntool-not-pesign
vendored
@ -13,8 +13,8 @@ Index: b/Makefile
|
||||
===================================================================
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -144,8 +144,8 @@ FORMAT ?= --target efi-app-$(ARCH)
|
||||
-j .debug_line -j .debug_str -j .debug_ranges \
|
||||
@@ -158,8 +158,8 @@ endif
|
||||
-j .note.gnu.build-id \
|
||||
$(FORMAT) $^ $@.debug
|
||||
|
||||
-%.efi.signed: %.efi certdb/secmod.db
|
||||
|
4
debian/patches/second-stage-path
vendored
4
debian/patches/second-stage-path
vendored
@ -13,7 +13,7 @@ Index: b/Makefile
|
||||
===================================================================
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -18,7 +18,7 @@ EFI_LIBS = -lefi -lgnuefi --start-group
|
||||
@@ -25,7 +25,7 @@ EFI_LIBS = -lefi -lgnuefi --start-group
|
||||
EFI_CRT_OBJS = $(EFI_PATH)/crt0-efi-$(ARCH).o
|
||||
EFI_LDS = elf_$(ARCH)_efi.lds
|
||||
|
||||
@ -21,4 +21,4 @@ Index: b/Makefile
|
||||
+DEFAULT_LOADER := \\\\grubx64.efi
|
||||
CFLAGS = -ggdb -O0 -fno-stack-protector -fno-strict-aliasing -fpic \
|
||||
-fshort-wchar -Wall -Wsign-compare -Werror -fno-builtin \
|
||||
-Werror=sign-compare \
|
||||
-Werror=sign-compare -ffreestanding -std=gnu89 \
|
||||
|
3
debian/patches/series
vendored
3
debian/patches/series
vendored
@ -1,5 +1,2 @@
|
||||
prototypes
|
||||
second-stage-path
|
||||
sbsigntool-not-pesign
|
||||
gcc-5.diff
|
||||
gcc5-includes-stdarg.patch
|
||||
|
Loading…
Reference in New Issue
Block a user