mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-10-04 16:05:00 +00:00
parent
b61b8af886
commit
65f161eefe
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -3,6 +3,7 @@ shim (15.7-1) UNRELEASED; urgency=medium
|
||||
* New upstream release fixing more bugs
|
||||
* Add a further patch from upstream:
|
||||
+ Make sbat_var.S parse right with buggy gcc/binutils
|
||||
* Switch to using gcc-12. Closes: #1022180
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sun, 22 Jan 2023 13:12:14 +0000
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12),
|
||||
sbsigntool,
|
||||
openssl,
|
||||
libelf-dev,
|
||||
gcc-10,
|
||||
gcc-12,
|
||||
dos2unix,
|
||||
pesign (>= 0.112-5),
|
||||
xxd,
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -45,7 +45,7 @@ COMMON_OPTIONS += \
|
||||
VENDOR_DBX_FILE=$(DBX_LIST) \
|
||||
EFIDIR=$(distributor) \
|
||||
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
|
||||
CC=$(DEB_HOST_GNU_TYPE)-gcc-10 \
|
||||
CC=$(DEB_HOST_GNU_TYPE)-gcc-12 \
|
||||
$(NULL)
|
||||
|
||||
$(DBX_LIST): $(DBX_HASHES)
|
||||
|
Loading…
Reference in New Issue
Block a user