diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-15 13:55:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-18 22:17:19 -0800 |
commit | 7f858e4f54def093d9b8aed0dd98aa038449b69f (patch) | |
tree | 39c143241e2451e3d06740b2c604b5714485660e | |
parent | 5fccac2c22d4458b8df71baae8b4605a7ef71dc4 (diff) | |
download | meta-openembedded-7f858e4f54def093d9b8aed0dd98aa038449b69f.tar.gz |
pkcs11-helper: upgrade 1.29.0 -> 1.30.0
Changelog:
===========
* core: add dynamic loader provider attribute
* openssl: support DSA in libressl-3.5.0
* openssl: fix openssl_ex_data_dup prototype
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb (renamed from meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb index d17ac1e7e1..df6ca75461 100644 --- a/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.29.0.bb +++ b/meta-oe/recipes-crypto/pkcs11-helper/pkcs11-helper_1.30.0.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/OpenSC/${BPN}.git;branch=master;protocol=https" | |||
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | # master | 21 | # master |
22 | SRCREV = "f23911037d9790a3f3a3447a78d31a6362358e21" | 22 | SRCREV = "8bed16034f629a0361fa8ff89deed2b43dc45d8b" |
23 | PV .= "+1.30.0+git${SRCPV}" | 23 | PV .= "+1.30.0+git${SRCPV}" |
24 | 24 | ||
25 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" | 25 | UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" |