package/tpm2-tss: bump version to 2.1.3
Fixes a number of issues discovered post-2.1.2. For details, see:
https://github.com/tpm2-software/tpm2-tss/releases/tag/2.1.3
Drop 002-configure.ac-switch-default-ESAPI-crypto-backend-to-.patch as this
issue is now fixed upstream.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 097ce6b3a8
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
37c2ba61e5
commit
dc036559ac
@ -1,32 +0,0 @@
|
||||
From aa8d9b2bb2faeb0c6cc03548cc363d90d3414f15 Mon Sep 17 00:00:00 2001
|
||||
From: Tadeusz Struk <tadeusz.struk@intel.com>
|
||||
Date: Tue, 23 Oct 2018 16:04:25 -0700
|
||||
Subject: [PATCH] configure.ac: switch default ESAPI crypto backend to openSSL
|
||||
|
||||
Switch the default ESAPI crypto backend to openSSL.
|
||||
This should also fix the problem with forcing applications to
|
||||
link against libgcrypt.
|
||||
|
||||
Fixes: #1169
|
||||
|
||||
Signed-off-by: Tadeusz Struk <tadeusz.struk@intel.com>
|
||||
[Peter: drop configure.ac hunk, only drop hard coded -lcrypt from .pc]
|
||||
(cherry picked from commit a5ff71abeda9a5aea269812de32afb79ef3fcb4d)
|
||||
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
|
||||
---
|
||||
lib/tss2-esys.pc.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/lib/tss2-esys.pc.in b/lib/tss2-esys.pc.in
|
||||
index 792f0191..ecb01bc1 100644
|
||||
--- a/lib/tss2-esys.pc.in
|
||||
+++ b/lib/tss2-esys.pc.in
|
||||
@@ -4,4 +4,4 @@ URL: https://github.com/tpm2-software/tpm2-tss
|
||||
Version: @VERSION@
|
||||
Requires: tss2-mu tss2-sys
|
||||
Cflags: -I@includedir@
|
||||
-Libs: -ltss2-esys -lgcrypt -L@libdir@
|
||||
+Libs: -ltss2-esys -L@libdir@
|
||||
--
|
||||
2.11.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 aba502ba70c7697a4ef1ff01a81802d4c6570509dd94acee74bb06d6d1e9f68c tpm2-tss-2.1.2.tar.gz
|
||||
sha256 bddfa4ab2ceb6394bcacf7db5d6419cbfabdb22702b6df75c59e60dd5f3fafb5 tpm2-tss-2.1.3.tar.gz
|
||||
sha256 f7da3c2da12cec3348bb7ee9e2a9e651a241450b2efb67da29d5a75ef2da058a LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TPM2_TSS_VERSION = 2.1.2
|
||||
TPM2_TSS_VERSION = 2.1.3
|
||||
TPM2_TSS_SITE = https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)
|
||||
TPM2_TSS_LICENSE = BSD-2-Clause
|
||||
TPM2_TSS_LICENSE_FILES = LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user