summaryrefslogtreecommitdiffstats
path: root/meta-tpm
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-05-05 16:13:53 +0200
committerScott Murray <scott.murray@konsulko.com>2026-05-25 17:11:19 +0300
commit226839ac408223f8041cde1b1d8b762d6fbc8050 (patch)
treecdedfe55ff77b900495839cff65111efbd36fa68 /meta-tpm
parentdc0a7622e4a60c8729d281b5f909119c781e8a67 (diff)
downloadmeta-security-master-next.tar.gz
tpm2-pkcs11: upgrade 1.9.1 -> 1.9.2HEADmaster-nextmaster
This contains fix for building native recipe with security flags enabled: * https://github.com/tpm2-software/tpm2-pkcs11/commit/be97b21ae641303ce83a8fbb54002701c1aede31 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'meta-tpm')
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb
index 762b82f..3d04e5b 100644
--- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.2.bb
@@ -9,7 +9,7 @@ DEPENDS = "autoconf-archive pkgconfig sqlite3 openssl libtss2-dev tpm2-tools lib
9SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz" 9SRC_URI = "https://github.com/tpm2-software/${BPN}/releases/download/${PV}/${BPN}-${PV}.tar.gz"
10SRC_URI += "file://0001-src-lib-tpm-return-NULL-for-twist-on-auth-failure.patch" 10SRC_URI += "file://0001-src-lib-tpm-return-NULL-for-twist-on-auth-failure.patch"
11 11
12SRC_URI[sha256sum] = "ce24aa5ec2471545576e892b6f64fd873a424371bbf9be4ca3a0e689ea11c9b7" 12SRC_URI[sha256sum] = "1bdabdaed6a5fa4ce8a1e82307f4612c30e30b0a0415e1bc7d9c30f713227480"
13 13
14UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 14UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
15 15