diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-05-27 17:47:17 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-31 03:08:47 -0700 |
| commit | a55c8391a4e3956d5e98e85d22f837d6cf4d2b72 (patch) | |
| tree | 71f685358286bcb03c2adea6e14ca65f9d48b6cb /meta-oe | |
| parent | eb8086e7294caaa299969d584bbe492948351026 (diff) | |
| download | meta-openembedded-a55c8391a4e3956d5e98e85d22f837d6cf4d2b72.tar.gz | |
libfido2-initial: 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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb (renamed from meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb b/meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb index 7d9838b003..cb12c4e04d 100644 --- a/meta-oe/recipes-support/libfido2/libfido2-initial_1.16.0.bb +++ b/meta-oe/recipes-support/libfido2/libfido2-initial_1.17.0.bb | |||
| @@ -6,10 +6,10 @@ HOMEPAGE = "https://developers.yubico.com/libfido2" | |||
| 6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause" |
| 7 | SECTION = "libs/network" | 7 | SECTION = "libs/network" |
| 8 | 8 | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=20be19aaa222f71738712b26f7f8717b" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=81b68c65611c3a2eaac9e44814284719" |
| 10 | 10 | ||
| 11 | SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" | 11 | SRC_URI = "https://developers.yubico.com/${BPN}/Releases/${BPN}-${PV}.tar.gz" |
| 12 | SRC_URI[sha256sum] = "8c2b6fb279b5b42e9ac92ade71832e485852647b53607c43baaafbbcecea04e4" | 12 | SRC_URI[sha256sum] = "c1012c8871d71b65872fd5ff1a9d6b0838a55683a03e85ba97479ce57129c736" |
| 13 | 13 | ||
| 14 | inherit nopackages | 14 | inherit nopackages |
| 15 | 15 | ||
