opensc: upgrade 0.25.0 -> 0.25.1

Changelog:
============
* Add missing file to dist tarball to build documentation
* Fix RSA decryption with PKCS#1 v1.5 padding
* Fix crash when app is not set

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2024-04-17 09:40:26 +08:00 committed by Khem Raj
parent d4ce52c1e7
commit 89af1300cf
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,9 +12,8 @@ LICENSE = "LGPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
#v0.21.0
SRCREV = "67986eda93a3a359a897f0b0be97f4315dde8d42"
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https \
"
SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
DEPENDS = "virtual/libiconv openssl"
S = "${WORKDIR}/git"