diff options
| author | Steve McIntyre <steve@einval.com> | 2021-06-29 11:54:11 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-06-29 12:19:03 +0100 |
| commit | 5cf4d57e204e557ecb8f3cb245710d2e47985992 (patch) | |
| tree | e9132ce987dd91054155fad1bee3db9e386d6cd7 /debian | |
| parent | 6c669d4cdf6ebb034d303ae3acc0e76c6d50ca5b (diff) | |
| download | shim-signed-5cf4d57e204e557ecb8f3cb245710d2e47985992.tar.gz shim-signed-5cf4d57e204e557ecb8f3cb245710d2e47985992.zip | |
New signed binaries based on shim 15.4-6debian/1.37
Pulls multiple bugfixes in for the signed version:
* Add arm64 patch to tweak section layout and stop crashing
problems. Upstream issue #371. (#990082, #990190)
* In insecure mode, don't abort if we can't create the MokListXRT
variable. Upstream issue #372. (#989962, #990158)
Update build-dep on shim-unsigned to use 15.4-6~deb10u1
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 12 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 1569bfb..d78ac2a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +shim-signed (1.37) unstable; urgency=medium + + * Build against new signed binaries corresponding to 15.4-6 + Pulls multiple bugfixes in for the signed version: + + Add arm64 patch to tweak section layout and stop crashing + problems. Upstream issue #371. (#990082, #990190) + + In insecure mode, don't abort if we can't create the MokListXRT + variable. Upstream issue #372. (#989962, #990158) + * Update build-dep on shim-unsigned to use 15.4-6 + + -- Steve McIntyre <93sam@debian.org> Tue, 29 Jun 2021 09:26:20 +0100 + shim-signed (1.36) unstable; urgency=medium * Add defensive code around calls to db_get. Don't fail if they diff --git a/debian/control b/debian/control index 5184c30..cb7d4e6 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +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 (>= 13), - shim-unsigned (= 15.4-5), + shim-unsigned (= 15.4-6), # sbsigntool before 0.9.2-2 had a horrid bug with checksum calculation # which broke our build sbsigntool (>= 0.9.2-2), |
