🍻 Default formulae for the missing package manager for macOS
Find a file
Chris Adams 0bf8c43bbe httping: use brew OpenSSL rather than system OpenSSL
v2.4 as compiled in master on 10.11 will fail all HTTPS endpoints which
I've tested:

    $ httping https://google.com
    Auto enabling SSL due to https-URLPING google.com:443 (/):
    short read during receiving reply-headers from host

(Using the system OpenSSL 0.9.8zh)

Recompiling with the dependency on the current OpenSSL (1.0.2g) works as
expected:

    $ httping https://google.com
    Auto enabling SSL due to https-URLPING google.com:443 (/):
    connected to 216.58.218.238:443 (419 bytes), seq=0 time= 41.93 ms

See https://github.com/flok99/httping/issues/4

Closes https://github.com/Homebrew/homebrew-core/pull/282.
Closes #227.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2016-04-14 01:11:42 +01:00
.github Update documentation after repository split. 2016-04-03 13:48:24 +01:00
Aliases Remove "Secret Rabbit Code" alias 2016-04-05 07:20:27 -07:00
Formula httping: use brew OpenSSL rather than system OpenSSL 2016-04-14 01:11:42 +01:00
.travis.yml .travis.yml: Xcode 7.3, one OS X version, cleanup. (#243) 2016-04-12 11:26:20 +01:00
formula_renames.json
LICENSE.txt
README.md README: duplicate more of Homebrew/brew README.md 2016-04-04 03:59:16 -07:00
tap_migrations.json discodex: migrate to boneyard (#270) 2016-04-13 06:42:45 -04:00

Homebrew Core

Core formulae for the Homebrew package manager.

How do I install these formulae?

Just brew install <formula>. This is the default tap for Homebrew and is installed by default.

Troubleshooting

First, please run brew update (twice) and brew doctor.

Second, read the Troubleshooting Checklist.

If you dont read these it will take us far longer to help you with your problem.

Contributing

Read CONTRIBUTING.md.

Creating new formulae, updating existing ones, and fixing build issues is easier than you think!

Try brew edit $FORMULA and see how you fare.

Documentation

brew help, man brew, Homebrew/brew's README or check Homebrew's documentation.

License

Code is under the BSD 2 Clause (NetBSD) license.