With the dawning of OS X 10.11 Apple has seemingly removed the OpenSSL headers
from public availability. This has meant that unless we specifically point things
at our OpenSSL, or our OpenSSL is in the PATH things are failing to build in unusual
ways.
To work around this, we are removing the `keg_only` status on OpenSSL. This means
from today OpenSSL will symlink into your HOMEBREW_PREFIX and be available for all
and any thing to compile against, and presuming you have HOMEBREW_PREFIX at the front
of your PATH will be used over the older system OpenSSL.
Things that compile against Homebrew's OpenSSL but don't have an OpenSSL `depends_on`
should still be reported to Homebrew. We will need to fix the link so our bottles rely
on our OpenSSL rather than linking the system's still, and it allows us to revision
things when the security landscape dictates that it is necessary.
There are no plans to unkey LibreSSL at this time. It conflicts with the other OpenSSL
versions and at the moment there's still a lot that won't build against it. If that
changes in future we aren't rigid and unbending towards useful change, but for now
don't file PRs asking for LibreSSL to be unkegged, Thanks!
Please report any issues you discover to Homebrew and we'll endeavour to fix them
as quickly and thoroughly as possible.
ClosesHomebrew/homebrew#41527.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
also:
* update test to use sha256
* readd a former mirror now with https
ClosesHomebrew/homebrew#41524.
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This package provides utilities for use with console mail clients,
eg. Mutt.
ClosesHomebrew/homebrew#41206.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
There hasn't been a stable release in 3 years but it's still being
developed so HEAD might be useful.
ClosesHomebrew/homebrew#41507.
Signed-off-by: Xu Cheng <xucheng@me.com>
New formula for OWASP Dependency Check. This will link the
`dependency-check` script, links `var/dependencycheck` into
`libexec/data`, and `etc/dependencycheck` into `libexec/etc`.
ClosesHomebrew/homebrew#41415.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
The upstream version is technically 4.02+6, but this less than
the existing 4.02.1+6, so lets just keep it as 4.02.2+6 as the
difference isn't material.
ClosesHomebrew/homebrew#41463.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>