Build using gcc-7

To get better control of reproducibility during the lifetime of
Buster
This commit is contained in:
Steve McIntyre 2019-05-03 01:56:07 +01:00
parent 839af42e06
commit e17b0af466
3 changed files with 4 additions and 1 deletions

2
debian/changelog vendored
View File

@ -5,6 +5,8 @@ shim (15+1533136590.3beb971-7) UNRELEASED; urgency=medium
+ VLogError(): Avoid NULL pointer dereferences in (V)Sprint calls + VLogError(): Avoid NULL pointer dereferences in (V)Sprint calls
+ Fix OBJ_create() to tolerate a NULL sn and ln + Fix OBJ_create() to tolerate a NULL sn and ln
* Update VCS-* fields in debian/control * Update VCS-* fields in debian/control
* Build using gcc-7 to get better control of reproducibility during the
lifetime of Buster.
-- Steve McIntyre <93sam@debian.org> Fri, 03 May 2019 01:39:34 +0100 -- Steve McIntyre <93sam@debian.org> Fri, 03 May 2019 01:39:34 +0100

2
debian/control vendored
View File

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian EFI team <debian-efi@lists.debian.org> Maintainer: Debian EFI team <debian-efi@lists.debian.org>
Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org> Uploaders: Steve Langasek <vorlon@debian.org>, Steve McIntyre <93sam@debian.org>
Standards-Version: 4.3.0 Standards-Version: 4.3.0
Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev Build-Depends: debhelper (>= 9), gnu-efi (>= 3.0u), sbsigntool, openssl, libelf-dev, gcc-7
Vcs-Browser: https://salsa.debian.org/efi-team/shim Vcs-Browser: https://salsa.debian.org/efi-team/shim
Vcs-Git: https://salsa.debian.org/efi-team/shim.git Vcs-Git: https://salsa.debian.org/efi-team/shim.git

1
debian/rules vendored
View File

@ -36,6 +36,7 @@ COMMON_OPTIONS += \
VENDOR_CERT_FILE=$(cert) \ VENDOR_CERT_FILE=$(cert) \
EFIDIR=$(distributor) \ EFIDIR=$(distributor) \
CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \ CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \
CC=$(DEB_HOST_GNU_TYPE)-gcc-7 \
$(NULL) $(NULL)
%: %: