From 861f8611ad8b641aa26927a085a676deab83b6f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 May 2025 16:54:40 +0800 Subject: [PATCH] libfido2: upgrade 1.15.0 -> 1.16.0 Changelog: ============= - Added support for enterprise attestation. - Improved handling of invalid key handles in U2F key lookup - Fixed issue where storing small CTAP 2.1 largeBlobs failed - Fixed APDU chaining issues for certain authenticators - Improved documentation and examples. - New API calls: fido_cred_entattest; fido_cred_set_entattest. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libfido2/{libfido2_1.15.0.bb => libfido2_1.16.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libfido2/{libfido2_1.15.0.bb => libfido2_1.16.0.bb} (90%) diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb similarity index 90% rename from meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb rename to meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb index 74844855d9..09d34603d6 100644 --- a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb +++ b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb @@ -10,7 +10,7 @@ DEPENDS = "libcbor openssl zlib udev" LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "abaab1318d21d262ece416fb8a7132fa9374bda89f6fa52b86a98a2f5712b61e" +SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" inherit cmake pkgconfig manpages