Technically, we’re skipping a release here. 5.06 was released earlier
today but has fatal errors when built against an OpenSSL that was built
without either sslv2 or sslv3. We obviously have left sslv3 intact for
now, but you only need one of the above disabled to error out here.
This is a known error and upstream’s recommendation is for everyone
with that configuration to temporarily jump on the beta builds.
> Use system Python; doesn't compile against 2.7
Since... 10.7? the system python *is* 2.7, so this isn't true anymore.
> -C enables the cache and resolves permissions errors
I added this because it fixed a build error for someone, but in
hindsight it was probably indicative of a different problem.
Part 2 of the earlier merged POODLE fixes. It seems a few of the bottles
are acting up about the new change, so this revisions those. If you
build from source the problems go away, so new bottles it is.
I’ve also had to change the mirror on the OpenSSL formula as it turns
out Debian haven’t set their mirror up for the latest version yet.
Revisions to Python, Python3, Tor, Ruby & Freeradius-server as all are
being confirmed to be causing issues for others and reproducible. Tor
needs to be bumped for every OpenSSL revision because it kicks up this
error:
```
Oct 15 23:19:38.295 [warn] OpenSSL version from headers does not match
the version we're running with. If you get weird crashes, that might be
why. (Compiled with 1000109f: OpenSSL 1.0.1i 6 Aug 2014; running with
100010af: OpenSSL 1.0.1j 15 Oct 2014).
```
And similar with freeradius-server.
ClosesHomebrew/homebrew#33197.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
A tad awkwardly, the owner of the rasterbar website seems to have
forgotten to renew their domain and it currently leads to an auction
domain. Consequently, have shoved the link over to SourceForge for now.
ClosesHomebrew/homebrew#33199.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>