[libfido2] Update to 1.15.0 (#41471)

Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
Lily Wang 2024-10-22 14:26:45 -07:00 committed by GitHub
parent c8582b4d83
commit edc84ff66e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 11 additions and 4 deletions

View File

@ -2,8 +2,8 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Yubico/libfido2
REF ${VERSION}
SHA512 83454b0db0cc8546f377d0dd59f95785fe6b73cf28e499a6182a6ece4b7bce17c3e750155262adf71f339ec0b3b6c3d3d64a07b01c8428b4b91de97ae768f0e6
HEAD_REF master
SHA512 97932ca1a9f8d1bb3cb4b4a8d56ef70085d19ad2bd27c67944fa17ed033bfa45d28d7ad3fa318723e79b17ef5a882ac4f999ad8a6b9965c58665d99c4da7b5ee
HEAD_REF main
PATCHES
"fix_cmakelists.patch"
)
@ -19,10 +19,12 @@ vcpkg_cmake_configure(
-DBUILD_STATIC_LIBS=${LIBFIDO2_BUILD_STATIC}
-DBUILD_SHARED_LIBS=${LIBFIDO2_BUILD_SHARED}
-DBUILD_TOOLS=OFF
-DBUILD_TESTS=OFF
)
vcpkg_cmake_install()
vcpkg_copy_pdbs()
vcpkg_fixup_pkgconfig()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")

View File

@ -1,6 +1,6 @@
{
"name": "libfido2",
"version": "1.14.0",
"version": "1.15.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",

View File

@ -4497,7 +4497,7 @@
"port-version": 0
},
"libfido2": {
"baseline": "1.14.0",
"baseline": "1.15.0",
"port-version": 0
},
"libflac": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e422fffa6ba8b16a5aff5176841f704048e5fbd1",
"version": "1.15.0",
"port-version": 0
},
{
"git-tree": "6cdf57908524a456c4736785582dc28f1484584b",
"version": "1.14.0",