From bedda77714413a708810950e6397321bbde0aadf Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:45:47 +0800 Subject: [PATCH] [libfido2] update to 1.14.0 (#37168) - [X] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md) - [X] SHA512s are updated for each updated download - [ ] ~The "supports" clause reflects platforms that may be fixed by this new version~ - [ ] ~Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file.~ - [ ] ~Any patches that are no longer applied are deleted from the port's directory.~ - [X] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [X] Only one version is added to each modified port's versions file. --- ports/libfido2/portfile.cmake | 2 +- ports/libfido2/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libfido2.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/libfido2/portfile.cmake b/ports/libfido2/portfile.cmake index cc10106846..10c46976dd 100644 --- a/ports/libfido2/portfile.cmake +++ b/ports/libfido2/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO Yubico/libfido2 REF ${VERSION} - SHA512 90f8452cee4c9cc72241478e697c5c692ccff5ab27752f2f296c3623ee297d1f80a85a359b4d0656c67790084c116aac921894e762eb52d3a79056e5014c03e7 + SHA512 83454b0db0cc8546f377d0dd59f95785fe6b73cf28e499a6182a6ece4b7bce17c3e750155262adf71f339ec0b3b6c3d3d64a07b01c8428b4b91de97ae768f0e6 HEAD_REF master PATCHES "fix_cmakelists.patch" diff --git a/ports/libfido2/vcpkg.json b/ports/libfido2/vcpkg.json index 6b7e9f8e8b..fcaeeacc2f 100644 --- a/ports/libfido2/vcpkg.json +++ b/ports/libfido2/vcpkg.json @@ -1,6 +1,6 @@ { "name": "libfido2", - "version": "1.13.0", + "version": "1.14.0", "description": "Provides library functionality 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", diff --git a/versions/baseline.json b/versions/baseline.json index ab9b4c5d0a..911cf34f0c 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4345,7 +4345,7 @@ "port-version": 0 }, "libfido2": { - "baseline": "1.13.0", + "baseline": "1.14.0", "port-version": 0 }, "libflac": { diff --git a/versions/l-/libfido2.json b/versions/l-/libfido2.json index 055de35a5e..923acdda71 100644 --- a/versions/l-/libfido2.json +++ b/versions/l-/libfido2.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "6cdf57908524a456c4736785582dc28f1484584b", + "version": "1.14.0", + "port-version": 0 + }, { "git-tree": "07a40273e987c2a14d48806018a61a06feb1f047", "version": "1.13.0",