From 861f8611ad8b641aa26927a085a676deab83b6f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 May 2025 16:54:40 +0800 Subject: 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 --- .../recipes-support/libfido2/libfido2_1.15.0.bb | 23 ---------------------- .../recipes-support/libfido2/libfido2_1.16.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb create mode 100644 meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb deleted file mode 100644 index 74844855d9..0000000000 --- a/meta-oe/recipes-support/libfido2/libfido2_1.15.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "FIDO 2.0 support library" -DESCRIPTION = "libfido2 provides library functionality and command-line tools to \ -communicate with a FIDO device over USB, and to verify attestation and \ -assertion signatures." -HOMEPAGE = "https://developers.yubico.com/libfido2" -LICENSE = "BSD-2-Clause" -SECTION = "libs/network" -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" - -inherit cmake pkgconfig manpages - -PACKAGECONFIG[manpages] = "-DBUILD_MANPAGES:BOOL=ON,-DBUILD_MANPAGES:BOOL=OFF" - -EXTRA_OECMAKE = "-DUDEV_RULES_DIR=${nonarch_base_libdir}/udev/rules.d -DBUILD_EXAMPLES:BOOL=OFF" - -PACKAGE_BEFORE_PN = "${PN}-tools" - -FILES:${PN}-tools = "${bindir}/fido2-*" diff --git a/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb new file mode 100644 index 0000000000..09d34603d6 --- /dev/null +++ b/meta-oe/recipes-support/libfido2/libfido2_1.16.0.bb @@ -0,0 +1,23 @@ +SUMMARY = "FIDO 2.0 support library" +DESCRIPTION = "libfido2 provides library functionality and command-line tools to \ +communicate with a FIDO device over USB, and to verify attestation and \ +assertion signatures." +HOMEPAGE = "https://developers.yubico.com/libfido2" +LICENSE = "BSD-2-Clause" +SECTION = "libs/network" +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] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" + +inherit cmake pkgconfig manpages + +PACKAGECONFIG[manpages] = "-DBUILD_MANPAGES:BOOL=ON,-DBUILD_MANPAGES:BOOL=OFF" + +EXTRA_OECMAKE = "-DUDEV_RULES_DIR=${nonarch_base_libdir}/udev/rules.d -DBUILD_EXAMPLES:BOOL=OFF" + +PACKAGE_BEFORE_PN = "${PN}-tools" + +FILES:${PN}-tools = "${bindir}/fido2-*" -- cgit v1.2.3-54-g00ecf