summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve McIntyre <steve@einval.com>2019-06-09 17:17:24 +0100
committerSteve McIntyre <steve@einval.com>2019-06-09 17:17:24 +0100
commit18e1e46f432022bc2eff754d6990061ef4ab2847 (patch)
treedd2c45f92df97fe64bcbd77d5e468310c004bd86
parentc9766b9649f01daf278d5f99de2d400759b71ec2 (diff)
downloadshim-signed-18e1e46f432022bc2eff754d6990061ef4ab2847.tar.gz
shim-signed-18e1e46f432022bc2eff754d6990061ef4ab2847.zip
Display the sha256sums of the binaries as we check them
-rw-r--r--Makefile1
-rw-r--r--debian/changelog1
2 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 06443ef..c51baa3 100644
--- a/Makefile
+++ b/Makefile
@@ -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