aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-29 16:13:11 +0800
committerKhem Raj <raj.khem@gmail.com>2022-05-09 08:59:46 -0700
commitad5a17d3c71f26c82c6d3a3abd16b5a3b0642aec (patch)
treefc016e3170dc5de81f5f41e412b8b6a2c3be0f20 /meta-oe
parent412638c21b09ecc6dbe4bd480fbc8a0a83d05da5 (diff)
downloadmeta-openembedded-ad5a17d3c71f26c82c6d3a3abd16b5a3b0642aec.tar.gz
pkcs11-helper: upgrade 1.28.0 -> 1.29.0
2020-04-21 - Version 1.29.0 build: do not fail if slot evnets are disabled, thanks to Fabrice Fontaine. core: do not assume standard objects supported by provider. openssl: set back key into EVP for openssl-3 to work, thanks to apollo13. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb (renamed from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb
index 68ae94bdbe..a34a4b9140 100644
--- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.28.0.bb
+++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
# v1.27
-SRCREV = "a4b46d545c33459610d4b4ae85a43a76e03a8c5e"
+SRCREV = "2306f896c2f3c147792300155316fd65825aabad"
UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)"