Skip to content

chore: update windows libfido2 dependencies to 1.16.0 #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

olastor
Copy link

@olastor olastor commented Jun 11, 2025

This updates the windows dependencies to the latest release 1.16.0

The file integrity can be checked like this:

wget https://developers.yubico.com/libfido2/Releases/libfido2-1.16.0-win.zip
unzip libfido2-1.16.0-win.zip
rm -rf windows && mkdir windows
mv libfido2-1.16.0-win/include windows
mv libfido2-1.16.0-win/Win64/Release/v143/dynamic windows/lib
git status # should not show any new changes in `windows/`

should close #44 , but probably additional changes are needed in https://github.com/keys-pub/scoop-bucket , as well.

Updates files in `windows/` folder using release assets from
https://developers.yubico.com/libfido2/Releases/

This can be reproduced by downloading the windows release of 1.16.0, and
running following commands inside `windows/`:

cp -r ~/Downloads/libfido2-1.16.0-win/include include
cp -r ~/Downloads/libfido2-1.16.0-win/Win64/Release/v143/dynamic lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem under Windows
1 participant