diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-02-05 13:14:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-02-06 10:06:22 -0800 |
| commit | 66afdc82af66011c7a95fe57e69d587221227539 (patch) | |
| tree | 8e4eaa3ea83b9b6a11f64b6145df9f0f76f9b61c | |
| parent | c2bf93c8d038310490ad5a4db43d22aea83a8c8f (diff) | |
| download | meta-openembedded-66afdc82af66011c7a95fe57e69d587221227539.tar.gz | |
libp11: upgrade 0.4.16 -> 0.4.17
Changelog:
============
* Ed25519 and Ed448 support (PKCS#11 v3.2)
* Fixed OPENSSL_NO_EC builds
* Reverted RSA public exponent change from PR #474
* Fixed crash on module initialization failures
* Ignoring trailing newlines in pin-source files
* Initial build fixes for the upcoming OpenSSL 4.x
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/libp11/libp11_0.4.17.bb (renamed from meta-oe/recipes-support/libp11/libp11_0.4.16.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.16.bb b/meta-oe/recipes-support/libp11/libp11_0.4.17.bb index 2bd589be8a..9bd44a2d23 100644 --- a/meta-oe/recipes-support/libp11/libp11_0.4.16.bb +++ b/meta-oe/recipes-support/libp11/libp11_0.4.17.bb | |||
| @@ -9,9 +9,9 @@ LICENSE = "LGPL-2.0-or-later" | |||
| 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" |
| 10 | DEPENDS = "libtool openssl" | 10 | DEPENDS = "libtool openssl" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https;tag=${BPN}-${PV}" |
| 13 | 13 | ||
| 14 | SRCREV = "b9c2de288833e38a391ee3cb106f965a40153629" | 14 | SRCREV = "1ad1efdffc90df5dcd69822f3f593898acc1aa78" |
| 15 | 15 | ||
| 16 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" | 16 | UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" |
| 17 | 17 | ||
