diff mbox series

[meta-oe] libp11: upgrade 0.4.11 -> 0.4.12

Message ID 1658211200-2891-5-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libp11: upgrade 0.4.11 -> 0.4.12 | expand

Commit Message

Mingyu Wang (Fujitsu) July 19, 2022, 6:13 a.m. UTC
Changelog:
==========
    Fixed using an explicitly provided PIN regardless of the secure login flag
    Fixed RSA_PKCS1_PADDING handling
    Fixed a crash on LLP64, including 64-bit Windows
    Fixed searching objects when both ID and label are specified
    Fixed the OAEP "source" parameter
    Fixed object searching by label
    Fixed thread safety in slot enumeration
    Fixed storing certificates on tokens
    Fixed several memory leaks
    Fixed OpenSSL 3.0 compatibility
    Fixed LibreSSL compatibility
    Major concurrency improvements and refactoring
    Added re-numeration of slots as an engine control command
    Added the PKCS11_update_slots() API function
    Added support for the SHA3 hash function
    Added a self-test for engine RSA operations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libp11/{libp11_0.4.11.bb => libp11_0.4.12.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libp11/{libp11_0.4.11.bb => libp11_0.4.12.bb}
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb b/meta-oe/recipes-support/libp11/libp11_0.4.12.bb
similarity index 94%
rename from meta-oe/recipes-support/libp11/libp11_0.4.11.bb
rename to meta-oe/recipes-support/libp11/libp11_0.4.12.bb
index 31f90ee8b0..2237782009 100644
--- a/meta-oe/recipes-support/libp11/libp11_0.4.11.bb
+++ b/meta-oe/recipes-support/libp11/libp11_0.4.12.bb
@@ -10,7 +10,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29"
 DEPENDS = "libtool openssl"
 
 SRC_URI = "git://github.com/OpenSC/libp11.git;branch=master;protocol=https"
-SRCREV = "9ca6a71c890b5583c8af3b4900172626bca55e72"
+SRCREV = "53d65dc48cf436694f7edcfc805414e608e8a2bf"
 
 UPSTREAM_CHECK_GITTAGREGEX = "libp11-(?P<pver>\d+(\.\d+)+)"