Commit Graph

23424 Commits (a7369ac5e99ed8cff5c13cb8e163be566530e6d4)

Author SHA1 Message Date
Adam Vandenberg a7369ac5e9 cantera: fix post-install audit 2014-03-05 07:41:28 -08:00
Adam Vandenberg cd7e789e08 gnunet 0.9.5a 2014-03-05 07:39:14 -08:00
Jeff Hann 3643e60e27 archey 1.3
Closes Homebrew/homebrew#27160.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 15:13:44 +00:00
Lee Packham 734f1a5cd8 python: backport security fix for CVE-2014-1912.
A vulnerability was reported [1] in Python's socket module, due to a
boundary error within the sock_recvfrom_into() function, which could be
exploited to cause a buffer overflow.

This could be used to crash a Python application that uses the
socket.recvfrom_info() function or, possibly, execute arbitrary code
with the permissions of the user running vulnerable Python code.

This vulnerable function, socket.recvfrom_into(), was introduced in
Python 2.5. Earlier versions are not affected by this flaw nor is Python
3.3.4 which is already in Homebrew.

[1] http://bugs.python.org/issue20246

Closes Homebrew/homebrew#27194.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 10:17:48 +00:00
BrewTestBot b3f7103fdb ghostscript: add 9.10 bottle.
Closes Homebrew/homebrew#27212.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 10:04:18 +00:00
chdiza 0a7c777fe3 ghostscript: Bump to 9.10
This requires a second patch (from MacPorts), and a refreshing of
the first patch.  Also, we no longer build against a Hombrewed
little-cms2 because it causes build failure.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 10:04:18 +00:00
David Holm 3e17acf8f9 binwalk 1.3.0
Closes Homebrew/homebrew#26768.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 10:04:03 +00:00
Matthew Jones 14a3d8e939 dart 1.2.0 (33014)
Closes Homebrew/homebrew#27215.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 10:03:01 +00:00
BrewTestBot 26a264e8c0 nginx: update 1.4.6 bottle. 2014-03-05 09:51:35 +00:00
BrewTestBot 656720dd80 x265: add 0.8 bottle.
Closes Homebrew/homebrew#27204.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 09:50:11 +00:00
Steffen Matthischke d2c1554ebb x265 0.8:
update to 0.8
add test
add 16-bit option

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 09:50:11 +00:00
Pete Gadomski b670f70c89 ledger: find Homebrew Python when building --HEAD.
When building --HEAD and --with-python, CMake gets confused by multiple
python installations, e.g. when both Homebrew and system Pythons exist
(see https://github.com/Homebrew/homebrew/issues/10393 for one example).
This patch lifts some hacks from
https://github.com/Homebrew/homebrew/blob/51d054c/Library/Formula/opencv.rb
to point CMake to the Homebrew Python only, if one exists and is
installed.

N.B. brew test ledger seems to be  broken when installed --HEAD for
unrelated reasons.

Closes Homebrew/homebrew#27095.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-05 09:37:10 +00:00
Martin Mauch a62f921300 aha 0.4.7
Closes Homebrew/homebrew#26921.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 22:14:51 -08:00
Elliot Saba c38352a4df librtlsdr 0.5.3
Closes Homebrew/homebrew#26493.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 22:02:01 -08:00
Mike Lapinsky 425ed97199 openocd: CMSIS DAP support (for HEAD)
Closes Homebrew/homebrew#26672.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 21:56:44 -08:00
Adam Vandenberg fd869d1d07 gst-plugins-good: use ogg if flac is requested 2014-03-04 21:30:38 -08:00
0xd34df00d 631ed437c2 gst-plugins-good: pull libogg if flac requested
Otherwise ./configure script doesn't find the ogg package and doesn't
build flac.

Closes Homebrew/homebrew#24233.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 21:30:08 -08:00
0xd34df00d 10f5c1e800 gst-plugins-good: removed unconditional dep on x11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 21:30:08 -08:00
Adam Vandenberg bdd9049533 latex2html: install .sty files to share
By default latex2html will install to a TeX folder which it may not have
permissions for, or may not be appropriate.

Follow MacPorts and install to a known path.

Closes Homebrew/homebrew#22808.
2014-03-04 21:14:23 -08:00
sowawa 33c599eb6a Fix the bad value of EC2_HOME in the standard_instructions
Change EC2_HOME's value from 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/"'
to 'export EC2_HOME="/usr/local/Cellar/ec2-api-tools/1.6.12.0/libexec"'

Avoide the wrong value of EC_HOME caused by
024208466bfb4ffb479d48709caecc6a1e85ba4d

Closes Homebrew/homebrew#25918.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 20:27:34 -08:00
David Holm a61e6aa575 verilator 3.855
Closes Homebrew/homebrew#27108.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 20:25:04 -08:00
Bastien Dejean 1834783850 deheader 0.8
Closes Homebrew/homebrew#27142.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 20:13:40 -08:00
Martin Funk 772a189fbc apache tomee jax-rs 1.6.0 apache tomee plus 1.6.0
Closes Homebrew/homebrew#27158.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 20:08:06 -08:00
Adam Vandenberg a9efb1151c wx: fix audit warnings 2014-03-04 20:02:39 -08:00
Adam Vandenberg 8de0068e14 minidjvu: fix use of mkdir
Use autoreconf to fix mkdir invocation.

Closes Homebrew/homebrew#26901.
2014-03-04 20:01:54 -08:00
Kyle Gorman 93417f4a99 OpenFst 1.3.4
Closes Homebrew/homebrew#24140.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 19:03:42 -08:00
Nate Drake c73da329ef Griffon 1.5.0
Closes Homebrew/homebrew#27205.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 18:40:59 -08:00
Misty De Meo 27c8af480b grass: use wxPython
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 18:20:21 -08:00
Adam Vandenberg ce8439fe0c wxpython: style cleanup 2014-03-04 18:20:21 -08:00
BrewTestBot 1502488677 wxmac: add 3.0.0 bottle. 2014-03-04 18:20:21 -08:00
Misty De Meo ee0e439524 Add wxPython as separate formula
Closes Homebrew/homebrew#25651.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 18:20:21 -08:00
Misty De Meo 147b10767e Remove wxPython from wxMac
Closes Homebrew/homebrew#25651.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-04 18:20:21 -08:00
Viplav Khadke 567afb2a50 exim 4.82
Closes Homebrew/homebrew#27198.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04 16:25:41 -06:00
Steffen Matthischke 722257e579 mkvtoolnix 6.8.0: update to 6.8.0 and add tests
Closes Homebrew/homebrew#27175.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04 16:11:58 -06:00
Jay Soffian 9598d5c800 openconnect: add --HEAD support
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
Closes Homebrew/homebrew#27195.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04 16:03:44 -06:00
Stefan 026a2f1ec0 nginx 1.4.6, devel 1.5.11
Closes Homebrew/homebrew#27196.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-04 16:01:27 -06:00
BrewTestBot c49091ef5d haxe: add 3.1.0 bottle. 2014-03-04 17:38:18 +00:00
BrewTestBot 2b6c82f83a neko: add 2.0.0-6ab8f48 bottle. 2014-03-04 14:56:20 +00:00
BrewTestBot cd5ec4697e mruby: add 1.0.0 bottle.
Closes Homebrew/homebrew#27173.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 14:32:29 +00:00
Colin Dean 2d2f7c52a2 mruby 1.0.0
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 14:32:29 +00:00
Andy Li 36bb15b7f0 haxe 3.1.0
Closes Homebrew/homebrew#27152.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 14:31:21 +00:00
David Wagner 530292e000 youtube-dl 2014.03.04.1
Closes Homebrew/homebrew#27188.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 11:09:13 +00:00
yrammos ae0d487360 lilypond 2.18.1 (devel 2.19.3)
Closes Homebrew/homebrew#27186.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 10:59:02 +00:00
Ilya Otyutskiy 73e3fb7037 pyenv-virtualenvwrapper 20140122 (new formula)
Closes Homebrew/homebrew#27187.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 09:57:54 +00:00
BrewTestBot a7332ca0fd freeipmi: add 1.4.1 bottle. 2014-03-04 09:13:03 +00:00
BrewTestBot f2cfe815ee argp-standalone: add 1.3 bottle. 2014-03-04 09:13:03 +00:00
Sean P. Kane 2b6ad0dc9e freeipmi 1.4.1
Closes Homebrew/homebrew#27161.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 08:36:09 +00:00
howthebodyworks 7c04af5216 pure 0.59
Closes Homebrew/homebrew#27183.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 08:23:17 +00:00
Mike Naberezny 92d563911d ruby: add test
Closes Homebrew/homebrew#27179.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-04 08:08:09 +00:00
Todd Persen 6142a442aa influxdb --devel 0.5.0-rc.3
Closes Homebrew/homebrew#27172.

Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-03-03 22:46:56 -06:00