Skip to content

Update to OpenSSL3 #53

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
shawnlaffan opened this issue Sep 4, 2023 · 2 comments
Open

Update to OpenSSL3 #53

shawnlaffan opened this issue Sep 4, 2023 · 2 comments

Comments

@shawnlaffan
Copy link
Contributor

See StrawberryPerl/Perl-Dist-Strawberry#132

As noted there, the MSYS2 project have patches available that can be adapted if needed: https://github.com/msys2/MSYS2-packages/tree/master/openssl

@shawnlaffan
Copy link
Contributor Author

MSYS2 are patching in some relocation code.
https://github.com/msys2/MINGW-packages/tree/c4ad0f681fdbe6979016a8355a585061f05c4262/mingw-w64-openssl

Should we be doing the same? It might help with cases such as in StrawberryPerl/Perl-Dist-Strawberry#51

@shawnlaffan
Copy link
Contributor Author

shawnlaffan commented Jan 21, 2025

I just had a go at using the relocation patches. The patch applies and the pathtools files can be copied across.

However, the build errors quickly as it needs libcrypto to also be built using the pathtools files.

Edit - the main patch is also ifdefed to only apply to __MINGW32__, e.g. https://github.com/msys2/MINGW-packages/blob/258f6e303f1e4c29b794ecc55517c2c030b3220c/mingw-w64-openssl/002-relocation.patch#L15

I'll leave this open for now but will probably open a separate issue at a later date as the title of this issue has been dealt with.

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

No branches or pull requests

1 participant