summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Haener <michael.haener@siemens.com>2025-03-14 13:08:08 +0100
committerArmin Kuster <akuster808@gmail.com>2025-04-13 14:07:37 -0400
commit7badda60cdbbda55a52bbbb9fa61bfe8ff165383 (patch)
tree15c0168c3600e0a1c3677a29c084b88507e6b0b9
parent1c03fdfe5667613ef283c6d074e1b6d6ed9ad99e (diff)
downloadmeta-security-7badda60cdbbda55a52bbbb9fa61bfe8ff165383.tar.gz
tpm2-openssl: update to 1.3.0
Signed-off-by: Michael Haener <michael.haener@siemens.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.3.0.bb (renamed from meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.3.0.bb
index b676871..ed756b1 100644
--- a/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.1.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-openssl/tpm2-openssl_1.3.0.bb
@@ -1,12 +1,12 @@
1SUMMARY = "Provider for integration of TPM 2.0 to OpenSSL 3.0" 1SUMMARY = "Provider for integration of TPM 2.0 to OpenSSL 3.0"
2LICENSE = "BSD-3-Clause" 2LICENSE = "BSD-3-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b75785ac083d3c3ca04d99d9e4e1fbab" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=3f4b4cb00f4d0d6807a0dc79759a57ac"
4 4
5DEPENDS = "autoconf-archive-native tpm2-tss openssl" 5DEPENDS = "autoconf-archive-native tpm2-tss openssl"
6 6
7SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" 7SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz"
8 8
9SRC_URI[sha256sum] = "5a9bb0c6c61d026272b8843cbc291b5dfa9a55c1661a513b1c980807ad2dad01" 9SRC_URI[sha256sum] = "9a9aca55d4265ec501bcf9c56d21d6ca18dba902553f21c888fe725b42ea9964"
10 10
11UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 11UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
12 12