mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
+2
-2
@@ -9,9 +9,9 @@ LICENSE = "LGPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
|
||||
DEPENDS = "libtool openssl"
|
||||
|
||||
SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https"
|
||||
SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https;tag=${BPN}-${PV}"
|
||||
|
||||
SRCREV = "b9c2de288833e38a391ee3cb106f965a40153629"
|
||||
SRCREV = "1ad1efdffc90df5dcd69822f3f593898acc1aa78"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
Reference in New Issue
Block a user