From 7806daa71543775e93020f7a4edbc7e3718b8b3a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:36 +0800 Subject: [PATCH] libfido2: upgrade 1.16.0 -> 1.17.0 License-Update: Copyright year updated to 2026 Changelog: ============= - Added CTAP 2.3 support. - Restrict webauthn.dll search paths; YSA-2026-01. - Support application-managed PIN/UV Auth tokens; gh#806. - Support 64-byte hmac-secret salts when using windows://hello. - Fixed a U2F transaction handling bug when a timeout had been set; gh#917. - Fixed a bug where stdin was closed on fido_nl_new failure; gh#923. - fido2-token: new -G -t mode to to retrieve a PPUAT. - fido2-token: new -I -t mode for deciphering encrypted fields. - fido2-cred -M: support the -t toggle argument - Improved documentation and examples. - Removed tools from SDK packaging on Windows. - New API calls Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libfido2/{libfido2_1.16.0.bb => libfido2_1.17.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libfido2/{libfido2_1.16.0.bb => libfido2_1.17.0.bb} (81%) diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb similarity index 81% rename from meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb rename to meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb index 09d34603d6..1c15196792 100644 --- a/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb +++ b/meta-oe/recipes-support/libfido2/libfido2_1.17.0.bb @@ -7,10 +7,10 @@ LICENSE = "BSD-2-Clause" SECTION = "libs/network" DEPENDS = "libcbor openssl zlib udev" -LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" +LIC_FILES_CHKSUM = "file://LICENSE;md5=81b68c65611c3a2eaac9e44814284719" SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" -SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" +SRC_URI[sha256sum] = "c1012c8871d71b65872fd5ff1a9d6b0838a55683a03e85ba97479ce57129c736" inherit cmake pkgconfig manpages