Replies: 1 comment
-
|
Here is my plan: After Git for Windows v2.55.0, I'm going to drop OpenSSL from Git for Windows' Pacman repositories so that we'll inherit MSYS2's packages, and then we just go with what they ship (and we'll of course contribute our part in keeping their OpenSSL up to date). For i686, we may still have to build OpenSSL v3.5.* until we stop supporting i686 altogether, seeing as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think we should rethink our
openssl/mingw-w64-opensslstrategy.Currently we maintain packages in Git for Windows Pacman repository that shadow MSYS2's versions of the same package. There are two reasons for that:
In the interest of avoiding duplicate work that competes with MSYS2, and instead work closely together with that fantastic project and use all of our time wisely, I'm considering whether we can stop building OpenSSL in Git for Windows.
For x86_64/aarch64, we could simply switch to MSYS2's packages. For i686, we could keep building our own versions and stay on the
v3.5.*train, which is supposedly good until 2029:@rimrul @mjcheetham thoughts?
Beta Was this translation helpful? Give feedback.
All reactions