OpenSSH: New version 9.4.1
We are using OpenSSH binaries on Windows, and these were built against OpenSSL 1.1. This PR corrects (i.e. lowers) the compat bound again.
We should also somehow invalidate the current OpenSSH release 9.3.2.
Would the MSYS2 ones work? https://mirror.msys2.org/msys/x86_64/openssh-9.4p1-1-x86_64.pkg.tar.zst
or maybe we can use their patches: https://github.com/msys2/MSYS2-packages/tree/master/openssh
Uh, if we can build it from source using those patches that'd be great
@mkitti these patches are for OpenSSH @7.3 and don't apply to 9.4.
@mkitt We currently distinguish between Win32 and Win64 binaries when we download binaries. I don't see such a distinction in the binaries to which you point. What should I do here?
Also, can we check that these binaries were built against OpenSSL @3?
I'm realizing that the openssh package I pointed to are MSYS2 packages rather MINGW packages so they may not be as helpful asI would have thought.
I don't know what this means. Can we still use them? We only want executables; would they still run?
Closing due to inactivity. Please submit a new PR on top of the current master branch if you still want to include this recipe.