From: Steve McIntyre <93sam@debian.org> Date: Fri, 3 May 2019 00:56:07 +0000 (+0100) Subject: Build using gcc-7 X-Git-Tag: proxmox/15.7-1+pmx1~86^2~3 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e17b0af4664eff964d36090143fd6f91e07416c5;p=efi-boot-shim.git Build using gcc-7 To get better control of reproducibility during the lifetime of Buster --- diff --git a/debian/changelog b/debian/changelog index d4e6dce..396351b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ shim (15+1533136590.3beb971-7) UNRELEASED; urgency=medium + VLogError(): Avoid NULL pointer dereferences in (V)Sprint calls + Fix OBJ_create() to tolerate a NULL sn and ln * 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 diff --git a/debian/control b/debian/control index 8ee1560..dfad5e2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian EFI team Uploaders: Steve Langasek , Steve McIntyre <93sam@debian.org> 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-Git: https://salsa.debian.org/efi-team/shim.git diff --git a/debian/rules b/debian/rules index daaed62..0f12534 100755 --- a/debian/rules +++ b/debian/rules @@ -36,6 +36,7 @@ COMMON_OPTIONS += \ VENDOR_CERT_FILE=$(cert) \ EFIDIR=$(distributor) \ CROSS_COMPILE=$(DEB_HOST_GNU_TYPE)- \ + CC=$(DEB_HOST_GNU_TYPE)-gcc-7 \ $(NULL) %: