mingw-w64-git: upgrade to Git for Windows 2.55.0.2#30282
Merged
Conversation
This was already done as part of b08d188 (mingw-w64-git: upgrade to Git for Windows 2.55.0 (msys2#30227), 2026-06-29), but was inadvertently reverted in the parent commit because I had forgotten to merge #207 in the hectic release process before building the artifacts of Git for Windows v2.55.0(2). Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Member
|
You probably know, but curl will drop NTLM completely in September. edit: ah, mentioned in the changelog, never mind |
Member
|
(you got an unplanned brownout out of it at least :P) |
Contributor
Author
Heh, that's exactly how I characterized it internally: an unintentional brown-out ;-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR synchronizes the
mingw-w64-gitpackage definition from Git for Windows.See https://github.com/git-for-windows/git/releases/tag/v2.55.0.windows.2 for the release notes.
Important
Git for Windows v2.55.0(2) was released very quickly after v2.55.0 for one reason, and one reason only: to re-enable (opt-in) NTLM support. This was done by re-building
mingw-w64-curlwith--enable-ntlm, as cURL v8.21.0 builds without NTLM support altogether by default. That re-build only lives in Git for Windows' Pacman repository, though, and MSYS2's variant ofmingw-w64-curlno longer supports NTLM, period. Therefore, even with this here PR, regular MSYS2'sgit.exewill no longer allow NTLM authentication, with or without thehttp.allowNTLMAuthflag set.This branch was pushed by https://github.com/git-for-windows/git-for-windows-automation/actions/runs/28594311252 (with a fixup cherry-picked from git-for-windows#207 because I had forgotten to merge it before kicking off the workflow run that generated that branch).