homebrew-core
https://github.com/homebrew/homebrew-core
Ruby
🍻 Default formulae for the missing package manager for macOS
OpensslAT11#configure_args
SSLv2 died with 1.1.0, so no-ssl2 no longer required. SSLv3 & zlib are off by default with 1.1.0 but this may not be obvious to everyone, so explicitly state it for now to help debug inevitable breakage.
Edit
git clone [email protected]:homebrew/homebrew-core.git
cd homebrew-core
open Formula/o/[email protected]
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-OpensslAT11-configure_args-for-pr
# Commit to gitgit add Formula/o/[email protected] commit -m "better docs for OpensslAT11#configure_args"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-OpensslAT11-configure_args-for-pr
hub pull-request
# Celebrate!