Commit graph

19801 commits

Author SHA1 Message Date
Mike McQuaid
207cfc08fa mongodb: add patch for clang failure.
Closes Homebrew/homebrew#22696.
2013-10-07 17:39:00 +01:00
Jens Erat
cc3963c464 basex 7.7.2
Closes Homebrew/homebrew#23100.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-07 15:52:54 +01:00
Sebastian Roth
1cc018d532 maven: 3.1.1
Closes Homebrew/homebrew#23084.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 22:12:26 -05:00
Rob Jefferson
9702f3fa07 newlisp 10.5.4
Closes Homebrew/homebrew#23086.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-10-06 19:39:31 -07:00
Tyler Stalder
1ba507e1b5 cfitsio: use HTTP URL instead of FTP
The NASA HEASARC FTP server is currently not responding via FTP, but
allows HTTP indexes and downloads. SHA1 matches and doesn't need to
changed. The directy index is linked to from
http://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html

Fixes Homebrew/homebrew#23049.
Closes Homebrew/homebrew#23085.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2013-10-06 19:35:59 -07:00
Jack Nagel
72117f614f clutter: fix build on Snow Leopard 2013-10-06 20:56:55 -05:00
Jack Nagel
3b3652451d clutter, cogl: add minimum XQuartz version 2013-10-06 20:56:55 -05:00
Jack Nagel
9e7689ba49 cogl: update configure options 2013-10-06 20:56:55 -05:00
Adam Malcontenti-Wilson
297ef46cff clutter 1.14.4
Closes Homebrew/homebrew#22843.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 20:56:55 -05:00
Adam Malcontenti-Wilson
25f23d1a76 cogl 1.14.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 20:56:54 -05:00
Susan Potter
7b26d1931c yaws 1.96 plus --HEAD
Changes include:
* Update release from 1.94 to 1.96 in yaws formula using GitHub's releases URL
* Update `sha1` for new source archive
* Provide `--HEAD` option for yaws formula (needed for newer Erlang versions)
* Add `test` method with a basic tests for yaws formula
* Revert private method extraction to address method extraction from @adamv
* Use autoconf for yaws formula and specify build dependency on autoconf
* Add patches for yaws formula which is necessary for Erlang R16B01 and above
* Make tests valid for `--HEAD` builds even when the next version is bumped

Closes Homebrew/homebrew#23076.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-06 18:42:10 -07:00
Matt Sicker
1bd81c6fc6 gpgme 1.4.3
Closes Homebrew/homebrew#23063.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 17:59:38 -05:00
Matt Sicker
838498cca9 gpg-agent 2.0.22
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 17:59:35 -05:00
Matt Sicker
65e2523caa gnupg2: 2.0.22
What's New in 2.0.22
====================

 * Fixed possible infinite recursion in the compressed packet
   parser. [CVE-2013-4402]

 * Improved support for some card readers.

 * Prepared building with the forthcoming Libgcrypt 1.6.

 * Protect against rogue keyservers sending secret keys.

Impact of the security problem
==============================

Special crafted input data may be used to cause a denial of service
against GPG (GnuPG's OpenPGP part) and some other OpenPGP
implementations.  All systems using GPG to process incoming data are
affected.

Taylor R. Campbell invented a neat trick to generate OpenPGP packages
to force GPG to recursively parse certain parts of OpenPGP messages ad
infinitum.  As a workaround a tight "ulimit -v" setting may be used to
mitigate the problem.  Sample input data to trigger this problem has
not yet been seen in the wild.  Details of the attack will eventually
be published by its inventor.

A fixed release of the GnuPG 1.4 series has also been released.

An updated vesion of gpg4win will be released next week.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 17:59:31 -05:00
Matt Sicker
ed8a3a076d gnupg: 1.4.15
What's New
===========

  * Fixed possible infinite recursion in the compressed packet
    parser. [CVE-2013-4402]

  * Protect against rogue keyservers sending secret keys.

  * Use 2048 bit also as default for batch key generation.

  * Minor bug fixes.

Impact of the security problem
==============================

Special crafted input data may be used to cause a denial of service
against GPG (GnuPG's OpenPGP part) and some other OpenPGP
implementations.  All systems using GPG to process incoming data are
affected.

Taylor R. Campbell invented a neat trick to generate OpenPGP packages
to force GPG to recursively parse certain parts of OpenPGP messages ad
infinitum.  As a workaround a tight "ulimit -v" setting may be used to
mitigate the problem.  Sample input data to trigger this problem has
not yet been seen in the wild.  Details of the attack will eventually
be published by its inventor.

A fixed release of the GnuPG 2.0 series has also been released.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-06 17:59:25 -05:00
Yago Riveiro
253a801a63 Solr 4.5.0
Closes Homebrew/homebrew#23077.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-06 10:39:10 -07:00
Misty De Meo
c833356b53 rubinius 2.0.0 2013-10-06 02:15:14 -07:00
Mike McQuaid
e2091940e0 gmp: 5.1.3 add bottles. 2013-10-05 22:28:15 +01:00
Matt Sicker
e06f819310 gmp 5.1.3
Changes between GMP version 5.1.2 and 5.1.3:

BUGS FIXED
  * The internal functions mpn_sbpi1_div_qr_sec mpn_sbpi1_div_r_sec
    could compute garbage with a low probability.  They are now rewritten,
    and the test code has been improved.

  * A bug in the ia64 implementation of mpn_divrem_2, clobbering some
    callee-save registers, has been fixed. This is an internal
    function, with the bug manifesting itself as miscomputation in,
    e.g., mpn_sqrtrem.

  * The documentation now correctly says 'const' for input arguments.

Closes Homebrew/homebrew#23060.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-05 22:28:15 +01:00
Matt Sicker
a92abebb2f texinfo 5.2
Closes Homebrew/homebrew#23062.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 14:12:58 -07:00
Etienne Laurin
764415abd0 protobuf: add native Python bindings
Closes Homebrew/homebrew#23013.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 14:12:26 -07:00
Adam Vandenberg
478e77c3fe Redact libunique
This project has been deprecated by its owners, who suggest
using the GtkApplication class provided in GTK+ 3.0.

Closes Homebrew/homebrew#23056.
2013-10-05 13:55:16 -07:00
Stefan
ed03e022f1 openrtsp: fix checksum
Closes Homebrew/homebrew#23065.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 13:53:49 -07:00
Fernando Ortiz
641168188f dgtal: fix option name
Closes Homebrew/homebrew#23067.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 13:49:44 -07:00
Lars Eggert
06b198e51d owamp 3.3.
Closes Homebrew/homebrew#22848.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 10:17:02 -07:00
Eric Windisch
a951c4fc1d bacula-fd 5.2.13
Closes Homebrew/homebrew#22980.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 10:15:37 -07:00
Kent Chen
dfc660127c sdcv: use new repository
Closes Homebrew/homebrew#23052.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-05 09:51:36 -07:00
Beau Gunderson
efb65ec5fa libav: 9.9 - tools to encode/decode video
Partially adapted from the ffmpeg formula. libav compilation seems robust, I
tested on two laptops and installed alongside ffmpeg without issue. I also
tested with all build options enabled.

Previous mention of a libav formula was at Homebrew/homebrew#12534.

Closes Homebrew/homebrew#20827.

Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2013-10-05 05:36:55 -07:00
Sebastian Sdorra
1a7d853b87 scm-manager 1.34
Closes Homebrew/homebrew#23055.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-05 13:14:47 +01:00
Mike McQuaid
7126c68286 jenkins 1.533 2013-10-05 08:37:21 +01:00
Mike McQuaid
9d4f59c8cd jenkins: add TLS mail support to plist. 2013-10-05 08:37:21 +01:00
Adam Vandenberg
cc7d4b788f lcrack: use debian 2013-10-04 20:14:39 -07:00
Adam Vandenberg
ed385bcf3d Redact GNU Arch
This project has been removed from GNU mirrors.

Debian still packages a version of it, so users of this software
could switch the formula to use the Debian download, though we
no longer want to carry this in core.
2013-10-04 20:12:42 -07:00
Adam Vandenberg
01f3bd6b4d openrtsp 2013.10.03
Closes Homebrew/homebrew#23020.
2013-10-04 20:11:50 -07:00
Fernando Ortiz
7438e1a7f0 crosstool-ng 1.19.0
Closes Homebrew/homebrew#23015.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 20:04:55 -07:00
Keith Schulze
dfb29b6eb0 Dart 28108
Upgrade to the latest dart milestone 28108

Closes Homebrew/homebrew#23050.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 19:59:48 -07:00
Misty De Meo
6f3099c718 apple-gcc42: Add mirror
Fixes Homebrew/homebrew#23047.
2013-10-04 15:40:11 -07:00
Dmitry Shaposhnik
fb44218aa7 Sysbench 0.4.12
Closes Homebrew/homebrew#22765.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 08:07:59 -07:00
Thomas Cioppettini
0da851c24f pgrouting 2.0.0
Closes Homebrew/homebrew#22959.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 08:03:09 -07:00
Markus Goetz
6b17415a1f neon 0.30.0
Closes Homebrew/homebrew#22967.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 08:00:56 -07:00
Yamen
43bbc1a9b5 neo4j 1.9.4
Closes Homebrew/homebrew#23036.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 07:55:24 -07:00
Justin Donaldson
f70025d702 Haxe 3.01
Closes Homebrew/homebrew#22970.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-04 07:55:04 -07:00
Mike McQuaid
e287ca574d gmp: remove broken 10.6 bottle. 2013-10-04 08:59:21 +01:00
Ryan Rhee
2903f16f01 xctool 0.1.13
Release info: https://github.com/facebook/xctool/releases/tag/v0.1.13

Closes Homebrew/homebrew#23016

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-10-04 08:22:34 +01:00
Peter Gebhard
ea885fc777 avrdude 6.0.1
Closes Homebrew/homebrew#23037.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-03 22:39:36 -07:00
Dave Crossland
9fa8498806 FontForge HEAD now requires uuid
Closes Homebrew/homebrew#22990.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-10-03 20:36:39 -07:00
Misty De Meo
627ed88fee ffmpeg 1.2.4 2013-10-03 19:34:22 -07:00
Peter Baker
ad350a80ce postgresql: fix comment
Closes Homebrew/homebrew#22975.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-03 15:59:01 -05:00
Spencer Ewall
51bd44b52c mercurial 2.7.2
Closes Homebrew/homebrew#23008.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-03 15:57:52 -05:00
Mike Goodspeed
804690d05a python: setuptools 1.1.6
Closes Homebrew/homebrew#23006.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-03 15:57:20 -05:00