From 371ed906c5a9e5a8219bf168209c801803ec7d1c Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Sun, 21 Feb 2021 13:50:33 +0000 Subject: [PATCH] Switch to newer upstream "release" 15+1613861442.888f5b5 Many many updates, but caring mainly about SBAT support --- debian/changelog | 8 ++++++++ debian/rules | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 98740f6..8a7dc1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +shim (15+1613861442.888f5b5-1) unstable; urgency=medium + + [ Steve McIntyre ] + * Switch to much-newer upstream code point with many many fixes + + Particularly pulling in SBAT changes for better revocation support + + -- Steve McIntyre <93sam@debian.org> Sun, 21 Feb 2021 13:50:16 +0100 + shim (15+1533136590.3beb971-10) unstable; urgency=medium [ Debian Janitor ] diff --git a/debian/rules b/debian/rules index dbe9adc..5425ece 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,7 @@ endif COMMON_OPTIONS += \ RELEASE=15 \ - COMMIT_ID=3beb971b10659cf78144ddc5eeea83501384440c \ + COMMIT_ID=888f5b544b7cce3cdae8074aa617b1d4add271a1 \ MAKELEVEL=0 \ EFI_PATH=/usr/lib \ ENABLE_HTTPBOOT=true \