diff options
| author | Steve McIntyre <steve@einval.com> | 2019-06-09 14:39:15 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-06-09 14:39:15 +0100 |
| commit | cddd8cb26d848a42c4ad97bbba7acfee10e32b78 (patch) | |
| tree | b4cbd13e933f6e80324f1379085ed90f708be5a2 | |
| parent | f34cd077c6fd10f2e42f970284b2ce25e205d716 (diff) | |
| download | shim-signed-cddd8cb26d848a42c4ad97bbba7acfee10e32b78.tar.gz shim-signed-cddd8cb26d848a42c4ad97bbba7acfee10e32b78.zip | |
Update to use the new signed binaried
* Build against new signed binaries corresponding to
15+1533136590.3beb971-7
* Update Build-Depends and Depends to match. Closes: #928107
| -rw-r--r-- | debian/changelog | 8 | ||||
| -rw-r--r-- | debian/control | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog index 5d5dd4b..398abc9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shim-signed (1.33) UNRELEASED; urgency=medium + + * Build against new signed binaries corresponding to + 15+1533136590.3beb971-7 + * Update Build-Depends and Depends to match. Closes: #928107 + + -- Steve McIntyre <93sam@debian.org> Sun, 09 Jun 2019 12:10:28 +0100 + shim-signed (1.32) unstable; urgency=medium * Add Breaks/Replaces to shim-signed-common for diff --git a/debian/control b/debian/control index 09cf402..ebf9de5 100644 --- a/debian/control +++ b/debian/control @@ -4,10 +4,7 @@ Priority: optional Maintainer: Debian EFI Team <debian-efi@lists.debian.org> Uploaders: Steve McIntyre <93sam@debian.org>, Steve Langasek <vorlon@debian.org> Build-Depends: debhelper (>= 9), -# Need shim-unsigned version 15+1533136590.3beb971-5 so we can check the -# signature on the right version of shim. Version -6 saw arm64 toolchain -# changes that changed the binary. Ugh. :-( - shim-unsigned (= 15+1533136590.3beb971-5), + shim-unsigned (= 15+1533136590.3beb971-7), # sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation # which broke our build sbsigntool (>= 0.9.2-2), @@ -21,14 +18,14 @@ Architecture: amd64 i386 arm64 Multi-Arch: same Depends: ${misc:Depends}, grub-efi-amd64-bin [amd64], - shim-helpers-amd64-signed (>= 1+15+1533136590.3beb971+5) [amd64], + shim-helpers-amd64-signed (>= 1+15+1533136590.3beb971+7) [amd64], grub-efi-ia32-bin [i386], - shim-helpers-i386-signed (>= 1+15+1533136590.3beb971+5) [i386], + shim-helpers-i386-signed (>= 1+15+1533136590.3beb971+7) [i386], grub-efi-arm64-bin [arm64], - shim-helpers-arm64-signed (>= 1+15+1533136590.3beb971+5) [arm64], + shim-helpers-arm64-signed (>= 1+15+1533136590.3beb971+7) [arm64], grub2-common (>= 2.02+dfsg1-16) Recommends: secureboot-db -Built-Using: shim (= 15+1533136590.3beb971-6) +Built-Using: shim (= 15+1533136590.3beb971-7) Description: Secure Boot chain-loading bootloader (Microsoft-signed binary) This package provides a minimalist boot loader which allows verifying signatures of other UEFI binaries against either the Secure Boot DB/DBX or |
