diff --git a/debian/changelog b/debian/changelog index 0f39a32..2f7f6ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/control b/debian/control index 1526125..6127d7d 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: debhelper-compat (= 12), sbsigntool, openssl, libelf-dev, - gcc-10, + gcc-12, dos2unix, pesign (>= 0.112-5), xxd, diff --git a/debian/rules b/debian/rules index 6228fcc..c630fa7 100755 --- a/debian/rules +++ b/debian/rules @@ -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)