mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-10-04 15:45:08 +00:00
Remove Ubuntu CA and dbx files from the repository
(cherry picked from commit 57b6c43301b1943197eef3d816639277869231d7) Conflicts: debian/rules FG: adapted to Proxmox d/rules Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
parent
438cee907c
commit
c93eb60bb5
BIN
debian/canonical-uefi-ca.der
vendored
BIN
debian/canonical-uefi-ca.der
vendored
Binary file not shown.
14
debian/rules
vendored
14
debian/rules
vendored
@ -2,18 +2,8 @@
|
|||||||
|
|
||||||
include /usr/share/dpkg/architecture.mk
|
include /usr/share/dpkg/architecture.mk
|
||||||
|
|
||||||
# Other vendors, add your certs here. No sense in using
|
cert=debian/proxmox-uefi-ca.der
|
||||||
# dpkg-vendor --derives-from, because only Canonical-generated binaries will
|
distributor=proxmox
|
||||||
# be signed with this key; so if you are building your own shim binary you
|
|
||||||
# should be building the other binaries also.
|
|
||||||
ifeq ($(shell dpkg-vendor --is ubuntu && echo yes),yes)
|
|
||||||
cert=debian/canonical-uefi-ca.der
|
|
||||||
distributor=ubuntu
|
|
||||||
COMMON_OPTIONS ?= ENABLE_SHIM_CERT=1 ENABLE_SBSIGN=1
|
|
||||||
else
|
|
||||||
cert=debian/proxmox-uefi-ca.der
|
|
||||||
distributor=proxmox
|
|
||||||
endif
|
|
||||||
|
|
||||||
deb_version := $(shell dpkg-parsechangelog | sed -ne "s/^Version: \(.*\)/\1/p")
|
deb_version := $(shell dpkg-parsechangelog | sed -ne "s/^Version: \(.*\)/\1/p")
|
||||||
upstream_version := $(shell echo $(deb_version) | sed -e "s/-[^-]*$$//")
|
upstream_version := $(shell echo $(deb_version) | sed -e "s/-[^-]*$$//")
|
||||||
|
22
debian/ubuntu-dbx.hashes
vendored
22
debian/ubuntu-dbx.hashes
vendored
@ -1,22 +0,0 @@
|
|||||||
# debian-dbx.hashes
|
|
||||||
#
|
|
||||||
# This file contains the sha256 sums of the binaries that we want to
|
|
||||||
# blacklist directly in our signed shim. Add entries below, with comments
|
|
||||||
# to explain each entry (where possible).
|
|
||||||
#
|
|
||||||
# The data in this file needs should be of the form:
|
|
||||||
#
|
|
||||||
# <hex-encoded sha256 checksums> <arch>
|
|
||||||
#
|
|
||||||
# All other lines will be ignored. I'm using shell-style comments just
|
|
||||||
# for clarity.
|
|
||||||
#
|
|
||||||
# The hashes are generated using:
|
|
||||||
#
|
|
||||||
# pesign --hash --padding --in <binary>
|
|
||||||
#
|
|
||||||
# on *either* the signed or unsigned binary, pesign doesn't care
|
|
||||||
# which. See the helper script block_signed_deb for an easy way to
|
|
||||||
# generate this information.
|
|
||||||
|
|
||||||
# ... This file intentionally left blank for now ...
|
|
Loading…
Reference in New Issue
Block a user