Commit Graph

23829 Commits (8e9a7ce6aa4e20679708fde832cba3213888fde9)

Author SHA1 Message Date
Jack Nagel 1f407f3de9 fontforge: use checksummed patches 2014-03-13 21:46:57 -05:00
Jack Nagel 9ba4c04282 glib: use checksummed patches 2014-03-13 21:36:58 -05:00
BrewTestBot 3efab9c66e tokyo-cabinet: add 1.4.48 bottle. 2014-03-13 19:33:37 -07:00
Rommel G Custodio 0d1777c71f tokyo-cabinet: fix compile error
Removed the "--enable-fastest" option. The option causes a compile error
using the latest XCode tools.

Closes Homebrew/homebrew#27465.
2014-03-13 19:33:32 -07:00
Adam Vandenberg 0e3c0f3aea synfigstudio: apply candidate patch for Xcode 5
Closes Homebrew/homebrew#25033.
2014-03-13 19:24:22 -07:00
Jacob Jewell b592a7d40b sickbeard 503
Closes Homebrew/homebrew#27528.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-13 19:24:12 -07:00
Jack Nagel f91414392e ttf2pt1: fix patch declaration 2014-03-13 19:43:10 -05:00
Jack Nagel fbbe998bb4 cogl: add autotools deps for HEAD 2014-03-13 18:15:08 -05:00
Jack Nagel 22f0f42f5b mpd: fix HEAD build 2014-03-13 18:13:06 -05:00
Jack Nagel 86012b89f6 opusfile: add autotools deps for HEAD 2014-03-13 17:25:14 -05:00
Jack Nagel 367a6d7256 tig: HEAD depends on autoconf and automake 2014-03-13 17:15:59 -05:00
Jack Nagel fcdeca67cc tig: don't apply patches to HEAD 2014-03-13 17:11:32 -05:00
BrewTestBot f402ebe736 pv: add 1.5.2 bottle.
Closes Homebrew/homebrew#27526.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 21:46:18 +00:00
John Claus d33cae5c91 pv 1.5.2 2014-03-13 21:46:14 +00:00
Homebrew a574f4f4b7 docker: update 0.9.0 bottle.
Closes Homebrew/homebrew#27419.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 21:43:59 +00:00
Michael Gaffney b3224f009e docker 0.9.0 2014-03-13 21:43:59 +00:00
BrewTestBot d16384a159 wemux: update 3.2.0 bottle.
Closes Homebrew/homebrew#27520.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 20:56:14 +00:00
Matt Furden 8f90d447fa wemux 3.2.0
"Security" update. Documentation improvements. Better command lane argument passing.
2014-03-13 20:56:05 +00:00
BrewTestBot 85fd50bfa7 gnu-getopt: add 1.1.5 bottle. 2014-03-13 20:40:56 +00:00
BrewTestBot ce1f275259 s-lang: add 2.2.4 bottle. 2014-03-13 20:40:56 +00:00
BrewTestBot a63f863b81 asciidoc: add 8.6.9 bottle. 2014-03-13 20:40:56 +00:00
BrewTestBot 76e4fcba1c xerces-c: add 3.1.1 bottle. 2014-03-13 20:40:55 +00:00
BrewTestBot e592feb573 gawk: add 4.1.0 bottle. 2014-03-13 20:40:55 +00:00
BrewTestBot e870591c97 sdl2: add 2.0.2 bottle. 2014-03-13 20:40:55 +00:00
BrewTestBot d315a8f08b gsl: add 1.16 bottle. 2014-03-13 20:40:55 +00:00
BrewTestBot 23b46b0f94 json-c: add 0.11 bottle. 2014-03-13 20:39:03 +00:00
lalyos 978abd05c4 boot2docker 0.7.0
Closes Homebrew/homebrew#27523.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 20:35:25 +00:00
BrewTestBot 1fa1c8c793 wemux: add 3.1.0 bottle. 2014-03-13 20:01:18 +00:00
John Claus f95d64d608 ec2-ami-tools-1.5.1
Closes Homebrew/homebrew#27521.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 20:00:50 +00:00
John Claus 95708ab20a ec2-api-tools 1.6.12.2
Closes Homebrew/homebrew#27519.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 19:09:46 +00:00
BrewTestBot 186ed1c3e7 openconnect: add 5.99 bottle.
Closes Homebrew/homebrew#27225.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 19:00:31 +00:00
Jay Soffian 108be8e14f openconnect 5.99
Signed-off-by: Jay Soffian <jaysoffian@gmail.com>

Closes Homebrew/homebrew#27225.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 18:59:33 +00:00
Jay Soffian 94ce116397 openconnect: use brewed openssl
While using openconnect on OS X 10.9.2, I noticed it was spewing the following
message every minute after connecting:

    DTLS handshake failed: 1
    90555:error:14102410:SSL routines:DTLS1_READ_BYTES:sslv3 alert
      handshake failure:
      /SourceCache/OpenSSL098/OpenSSL098-50/src/ssl/d1_pkt.c:
      1037:SSL alert number 40
    ...

This turns out to be a bug in openssl <= 1.0.1e, per
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701826 and

Switch to brew's openssl (1.0.1f at this moment) to pick up the bugfix.

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
2014-03-13 18:59:27 +00:00
Jay Soffian 663260105f openconnect: fix --HEAD to report proper version
openconnect ships with a version.sh script to determine the current version,
but it expects to run from within a clean git clone, which it determines in
part by checking for [-d .git]. For it to work properly we need to:

1. symlink to the git clone (so that the [-d .git] test works).
2. clone without --shallow (so that git describe can find a proper tag)
3. copy autogen.sh before modifying it (so that the checkout isn't dirty)

Signed-off-by: Jay Soffian <jaysoffian@gmail.com>
2014-03-13 18:59:24 +00:00
Dan 951b756919 cabocha 0.68
Closes Homebrew/homebrew#27516.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 18:58:06 +00:00
Misty De Meo 00483787ad translate-toolkit: let scripts find python modules 2014-03-13 10:01:12 -07:00
Misty De Meo 92fdb9da61 exiftool 9.54 2014-03-13 09:45:31 -07:00
Misty De Meo 920562243d yaz: add test 2014-03-13 09:45:31 -07:00
Misty De Meo 42343f364b gist 4.2.1 2014-03-13 09:45:31 -07:00
BrewTestBot 5a6566493f pyqt: add 4.10.3 bottle. 2014-03-13 14:37:20 +00:00
BrewTestBot 5fa449f768 sip: add 4.15.4 bottle. 2014-03-13 14:37:20 +00:00
Mike McQuaid 8ebdababfa Revert "pyqt: add 4.10.3 bottle."
This reverts commit 628c909b80ffd9b5b043428087a8bd2877452f3d.
2014-03-13 13:14:18 +00:00
Mike McQuaid fda6ea7eed Revert "sip: add 4.15.4 bottle."
This reverts commit 1aa37cd177e3439fafd5ea626d0b6b4d04b09590.
2014-03-13 13:14:16 +00:00
BrewTestBot 4bb45cd143 pyqt: add 4.10.3 bottle. 2014-03-13 13:10:54 +00:00
BrewTestBot 137ecd031b sip: add 4.15.4 bottle. 2014-03-13 13:10:54 +00:00
BrewTestBot 9213f10c8c capstone: add 2.1.1 bottle.
Closes Homebrew/homebrew#27402.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 13:09:10 +00:00
Nguyen Anh Quynh 617646a0cd Capstone 2.1.1
Update Capstone to 2.1.1
2014-03-13 13:09:10 +00:00
Jaime Marquínez Ferrándiz c5ed28814c mercurial 2.9.1
Closes Homebrew/homebrew#27506.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-13 13:05:58 +00:00
BrewTestBot 668cb821bc scons: update 2.3.0 bottle. 2014-03-13 12:16:49 +00:00
Mike McQuaid 1f932cf177 mkvtoolnix: fix version handling.
Fixes Homebrew/homebrew#27503.
2014-03-13 11:26:20 +00:00