Update the signing-template JSON metadata

Move all the data under a new top-level "packages" key
Add an empty "trusted_certs" key - the helper binaries do not do any
further verification with an embedded key.
This commit is contained in:
Steve McIntyre 2019-03-08 22:04:53 +00:00
parent 226ac98674
commit 90609be3eb
2 changed files with 16 additions and 7 deletions

6
debian/changelog vendored
View File

@ -16,8 +16,12 @@ shim (15+1533136590.3beb971-3) UNRELEASED; urgency=medium
* Change maintenance address to be the EFI team * Change maintenance address to be the EFI team
* Add me and vorlon to the Uploaders list * Add me and vorlon to the Uploaders list
* Rename the helper binary packages to shim-helpers-$arch. * Rename the helper binary packages to shim-helpers-$arch.
* Update the signing-template JSON metadata to match new practice:
+ Move all the data under a new top-level "packages" key
+ Add an empty "trusted_certs" key - the helper binaries do not do any
further verification with an embedded key.
-- Steve McIntyre <93sam@debian.org> Wed, 06 Mar 2019 22:35:52 +0000 -- Steve McIntyre <93sam@debian.org> Fri, 08 Mar 2019 21:59:43 +0000
shim (15+1533136590.3beb971-2) unstable; urgency=medium shim (15+1533136590.3beb971-2) unstable; urgency=medium

View File

@ -1,6 +1,11 @@
{"shim-unsigned": { {
"files": [ "packages": {
{"sig_type": "efi", "file": "usr/lib/shim/fb@efi@.efi"}, "shim-unsigned": {
{"sig_type": "efi", "file": "usr/lib/shim/mm@efi@.efi"} "trusted_certs": [],
] "files": [
}} {"sig_type": "efi", "file": "usr/lib/shim/fb@efi@.efi"},
{"sig_type": "efi", "file": "usr/lib/shim/mm@efi@.efi"}
]
}
}
}