summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2024-10-05 13:19:07 -0400
committerArmin Kuster <akuster808@gmail.com>2024-11-24 20:15:36 -0500
commit17a171876f7f6a067d04ae0640572953dace7cb2 (patch)
tree2fc8b4d568e95fe87559ee81fbf784b91d936bc5
parenta34dfd210c9ee5bd14817e0259f0af153d45e645 (diff)
downloadmeta-security-17a171876f7f6a067d04ae0640572953dace7cb2.tar.gz
tpm2-pkcs11: update to 1.9.1
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb (renamed from meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb
index 59add84..a7d8170 100644
--- a/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.0.bb
+++ b/meta-tpm/recipes-tpm2/tpm2-pkcs11/tpm2-pkcs11_1.9.1.bb
@@ -8,7 +8,7 @@ DEPENDS = "autoconf-archive pkgconfig sqlite3 openssl libtss2-dev tpm2-tools lib
8 8
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"
10 10
11SRC_URI[sha256sum] = "35bf06c30cfa76fc0eba2c5f503cf7dd0d34a66afb2d292fee896b90362f633b" 11SRC_URI[sha256sum] = "ce24aa5ec2471545576e892b6f64fd873a424371bbf9be4ca3a0e689ea11c9b7"
12 12
13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases" 13UPSTREAM_CHECK_URI = "https://github.com/tpm2-software/${BPN}/releases"
14 14