-
Notifications
You must be signed in to change notification settings - Fork 32
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
Upgrade openssh to v9.1 #60
Conversation
164b054
to
615ee2a
Compare
I've decided to let the libfido2 upgrade slide for a while, as I suspect it to be quite a bit involved due to the segmentation fault (the first time I tried to get libfido2 to build and work properly, it took a couple of days to get it right, that's an amount of time I cannot spare right now). |
615ee2a
to
7f4c09f
Compare
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
No need to deviate from upstream. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
7f4c09f
to
7cd89dd
Compare
In GitHub workflows, it looks as if Strawberry Perl's `gmake.exe` is preferred... Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
No need to deviate from upstream. Incidentally, this also adds support for security keys backed by Windows Hello. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
The first patch did not apply. While at it, prepare for a potential future change where the MSYS2 runtime starts respecting the `CYGWIN` variable if the `MSYS` variable is unset (msys2/msys2-runtime#70), by not only forcing `MSYS` to be empty in the `bsd-cygwin_util, but also `CYGWIN`. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2232262
to
53c3770
Compare
Now off to the races: build |
And now libfido2. |
Which failed because of a missing public key. I edited the Azure Pipeline definition and started another build. |
And now, finally, let's build |
It finally built all right! |
This is a work-in-progress, mainly because I want to upgrade libfido2, too, in order to get
ssh-keygen -t ecdsa-sk
to use Windows Hello, but in my current attempts to build it, things break like this:This addresses git-for-windows/git#4051