From 5e827007b3d95c4ce999422462248f5e7d3f270f Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 31 Aug 2017 15:21:26 -0400 Subject: [PATCH] Bump the version to 13 shim 13: - OpenSSL reverted to 1.0.2k to make the cert chaining of existing deployments stay working - Better PCR usage for TPM - TPM documentation in README.tpm - More configurable build via make variables: ENABLE_SHIM_CERT ENABLE_SHIM_HASH ENABLE_SBSIGN LIBDIR EFIDIR VENDOR_CERT_FILE VENDOR_DB_FILE - Better MoK documentation in MokVars.txt - Better debuginfo generation - Lots of minor bug fixes. Signed-off-by: Peter Jones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db65c45bd..032873736 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 12 +VERSION = 13 ifneq ($(origin RELEASE),undefined) DASHRELEASE ?= -$(RELEASE) else