mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-13 17:06:14 +00:00
Switch to using gcc-10 rather than gcc-9. Closes: #978521
This commit is contained in:
parent
371ed906c5
commit
334e9afa91
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ shim (15+1613861442.888f5b5-1) unstable; urgency=medium
|
||||
[ Steve McIntyre ]
|
||||
* Switch to much-newer upstream code point with many many fixes
|
||||
+ Particularly pulling in SBAT changes for better revocation support
|
||||
* Switch to using gcc-10 rather than gcc-9. Closes: #978521
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sun, 21 Feb 2021 13:50:16 +0100
|
||||
|
||||
|
8
debian/control
vendored
8
debian/control
vendored
@ -4,7 +4,13 @@ Priority: optional
|
||||
Maintainer: Debian EFI team <debian-efi@lists.debian.org>
|
||||
Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org>
|
||||
Standards-Version: 4.4.1
|
||||
Build-Depends: debhelper-compat (= 12), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-9, pesign (>= 0.112-5)
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
gnu-efi (>= 3.0u),
|
||||
sbsigntool,
|
||||
openssl,
|
||||
libelf-dev,
|
||||
gcc-10,
|
||||
pesign (>= 0.112-5)
|
||||
Vcs-Browser: https://salsa.debian.org/efi-team/shim
|
||||
Vcs-Git: https://salsa.debian.org/efi-team/shim.git
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -40,7 +40,7 @@ COMMON_OPTIONS += \
|
||||
VENDOR_DBX_FILE=$(DBX_LIST) \
|
||||
EFIDIR=$(distributor) \
|
||||
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
|
||||
CC=$(DEB_HOST_GNU_TYPE)-gcc-9 \
|
||||
CC=$(DEB_HOST_GNU_TYPE)-gcc-10 \
|
||||
$(NULL)
|
||||
|
||||
$(DBX_LIST): $(DBX_HASHES)
|
||||
|
Loading…
Reference in New Issue
Block a user