From 5d2f276768963aed8d559cbb8d790825671cbbf2 Mon Sep 17 00:00:00 2001 From: Matt Sicker Date: Sat, 5 Oct 2013 22:27:25 +0100 Subject: 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 #23060. Signed-off-by: Mike McQuaid --- Library/Formula/gmp.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index f7ae7324e..19e1994aa 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -2,15 +2,9 @@ require 'formula' class Gmp < Formula homepage 'http://gmplib.org/' - url 'ftp://ftp.gmplib.org/pub/gmp-5.1.2/gmp-5.1.2.tar.bz2' - mirror 'http://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2' - sha1 '2cb498322b9be4713829d94dee944259c017d615' - - bottle do - cellar :any - sha1 '65dc7505fe80c1ac3fd502a2bfdc09fcfa40a66e' => :mountain_lion - sha1 '186c0b5627fc0af1114d9bea543dc19bd657df0c' => :lion - end + url 'ftp://ftp.gmplib.org/pub/gmp/gmp-5.1.3.tar.bz2' + mirror 'http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2' + sha1 'b35928e2927b272711fdfbf71b7cfd5f86a6b165' option '32-bit' -- cgit v1.2.3