This taps the system openssl, so this PR fixes that. I’ve also added a
couple of lines of explanation about our inability to update this
package due to Homebrew/homebrew#29450, so perhaps we want to stop shipping this at all
at some point, but for now, this secures things on the ssl front. The
build docs also state that it should be installed with the latest and
greatest sqlite, so I’ve specified a dependency on that.
ClosesHomebrew/homebrew#33205.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
* Use new "url" features
* Use keg_only DSL
* Use "skip_clean :all" DSL
* Whitespace and style cleanups
* Make bash invocations less silly
* Use new man2-man8 helpers
* Remove "FileUtils." since it is included in Formula
* Use real names for deps instead of aliases
* ENV.x11 now updates path, so remove that from individual brews