diff options
author | agc <agc> | 2010-11-24 01:09:48 +0000 |
---|---|---|
committer | agc <agc> | 2010-11-24 01:09:48 +0000 |
commit | c8ed8192d25f1c581f0f8aeca2dbbdbd47293b8f (patch) | |
tree | 6c2625ed9bc5a51b6030bbb4fdc10c5dada68807 /math | |
parent | 4a934bf867c7c8182449fd88e40ab92d9928c907 (diff) | |
download | pkgsrc-c8ed8192d25f1c581f0f8aeca2dbbdbd47293b8f.tar.gz |
Update Libtommath to version 0.42.0
pkgsrc changes:
+ Add license
+ Update master site
Changes since last pkgsrc version (0.39):
July 23rd, 2010
v0.42.0
-- Fix for mp_prime_next_prime() bug when checking generated prime
-- allow mp_shrink to shrink initialized, but empty MPI's
-- Added project and solution files for Visual Studio 2005 and Visual Studio 2008.
March 10th, 2007
v0.41 -- Wolfgang Ehrhardt suggested a quick fix to mp_div_d() which makes the detection of powers of two quicker.
-- [CRI] Added libtommath.dsp for Visual C++ users.
December 24th, 2006
v0.40 -- Updated makefile to properly support LIBNAME
-- Fixed bug in fast_s_mp_mul_high_digs() which overflowed (line 83), thanks Valgrind!
Diffstat (limited to 'math')
-rw-r--r-- | math/ltm/Makefile | 9 | ||||
-rw-r--r-- | math/ltm/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 96ad4dd946c..946e74e0d72 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,19 +1,20 @@ -# $NetBSD: Makefile,v 1.12 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2010/11/24 01:09:48 agc Exp $ # -DISTNAME= ltm-0.39 +DISTNAME= ltm-0.42.0 CATEGORIES= math -MASTER_SITES= http://math.libtomcrypt.com/files/ +MASTER_SITES= http://libtom.org/files/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://math.libtomcrypt.com/ COMMENT= Number theoretic multiple-precision integer library +LICENSE= public-domain PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -WRKSRC= ${WRKDIR}/libtommath-0.39 +WRKSRC= ${WRKDIR}/libtommath-0.42.0 MAKE_FILE= makefile BUILD_TARGET= default USE_TOOLS+= gmake diff --git a/math/ltm/distinfo b/math/ltm/distinfo index dd1e7ec7218..373ca7caa29 100644 --- a/math/ltm/distinfo +++ b/math/ltm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2006/09/09 09:35:10 obache Exp $ +$NetBSD: distinfo,v 1.4 2010/11/24 01:09:48 agc Exp $ -SHA1 (ltm-0.39.tar.bz2) = 496224e48c4823db3046cdc9fb98c778f8e95466 -RMD160 (ltm-0.39.tar.bz2) = 9101f48fcf256b311bd017125933c2b602db2856 -Size (ltm-0.39.tar.bz2) = 1978198 bytes +SHA1 (ltm-0.42.0.tar.bz2) = 9b192701cf62b85e9bd65fbb4d622d04cfa5ee0d +RMD160 (ltm-0.42.0.tar.bz2) = 9994d60d7e847a066715d8c644ce9b125932bf92 +Size (ltm-0.42.0.tar.bz2) = 1968961 bytes |