diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-01-20 16:13:46 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:01 -0800 |
commit | 54df7d1fb9121509903bfca46ebc49ffa168e640 (patch) | |
tree | d450a49b38763c18e90344996b00d6b67ec8b1e1 | |
parent | 7ae71674a8c4970f593ac034c7972dcc6780d1ef (diff) | |
download | meta-openembedded-54df7d1fb9121509903bfca46ebc49ffa168e640.tar.gz |
opensc: upgrade 0.26.0 -> 0.26.1
Changelog:
==========
## General improvements
* Align allocations of sc_mem_secure_alloc
* Fix -O3 gcc optimization failure on amd64 and ppc64el
## pkcs11-spy
* Avoid crash while spying C_GetInterface()
## TCOS
* Fix reading certificate
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.26.1.bb (renamed from meta-oe/recipes-support/opensc/opensc_0.26.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb index bd44e24aeb..9c9dfd5f45 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.26.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb | |||
@@ -11,8 +11,8 @@ LICENSE = "LGPL-2.1-or-later" | |||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" |
12 | DEPENDS = "openssl" | 12 | DEPENDS = "openssl" |
13 | 13 | ||
14 | SRCREV = "fe857cc4c68da4873071f168c9aaf9860040ff4e" | 14 | SRCREV = "043343d2df7b09d1938bc3dc313d86a96be457cc" |
15 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=master;protocol=https" | 15 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=0.26.1;protocol=https" |
16 | 16 | ||
17 | CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0" | 17 | CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0" |
18 | 18 | ||