-
Notifications
You must be signed in to change notification settings - Fork 130
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
openssl: Upgrade formula to v1.1.1u #805
Conversation
Looks like it does need to be addressed. |
Resolves brew audit openssl failure regarding "Header files that shadow system header files were installed to ..."
Now just need need to clean up the fallout from the API change since OpenSSL 1.1.0 for anything that's not up to date. :) |
In case this helps anyone: |
i'm seeing the same behavior - TigerBrew does not work out of the box due to test failures in OpenSSL which prevent the installation of curl and git. manually installing this recipe works around the issue successfully. |
Building now. Given the number of other packages that will need to be rebuilt, I'll try to coordinate merges. |
Merged into the OpenSSL 1.1 branch. |
Build tested on Tiger PowerPC
With this change
brew audit openssl
has one error flagged which isHeader files that shadow system header files were installed to "tigerbrew/Cellar/openssl/1.1.1t/include"
but unsure how to address it. Pointers appreciated if this needs to be addressed before it can be merged.