Commit graph

31118 commits

Author SHA1 Message Date
BrewTestBot
36f192e24e dwdiff: update 2.0.9_2 bottle. 2014-10-16 10:03:41 +01:00
BrewTestBot
56bcdd8b4f couchdb: update 1.6.1_1 bottle. 2014-10-16 10:03:41 +01:00
BrewTestBot
fd03504a23 beecrypt: update 4.2.1_2 bottle. 2014-10-16 10:03:40 +01:00
moyogo
c489d694f9 yaz: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
6a0ddf1e91 szl: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
6bfb1d4d94 sqlite: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
5e56313c47 rakudo-star: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
1742c69110 parrot: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
78b1ada946 mapnik: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
ff43824d9c libvisio: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
00977141a8 libmspub: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
60e118d9d6 harfbuzz: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
517f0a9e1d gptfdisk: bump revision for icu4c upgrade 2014-10-16 10:03:40 +01:00
moyogo
32acb5525d freeling: bump revision for icu4c upgrade 2014-10-16 10:03:39 +01:00
moyogo
4eb2137d31 dwdiff: bump revision for icu4c upgrade 2014-10-16 10:03:39 +01:00
moyogo
737acc71e3 couchdb: bump revision for icu4c upgrade 2014-10-16 10:03:39 +01:00
moyogo
37b8681526 beecrypt: bump revision for icu4c upgrade 2014-10-16 10:03:39 +01:00
moyogo
f4d7446722 icu4c 54.1 2014-10-16 10:03:39 +01:00
Jack Nagel
db6f7a7e09 collectd: remove old workarounds
> 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.
2014-10-16 01:06:32 -05:00
BrewTestBot
331c875ac3 collectd: add 5.4.1 bottle. 2014-10-16 00:44:38 -05:00
Jack Nagel
13fdfc73a7 collectd: fix detection of htonll()
Fixes compilation on 10.10; already fixed in HEAD.

Fixes Homebrew/homebrew#33192.
2014-10-16 00:34:53 -05:00
Jack Nagel
72dc7c4e09 openssl: tweak keg-only reason 2014-10-16 00:15:18 -05:00
BrewTestBot
5847d094d4 dmd: update 2.066.0 bottle. 2014-10-16 00:11:14 -05:00
Jack Nagel
264678ea44 dmd 2.066.0
Closes Homebrew/homebrew#33198.
2014-10-16 00:11:00 -05:00
BrewTestBot
5b8766a9f8 tor: update 0.2.4.24_1 bottle. 2014-10-16 00:09:50 -05:00
BrewTestBot
815c2f01ed ruby: update 2.1.3_1 bottle. 2014-10-16 00:09:50 -05:00
BrewTestBot
75838f28ad python3: update 3.4.2_1 bottle. 2014-10-16 00:09:50 -05:00
BrewTestBot
6ec5f1bf70 python: update 2.7.8_2 bottle. 2014-10-16 00:09:50 -05:00
BrewTestBot
6706089013 freeradius-server: update 2.2.5_2 bottle. 2014-10-16 00:09:37 -05:00
Dominyk Tiller
34d0348e49 openssl: poodle fixes
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.

Closes Homebrew/homebrew#33197.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-16 00:09:00 -05:00
Dominyk Tiller
8dbb6d06c7 libtorrent-rasterbar: website fix
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.

Closes Homebrew/homebrew#33199.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-16 00:06:04 -05:00
Dominyk Tiller
e0446099ba collectd: added head
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.

Closes Homebrew/homebrew#33200.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-16 00:05:28 -05:00
Rob Gabaree
a91772c917 dnscrypt-proxy: fix head URL
The HEAD link points to an abandoned Git repository, not the current one
used for development. This commit fixes this with the correct link.
Reference:

https://github.com/jedisct1/dnscrypt-proxy/issues/152

Closes Homebrew/homebrew#33179.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 23:59:00 -05:00
BrewTestBot
08e7e84870 git-annex: update 5.20141013 bottle. 2014-10-15 22:44:32 -05:00
Carl Moden
d8cb9aeba4 git-annex 5.20141013
Closes Homebrew/homebrew#33194.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 22:44:25 -05:00
BrewTestBot
bbb78eeba1 sphinx: update 2.2.5 bottle. 2014-10-15 21:37:30 -05:00
Kieren Eaton
d2e379cf4f sphinx 2.2.5
Closes Homebrew/homebrew#33201.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 21:37:25 -05:00
Jack Nagel
7ceb9b5f27 git-annex: blacklist clang on 10.7 2014-10-15 21:36:41 -05:00
BrewTestBot
985af3b7d7 zeromq: update 4.0.5 bottle. 2014-10-15 21:30:42 -05:00
MinRK
820591c418 zeromq 4.0.5
bugfix/security release

Closes Homebrew/homebrew#33195.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 21:30:39 -05:00
BrewTestBot
926139a7e5 youtube-dl: update 2014.10.15 bottle. 2014-10-15 21:30:14 -05:00
Sergey M․
8fcff8a170 youtube-dl 2014.10.15
Closes Homebrew/homebrew#33187.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 21:30:05 -05:00
BrewTestBot
3f7863c86d nzbget: update 13.0 bottle. 2014-10-15 21:29:45 -05:00
David Christenson
724864bba2 nzbget: always use Homebrew's OpenSSL
Closes Homebrew/homebrew#33153.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-15 21:29:24 -05:00
David Christenson
1fcc393dcd nzbget: add devel and test, make conf persistent
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>
2014-10-15 21:29:24 -05:00
BrewTestBot
aa76b85509 libtool: update 2.4.2 bottle. 2014-10-15 21:26:17 -05:00
Jack Nagel
f59c1e3fc1 libtool: fix interpretation of MACOSX_DEPLOYMENT_TARGET on 10.10 2014-10-15 21:17:25 -05:00
Mike McQuaid
64c333c53f lynis: general cleanup 2014-10-15 21:45:15 +01:00
Chris Kau
d7ca0c19e0 lynis 1.6.3
Closes Homebrew/homebrew#33191.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-15 21:41:53 +01:00
BrewTestBot
4575e42319 openssl: update 1.0.1j bottle.
Closes Homebrew/homebrew#33183.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-15 17:27:46 +01:00