diff options
| author | Steve McIntyre <steve@einval.com> | 2019-06-09 17:17:24 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2019-06-09 17:17:24 +0100 |
| commit | 18e1e46f432022bc2eff754d6990061ef4ab2847 (patch) | |
| tree | dd2c45f92df97fe64bcbd77d5e468310c004bd86 | |
| parent | c9766b9649f01daf278d5f99de2d400759b71ec2 (diff) | |
| download | shim-signed-18e1e46f432022bc2eff754d6990061ef4ab2847.tar.gz shim-signed-18e1e46f432022bc2eff754d6990061ef4ab2847.zip | |
Display the sha256sums of the binaries as we check them
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | debian/changelog | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,7 @@ check: cp /usr/lib/shim/shim$(EFI_ARCH).efi build/shim$(EFI_ARCH).efi.signed sbattach --attach build/detached-sig build/shim$(EFI_ARCH).efi.signed cmp shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed + sha256sum shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed clean: rm -rf build diff --git a/debian/changelog b/debian/changelog index ef6820f..aa36d93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ shim-signed (1.33) UNRELEASED; urgency=medium * Update Build-Depends and Depends to match. Closes: #928107 * Drop the hard-coded version in Built-Using; pick up the version of shim we're using properly. + * Display the sha256sums of the binaries as we check them -- Steve McIntyre <93sam@debian.org> Sun, 09 Jun 2019 12:10:28 +0100 |
