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>
This commit is contained in:
wangmy 2022-04-29 16:13:11 +08:00 committed by Khem Raj
parent 412638c21b
commit ad5a17d3c7

View File

@ -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+)+)"