summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-02-05 13:14:19 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:22 -0800
commit66afdc82af66011c7a95fe57e69d587221227539 (patch)
tree8e4eaa3ea83b9b6a11f64b6145df9f0f76f9b61c
parentc2bf93c8d038310490ad5a4db43d22aea83a8c8f (diff)
downloadmeta-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"
9LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" 9LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
10DEPENDS = "libtool openssl" 10DEPENDS = "libtool openssl"
11 11
12SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https;tag=${BPN}-${PV}"
13 13
14SRCREV = "b9c2de288833e38a391ee3cb106f965a40153629" 14SRCREV = "1ad1efdffc90df5dcd69822f3f593898acc1aa78"
15 15
16UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)" 16UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"
17 17