Skip to content

Commit

Permalink
[libfido2] Update to 1.15.0 (microsoft#41471)
Browse files Browse the repository at this point in the history
Co-authored-by: LilyWangLL <4945507022qq.com>
  • Loading branch information
LilyWangLL authored Oct 22, 2024
1 parent c8582b4 commit edc84ff
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 4 additions & 2 deletions ports/libfido2/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand All @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion ports/libfido2/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4497,7 +4497,7 @@
"port-version": 0
},
"libfido2": {
"baseline": "1.14.0",
"baseline": "1.15.0",
"port-version": 0
},
"libflac": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libfido2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e422fffa6ba8b16a5aff5176841f704048e5fbd1",
"version": "1.15.0",
"port-version": 0
},
{
"git-tree": "6cdf57908524a456c4736785582dc28f1484584b",
"version": "1.14.0",
Expand Down

0 comments on commit edc84ff

Please sign in to comment.