diff options
author | Peter Jones <pjones@redhat.com> | 2017-08-31 15:21:26 -0400 |
---|---|---|
committer | Peter Jones <pjones@redhat.com> | 2017-09-29 11:10:49 -0400 |
commit | 5e827007b3d95c4ce999422462248f5e7d3f270f (patch) | |
tree | a476ad1be1f2d3ecb7b13c5a61bfe6131d8a0820 /Makefile | |
parent | cc08ed0e280f8ba3a26fbd9469e64704aaef75af (diff) | |
download | efi-boot-shim-13.tar.gz efi-boot-shim-13.zip |
Bump the version to 1313
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>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION = 12 +VERSION = 13 ifneq ($(origin RELEASE),undefined) DASHRELEASE ?= -$(RELEASE) else |