diff options
author | Armin Kuster <akuster808@gmail.com> | 2021-03-07 00:13:40 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2021-03-25 18:29:41 +0000 |
commit | 5e1ae6768427b41db7a4f3647018d76cfdcb9b31 (patch) | |
tree | 89e71d59b3bb17cbfdd53f158ebd1634a84d4e2e | |
parent | f9fdf977300d4a3e970be9ee43e324dcf500db3a (diff) | |
download | meta-security-5e1ae6768427b41db7a4f3647018d76cfdcb9b31.tar.gz |
tpm2-tss-engine: update 1.1.0
LIC_FILES_CHKSUM hash changed between branches.
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.0.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.0.1.bb b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb index ebd6d53..5395695 100644 --- a/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.0.1.bb +++ b/meta-tpm/recipes-tpm2/tpm2-tss-engine/tpm2-tss-engine_1.1.0.bb | |||
@@ -2,14 +2,14 @@ SUMMARY = "The tpm2-tss-engine project implements a cryptographic engine for Ope | |||
2 | DESCRIPTION = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL for Trusted Platform Module (TPM 2.0) using the tpm2-tss software stack that follows the Trusted Computing Groups (TCG) TPM Software Stack (TSS 2.0). It uses the Enhanced System API (ESAPI) interface of the TSS 2.0 for downwards communication. It supports RSA decryption and signatures as well as ECDSA signatures." | 2 | DESCRIPTION = "The tpm2-tss-engine project implements a cryptographic engine for OpenSSL for Trusted Platform Module (TPM 2.0) using the tpm2-tss software stack that follows the Trusted Computing Groups (TCG) TPM Software Stack (TSS 2.0). It uses the Enhanced System API (ESAPI) interface of the TSS 2.0 for downwards communication. It supports RSA decryption and signatures as well as ECDSA signatures." |
3 | 3 | ||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3fb0047fd29391478a71e8e6101c76eb" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7b3ab643b9ce041de515d1ed092a36d4" |
6 | 6 | ||
7 | SECTION = "security/tpm" | 7 | SECTION = "security/tpm" |
8 | 8 | ||
9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" | 9 | DEPENDS = "autoconf-archive-native bash-completion libtss2 libgcrypt openssl" |
10 | 10 | ||
11 | SRCREV = "24f1383cc6befde44d6f01a51ea653304d844ffd" | 11 | SRCREV = "6f387a4efe2049f1b4833e8f621c77231bc1eef4" |
12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.0.x" | 12 | SRC_URI = "git://github.com/tpm2-software/tpm2-tss-engine.git;branch=v1.1.x" |
13 | 13 | ||
14 | inherit autotools-brokensep pkgconfig systemd | 14 | inherit autotools-brokensep pkgconfig systemd |
15 | 15 | ||