> 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>
Added a HEAD to the Collectd formula, and added a mirror, and updated
to SHA256 since Collectd only display SHA256 on their website download
page these days.
ClosesHomebrew/homebrew#33200.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Add development release, add test, install configuration file in
${HOMEBREW_PREFIX}/etc, change format of make command.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>