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