aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-08-20 14:11:11 +0800
committerKhem Raj <raj.khem@gmail.com>2021-08-23 22:00:39 -0700
commit6a0c9ea9d3d91a5d2125f335922d1956b7d81f3e (patch)
tree8756f8bef825bfc24d2386cec50402a270841cf0 /meta-oe/recipes-support
parentea1b56df9b74421cba22b322e486e49c577dc0df (diff)
downloadmeta-openembedded-contrib-6a0c9ea9d3d91a5d2125f335922d1956b7d81f3e.tar.gz
opensc: upgrade 0.21.0 -> 0.22.0
Use standard paths for file cache on Linux and OSX Various issues of memory/buffer handling in legacy drivers mostly reported by oss-fuzz and coverity (tcos, oberthur, isoapplet, iasecc, westcos, gpk, flex, dnie, mcrd, authentic, belpic) Add threading test to pkcs11-tool Add support to generate generic secret keys opensc-explorer: Print information about LCS (Life cycle status byte) Add support for Apple's arm64 (M1) binaries, removed TokenD. A seperate installer with TokenD (and without arm64 binaries) will be available. Support for gcc11 and its new strict aliasing rules Initial support for building with OpenSSL 3.0 pkcs15-tool: Write data objects in binary mode Avoid limited size of log messages Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.22.0.bb (renamed from meta-oe/recipes-support/opensc/opensc_0.21.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.21.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
index ea832ec0f4..e8bb505e44 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.21.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
@@ -12,7 +12,7 @@ LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
#v0.21.0
-SRCREV = "30180986a08cf71fe4af4b50251a8bb5b1ab95af"
+SRCREV = "c902e1992195e00ada12d71beb1029287cd72037"
SRC_URI = "git://github.com/OpenSC/OpenSC \
"
DEPENDS = "virtual/libiconv openssl"