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 <pjones@redhat.com>
This commit is contained in:
Peter Jones 2017-08-31 15:21:26 -04:00
parent cc08ed0e28
commit 5e827007b3

View File

@ -1,4 +1,4 @@
VERSION = 12
VERSION = 13
ifneq ($(origin RELEASE),undefined)
DASHRELEASE ?= -$(RELEASE)
else