Dave Rice
1418e6b314
ffmpeg 2.4.4
...
Closes Homebrew/homebrew#34610 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 16:01:52 +00:00
BrewTestBot
7f4b9ce430
capstone: update 3.0_1 bottle.
2014-12-02 15:31:07 +00:00
Dominyk Tiller
3e1b7f2a2f
capstone: directory install fix
...
Deals with the issues seen in Homebrew/homebrew#34316 . Forces a recompile as well, since
anyone who has this package installed from bottle has only text files
in the Cellar, and anyone who has the package installed from source has
/usr/local full of stuff that shouldn’t be directly there.
Closes Homebrew/homebrew#34609 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 15:31:06 +00:00
Mike McQuaid
16acd07687
git-review: cleanup system usage.
2014-12-02 14:30:32 +00:00
BrewTestBot
da3b79a977
git-review: add 1.24 bottle.
2014-12-02 14:30:32 +00:00
Giovanni Bajo
a24c7accb3
git-review 1.24 (new formula)
...
Closes Homebrew/homebrew#34598 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 14:30:19 +00:00
BrewTestBot
c0d073d2d5
ola: update 0.9.3 bottle.
2014-12-02 10:23:54 +00:00
Dominyk Tiller
0304c8303a
ola 0.9.3
...
Version bump & added HEAD.
Closes Homebrew/homebrew#34594 .
Closes Homebrew/homebrew#34595 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 10:23:53 +00:00
BrewTestBot
8b0cce9f25
cppunit: update 1.13.2 bottle.
2014-12-02 09:48:11 +00:00
BrewTestBot
9ba2eed3d1
openvpn: update 2.3.6 bottle.
2014-12-02 09:47:43 +00:00
Dominyk Tiller
b40cc7a619
openvpn 2.3.6
...
Version bump. Fixes CVE-2014-8104.
Closes Homebrew/homebrew#34597 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 09:47:42 +00:00
Machiste Quintana
7241c2dc43
nvm 0.20.0
...
update to nvm v0.20.0
Closes Homebrew/homebrew#34600 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 09:47:15 +00:00
BrewTestBot
b51ae8f43c
influxdb: update 0.8.7 bottle.
2014-12-02 09:47:05 +00:00
Todd Persen
46d9c9a96b
influxdb 0.8.7
...
Closes Homebrew/homebrew#34601 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 09:47:04 +00:00
BrewTestBot
22744213ea
nzbget: update 14.1 bottle.
2014-12-02 09:28:46 +00:00
David Christenson
0bcabbfc8b
nzbget 14.1
...
Update to latest stable release.
Closes Homebrew/homebrew#34592 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-02 09:28:46 +00:00
BrewTestBot
4ab0193532
enca: update 1.16 bottle.
2014-12-02 00:05:59 -08:00
Artur Petrov
51e3be9ec9
enca 1.16
...
Closes Homebrew/homebrew#34603 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-12-02 00:05:58 -08:00
BrewTestBot
0527c7c134
bacula-fd: add 7.0.5 bottle.
2014-12-01 17:34:34 +00:00
Jasper Lievisse Adriaanse
a1f221e45e
bacula-fd 7.0.5
...
Update bacula-fd to 7.0.5
Closes Homebrew/homebrew#34590 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 17:34:34 +00:00
BrewTestBot
5d0f0dda31
volatility: update 2.4 bottle.
2014-12-01 13:38:59 +00:00
Thomas Chopitea
8fe17b4564
Added support for yara 3.2
...
Closes Homebrew/homebrew#34586 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 13:38:58 +00:00
Kashif Rasul
0047758132
hive 0.14.0
...
Closes Homebrew/homebrew#34581 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 12:09:59 +00:00
Dominyk Tiller
6a0d2bf399
subversion: cleanup formula
...
The subversion formula is a bit of a nightmare. Still is, even with
this PR :/.
This PR hopes to address some of the issues seen in Homebrew/homebrew#34576 and Homebrew/homebrew#34554
by standardising the options across the formula a little more.
Closes Homebrew/homebrew#34577 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:12:01 +00:00
Dominyk Tiller
88de02367c
git: fix broken svn option if no swig exists prior.
...
Resolves the bug where installing Git with brewed-svn wouldn't
automatically drag in the required Swig dependency and consequently
the build would instantly error out.
The error itself could be with the subversion formulae or Homebrew
itself, and this may just be a workaround. Given building git
with-brewed-svn specifies svn with perl, it should trigger a swig
download automatically prior to attempting to install the svn dep,
but for some reason it doesn't.
Both from-source and from-bottle installs error out in the same way:
```
==> Installing git dependency: subversion
Error: /usr/local/opt/swig not present or broken
Please reinstall swig. Sorry :(
```
For now, have resolved this bug by dragging in an explicit swig
dependency prior to the subversion one, if you choose to install
with-brewed-svn.
Closes Homebrew/homebrew#34554 .
Closes Homebrew/homebrew#34576 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:11:01 +00:00
BrewTestBot
6de225307b
caudec: update 1.7.5_1 bottle.
2014-12-01 08:09:55 +00:00
Sean Wendt
4cb7516a33
caudec 1.7.5
...
update 1.7.5, url, homepage, sha1
Closes Homebrew/homebrew#34575 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:09:54 +00:00
Brett Koonce
34085f0fe7
apache-spark 1.1.1
...
Closes Homebrew/homebrew#34502 .
Closes Homebrew/homebrew#34574 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-01 08:09:15 +00:00
BrewTestBot
67e61f1ab9
arangodb: update 2.3.1 bottle.
2014-11-30 21:28:13 +00:00
Frank Celler
502ebb1adf
arangodb 2.3.1
...
Closes Homebrew/homebrew#34570 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 21:28:13 +00:00
Misty De Meo
580418bbad
mysql-connector-c++ 1.1.5
...
Fixes Homebrew/homebrew#34561 .
Closes Homebrew/homebrew#34562 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-11-30 11:34:05 -08:00
Xu Cheng
9d4635f3a6
keybase 0.7.3
...
keybase: update to 0.7.3
Closes Homebrew/homebrew#34564 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:55:27 +00:00
BrewTestBot
76ed0dc010
syncthing: update 0.10.9 bottle.
2014-11-30 17:54:41 +00:00
Jim Myhrberg
f05f47196e
Syncthing 0.10.9
...
Version bump.
Closes Homebrew/homebrew#34567 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:54:40 +00:00
BrewTestBot
43fd8fd57d
privoxy: add 3.0.22 bottle.
2014-11-30 17:54:39 +00:00
Bruce Steedman
e935638f81
privoxy 3.0.22
...
..with correct sha1
Closes Homebrew/homebrew#34565 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:54:38 +00:00
BrewTestBot
efd07e604e
qca: update 2.1.0 bottle.
2014-11-30 17:09:56 +00:00
Larry Shaffer
2c3fb24467
qca: add options for head, qt5, api docs and building all plugins
...
Closes Homebrew/homebrew#34530 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:09:55 +00:00
BrewTestBot
3417ad7031
gtk+3: update 3.14.5 bottle.
2014-11-30 17:09:17 +00:00
Ryan Hendrickson
4343f9f28b
gtk+3: upstream patch for crash
...
Fixes a runtime error when compiled with the quartz backend:
dyld: lazy symbol binding failed: Symbol not found: _GTK_IS_PLUG
Closes Homebrew/homebrew#34555 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:09:16 +00:00
BrewTestBot
b980a31d66
pcsc-lite: add 1.8.13 bottle.
2014-11-30 17:07:26 +00:00
David Holm
a9e2887d3d
pcsc-lite 1.8.13
...
Closes Homebrew/homebrew#34556 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:07:25 +00:00
Dominyk Tiller
08981344bc
sdl: added optional tests
...
Adds optional tests to SDL.
Closes Homebrew/homebrew#34353
Closes Homebrew/homebrew#34559 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:06:32 +00:00
Scott Reeves
fb2e520b3a
virtualhost.sh 1.34
...
Closes Homebrew/homebrew#34553 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:05:21 +00:00
BrewTestBot
82e13d2c72
dropbear: update 2014.66 bottle.
2014-11-30 17:05:08 +00:00
Dominyk Tiller
4ac0034cf0
dropbear 201466
...
Version bump. Added HEAD. Tweaked test.
Closes Homebrew/homebrew#34540 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:05:07 +00:00
BrewTestBot
c62068c02a
align: update 1.7.4 bottle.
2014-11-30 17:04:56 +00:00
Dominyk Tiller
7e7d7973da
align 1.7.4
...
Version bump
Closes Homebrew/homebrew#34549 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:04:55 +00:00
BrewTestBot
42da7a72fa
lsh: add 2.1 bottle.
2014-11-30 17:04:40 +00:00
Dominyk Tiller
59d13f3f23
lsh 2.1 (new formula)
...
New formula for lsh.
Closes Homebrew/homebrew#34542 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-11-30 17:04:40 +00:00