Skip to content
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

openssl3: Add formula for v3.1.2 #865

Merged
merged 2 commits into from
Sep 15, 2023
Merged

Conversation

sevan
Copy link
Collaborator

@sevan sevan commented Jun 23, 2023

OpenSSL v1.x.x will soon be EoL, in prep, add a formula for v3.
Though nothing is currently pointed to it as a dependency, it paves the way should someone wish to.

Based on
https://github.com/Homebrew/homebrew-core/blob/bdf52e4896818e57839a8110779b8dad97fe505c/Formula/openssl%403.rb

Currently lacks the ability to support ppc64 because I don't know how to Ruby and handle arch_args, so currently only 32bit builds are supported on ppc.

@sevan sevan mentioned this pull request Aug 9, 2023
@sevan sevan changed the title openssl3: Add formula for v3.1.1 openssl3: Add formula for v3.1.2 Aug 11, 2023
@sevan
Copy link
Collaborator Author

sevan commented Aug 19, 2023

This is a lengthy compile btw on a single core G5.

@mistydemeo
Copy link
Owner

Currently lacks the ability to support ppc64 because I don't know how to Ruby and handle arch_args, so currently only 32bit builds are supported on ppc.

Maybe I can help with that! What's the problem your'e running into?

@sevan
Copy link
Collaborator Author

sevan commented Aug 21, 2023

Oh, OpenSSL supports powerpc & powerpc64 builds but what I've submitted covers powerpc. Need to fill in the part for 64-bit builds (not even sure it would work, haven't touched 64-bit builds for anything else so far). Maybe it's a non-issue and we can go with it as-is.

Copy link
Owner

@mistydemeo mistydemeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build took ages! Confirmed it worked - took about three hours on a G5.

@mistydemeo mistydemeo merged commit 056c1e8 into mistydemeo:master Sep 15, 2023
@sevan sevan deleted the openssl311 branch September 15, 2023 19:40
@sevan
Copy link
Collaborator Author

sevan commented Sep 15, 2023

🤯

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

Successfully merging this pull request may close these issues.

2 participants