BrewTestBot
f72f6f4225
postmark: add 1.51 bottle.
2015-04-12 02:07:29 +08:00
Baptiste Fontaine
57e40468fe
postmark: test added
...
Closes Homebrew/homebrew#38542 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-12 02:07:25 +08:00
BrewTestBot
b80483978f
pms: add 0.42 bottle.
2015-04-12 02:06:34 +08:00
Baptiste Fontaine
3be6100c9d
pms: test added
...
Closes Homebrew/homebrew#38543 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-12 02:06:30 +08:00
BrewTestBot
804c725088
media-info: update 0.7.73 bottle.
2015-04-10 18:48:45 -07:00
Dave Rice
99e3372595
mediainfo 0.7.73
...
Closes Homebrew/homebrew#38488 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 18:48:41 -07:00
BrewTestBot
72f09eb643
libressl: update 2.1.6 bottle.
2015-04-10 18:41:15 -07:00
Dominyk Tiller
22591e3f96
libressl: improve cert handling
...
Missed the release notes a couple of versions back that LibreSSL had
killed off the useful c_rehash script OpenSSL uses to support custom
added certs and merged it into the OpenSSL command itself, with some
changes.
This PR just allows people to take advantage of it without so much
manual intervention and discovery. Nothing too fancy.
Closes Homebrew/homebrew#38521 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 18:41:12 -07:00
BrewTestBot
d241d3ce26
kubernetes-cli: update 0.14.1 bottle.
2015-04-10 17:26:46 -07:00
Kyle Mestery
fb9c5e44da
kubernetes-cli v0.14.1
...
Closes Homebrew/homebrew#38524 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 17:26:39 -07:00
tnarik
b84666066b
nvm 0.24.1
...
Bumped to version 0.24.1, which includes startup improvements.
Closes Homebrew/homebrew#38525 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 17:26:30 -07:00
BrewTestBot
8242c12a0e
mongodb: update 3.0.2 bottle.
2015-04-10 17:23:08 -07:00
Joep Loijens
fb44243a3a
mongodb 3.0.2
...
Closes Homebrew/homebrew#38528 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 17:23:03 -07:00
BrewTestBot
8279565429
cryptol: update 2.2.2 bottle.
2015-04-10 17:20:32 -07:00
Adam C. Foltzer
7cb10af7a4
cryptol 2.2.2
...
Note that the sha256 hash was removed since we're specifying a revision
hash instead.
Closes Homebrew/homebrew#38529 .
Signed-off-by: Tim D. Smith <git@tim-smith.us>
2015-04-10 17:20:29 -07:00
Umberto Raimondi
aee0fdfa5e
nginx 1.7.12 (devel)
...
Version bump
Closes Homebrew/homebrew#38519 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 17:35:17 +01:00
BrewTestBot
7ee939c7b1
nginx: update 1.6.3 bottle.
2015-04-10 17:34:38 +01:00
Umberto Raimondi
3bf664bef6
nginx 1.6.3
...
Version bump
Closes Homebrew/homebrew#38520 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 17:34:34 +01:00
Umberto Raimondi
26e0b6d7e2
akka 2.3.9, executable flag for akka binaries
...
Both akka and akka-cluster are now executable like in the previous
releases.
Closes Homebrew/homebrew#38518 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 17:34:27 +01:00
Umberto Raimondi
73b5d075e4
akka 2.3.9
...
Version bump
2015-04-10 17:34:27 +01:00
BrewTestBot
6e9a221e77
terraform: update 0.4.1 bottle.
2015-04-10 16:02:01 +01:00
Paul Hinze
2c9b64dac6
terraform 0.4.1
...
Closes Homebrew/homebrew#38498 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 16:01:51 +01:00
BrewTestBot
4310ffc358
tig: update 2.1.1 bottle.
2015-04-10 22:33:23 +08:00
Steven Tomcavage
2cf8ac27d4
tig 2.1.1
...
Closes Homebrew/homebrew#38517 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-10 22:33:14 +08:00
BrewTestBot
b4ad69d637
afl-fuzz: update 1.61b bottle.
2015-04-10 19:10:48 +08:00
Alex Gaynor
e4aa86b00e
afl-fuzz 1.61b
...
Closes Homebrew/homebrew#38512 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-10 19:10:44 +08:00
Xu Cheng
b1050c1fb6
pngcheck: fix sha256
...
Sorry get the wrong one in the previous commit
2015-04-10 17:55:10 +08:00
Xu Cheng
c77d17f164
pngcheck: use sha256
2015-04-10 17:53:42 +08:00
Xu Cheng
4d3ad2fb2f
pngcheck: modernize and add test
2015-04-10 17:52:06 +08:00
BrewTestBot
473643b053
pngcheck: add 2.3.0_1 bottle.
2015-04-10 17:47:56 +08:00
Andrei Polushin
e4db894609
build pngcheck utilities using the provided Makefile.
...
Previous formula used `make` command to compile without Makefile,
as described at http://stackoverflow.com/q/15745241
Closes Homebrew/homebrew#38114 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-10 17:47:52 +08:00
BrewTestBot
66ff462194
youtube-dl: update 2015.04.09 bottle.
2015-04-10 17:25:48 +08:00
Sergey M․
a5d4d99e95
youtube-dl 2015.04.09
...
Closes Homebrew/homebrew#38485 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-10 17:25:44 +08:00
BrewTestBot
8655a3a5d6
libjson-rpc-cpp: update 0.5.0 bottle.
2015-04-10 08:44:48 +01:00
Marek Kotewicz
ce4e4b5ff8
libjson-rpc-cpp 0.5.0
...
Closes Homebrew/homebrew#38508 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:44:44 +01:00
BrewTestBot
d593286268
udunits: update 2.2.19 bottle.
2015-04-10 08:43:51 +01:00
なつき
e71c9a7b43
udunits 2.2.19
...
Closes Homebrew/homebrew#38506 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:43:48 +01:00
BrewTestBot
df9b77097f
trafficserver: update 5.2.1 bottle.
2015-04-10 08:43:14 +01:00
Felix Bünemann
43370fd99f
trafficserver 5.2.1 & experimental plugin support
...
This allows to enable the trafficserver plugins that are marked as
experimental via --with-experimental-plugins. There is currently a
compile problem with the mysql_remap plugin, so it is disabled until
there is a fix available. See upstream issue TS-3490 for more info.
Also added an additional patch from upstream issue TS-3302 to fix
compilation with Xcode 6.3 on Yosemite.
Closes Homebrew/homebrew#38497 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:43:11 +01:00
BrewTestBot
34d968536a
mysql: update 5.6.24 bottle.
2015-04-10 08:42:10 +01:00
Joep Loijens
98add1c7d9
mysql 5.6.24
...
Closes Homebrew/homebrew#38493 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:42:06 +01:00
Bruce Wang
3d01af08cd
riemann 0.2.9
...
Updated Riemann to 0.2.9
Closes Homebrew/homebrew#38502 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:40:49 +01:00
Dominyk Tiller
343f18e9ce
openssl: apply yosemite certificate fix
...
Closes Homebrew/homebrew#38495 .
Closes Homebrew/homebrew#38491 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-10 08:33:46 +01:00
dickeyxxx
774b6058d2
heroku 3.31.2
...
Closes Homebrew/homebrew#38469 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-09 19:34:34 +01:00
BrewTestBot
11396bc633
ettercap: update 0.8.2 bottle.
2015-04-09 19:34:15 +01:00
Dominyk Tiller
1757379bcf
ettercap 0.8.2
...
Version bump.
[Mountains](https://github.com/Ettercap/ettercap/releases/tag/v0.8.2 )
of fixes, including some CVE fixes.
Closes Homebrew/homebrew#38489 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-09 19:34:14 +01:00
BrewTestBot
54bfd625f5
autossh: update 1.4e bottle.
2015-04-09 19:34:14 +01:00
Jamie
4a677d1c5c
autossh 1.4e
...
update autossh to new version
Closes Homebrew/homebrew#38487 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-04-09 19:34:14 +01:00
Viktor Szakats
ef3d212a64
pinentry: use a mirror that supports https
...
Closes Homebrew/homebrew#38481 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-09 21:14:36 +08:00
Viktor Szakats
eb2805bf17
gnupg: use https mirror
...
Closes Homebrew/homebrew#38482 .
Signed-off-by: Xu Cheng <xucheng@me.com>
2015-04-09 21:14:26 +08:00