mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-26 23:22:07 +00:00
debian/patches/sbsigntool-no-pesign: refreshed.
This commit is contained in:
parent
94190a1cd8
commit
ea54c7675f
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,7 +7,7 @@ shim (12+1501864225.b586175-0) UNRELEASED; urgency=medium
|
|||||||
MAKELEVEL.
|
MAKELEVEL.
|
||||||
- Set DEFAULT_LOADER; this makes second-stage-path unnecessary.
|
- Set DEFAULT_LOADER; this makes second-stage-path unnecessary.
|
||||||
* debian/patches/second-stage-path: dropped.
|
* debian/patches/second-stage-path: dropped.
|
||||||
|
* debian/patches/sbsigntool-no-pesign: refreshed.
|
||||||
|
|
||||||
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 04 Aug 2017 12:33:22 -0400
|
-- Mathieu Trudel-Lapierre <cyphermox@ubuntu.com> Fri, 04 Aug 2017 12:33:22 -0400
|
||||||
|
|
||||||
|
6
debian/patches/sbsigntool-not-pesign
vendored
6
debian/patches/sbsigntool-not-pesign
vendored
@ -13,14 +13,14 @@ Index: b/Makefile
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- a/Makefile
|
--- a/Makefile
|
||||||
+++ b/Makefile
|
+++ b/Makefile
|
||||||
@@ -158,8 +158,8 @@ endif
|
@@ -206,8 +206,8 @@ endif
|
||||||
-j .note.gnu.build-id \
|
-j .note.gnu.build-id \
|
||||||
$(FORMAT) $^ $@.debug
|
$(FORMAT) $^ $@.debug
|
||||||
|
|
||||||
-%.efi.signed: %.efi certdb/secmod.db
|
-%.efi.signed: %.efi certdb/secmod.db
|
||||||
- pesign -n certdb -i $< -c "shim" -s -o $@ -f
|
- $(PESIGN) -n certdb -i $< -c "shim" -s -o $@ -f
|
||||||
+%.efi.signed: %.efi shim.crt
|
+%.efi.signed: %.efi shim.crt
|
||||||
+ sbsign --key shim.key --cert shim.crt $<
|
+ sbsign --key shim.key --cert shim.crt $<
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) -C Cryptlib clean
|
$(MAKE) -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile clean
|
||||||
|
Loading…
Reference in New Issue
Block a user