summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libfido2
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:55:48 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:54 -0700
commit201efe24ca081a224ef1e2c4286fd3f535c9e3eb (patch)
tree918efac11b963c5e46d0e85764d1fcfc4d2408e1 /meta-oe/recipes-support/libfido2
parentf091c1625f00406b54de8c94bb35f022bdbbc5c8 (diff)
downloadmeta-openembedded-201efe24ca081a224ef1e2c4286fd3f535c9e3eb.tar.gz
libfido2: upgrade 1.14.0 -> 1.15.0
License-Update: Copyright year updated to 2024. Changelog: ============ * 1.15.0 will be the last release to support OpenSSL 1.1. * bio, credman: improved CTAP 2.1 support. * hid_osx: fix issue where fido_hid_read() may block unnecessarily * fido2-token -I: print maxcredbloblen. * hid_linux: improved support for uhid devices. * New API calls: - fido_cred_set_attobj; - fido_cred_x5c_list_count; - fido_cred_x5c_list_len; - fido_cred_x5c_list_ptr. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libfido2')
-rw-r--r--meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb (renamed from meta-oe/recipes-support/libfido2/libfido2_1.14.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.14.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb
index d453d0ab9..74844855d 100644
--- a/meta-oe/recipes-support/libfido2/libfido2_1.14.0.bb
+++ b/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb
@@ -7,10 +7,10 @@ LICENSE = "BSD-2-Clause"
7SECTION = "libs/network" 7SECTION = "libs/network"
8DEPENDS = "libcbor openssl zlib udev" 8DEPENDS = "libcbor openssl zlib udev"
9 9
10LIC_FILES_CHKSUM = "file://LICENSE;md5=5f14cb32bdf2b87063e0a2d20c4178d0" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b"
11 11
12SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" 12SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz"
13SRC_URI[sha256sum] = "3601792e320032d428002c4cce8499a4c7b803319051a25a0c9f1f138ffee45a" 13SRC_URI[sha256sum] = "abaab1318d21d262ece416fb8a7132fa9374bda89f6fa52b86a98a2f5712b61e"
14 14
15inherit cmake pkgconfig manpages 15inherit cmake pkgconfig manpages
16 16