diff options
| author | Steve McIntyre <steve@einval.com> | 2023-03-08 22:32:34 +0000 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2023-03-08 22:34:12 +0000 |
| commit | f42c3ad26ce930f7e1f8abcd0d1c462a9b928f12 (patch) | |
| tree | d702dfa38cdc36d45bbecb1ee60186862560f9cc | |
| parent | 91ca6febe69bc4ac5ad0a59f26988cf91e9ee40b (diff) | |
| download | shim-signed-f42c3ad26ce930f7e1f8abcd0d1c462a9b928f12.tar.gz shim-signed-f42c3ad26ce930f7e1f8abcd0d1c462a9b928f12.zip | |
Add some Closes:, let's kill some bugs! :-)
| -rw-r--r-- | debian/changelog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index f6f24b4..5c193d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,16 @@ -shim-signed (1.39) UNRELEASED; urgency=medium +shim-signed (1.39) unstable; urgency=medium * Build against new signed binaries corresponding to 15.7-1 + + This syncs up build-deps again. Closes: #1016280 + We now have arm64 signed shims again \o/ Undo the hacky unsigned arm64 build - Closes: #1008942, #992073 + Closes: #1008942, #992073, #991478 Pulls multiple other bugfixes in for the signed version: + Make sbat_var.S parse right with buggy gcc/binutils + Enable NX support at build time, as required by policy for signing new shim binaries. + + Fixes argument handling bug with some firmware implementations. + Closes: #995940 * Update build-dep on shim-unsigned to use 15.7-1 * Block Debian grub binaries with sbat < 4 (see #1024617) + Update Depends on grub2-common to match. |
