diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-04 09:29:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-04 09:29:46 +0000 |
commit | 3bc622f3a7e514642dfa6826d1e2fb377cab1218 (patch) | |
tree | 28b5cbb2c5823cdffd7ea30c95869b7a912174fb /math/ltm/distinfo | |
parent | fae53368c054f30d35c9b758c738a81a48fb9c93 (diff) | |
download | pkgsrc-3bc622f3a7e514642dfa6826d1e2fb377cab1218.tar.gz |
Updated ltm to 1.0.
Feb 5th, 2016
v1.0
-- Bump to 1.0
-- Dirkjan Bussink provided a faster version of mp_expt_d()
-- Moritz Lenz contributed a fix to mp_mod()
and provided mp_get_long() and mp_set_long()
-- Fixed bugs in mp_read_radix(), mp_radix_size
Thanks to shameister, Gerhard R,
-- Christopher Brown provided mp_export() and mp_import()
-- Improvements in the code of mp_init_copy()
Thanks to ramkumarkoppu,
-- lomereiter provided mp_balance_mul()
-- Alexander Boström from the heimdal project contributed patches to
mp_prime_next_prime() and mp_invmod() and added a mp_isneg() macro
-- Fix build issues for Linux x32 ABI
-- Added mp_get_long_long() and mp_set_long_long()
-- Carlin provided a patch to use arc4random() instead of rand()
on platforms where it is supported
-- Karel Miko provided mp_sqrtmod_prime()
Diffstat (limited to 'math/ltm/distinfo')
-rw-r--r-- | math/ltm/distinfo | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/math/ltm/distinfo b/math/ltm/distinfo index 2f791776033..3e939e79ec6 100644 --- a/math/ltm/distinfo +++ b/math/ltm/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/03 23:33:36 agc Exp $ +$NetBSD: distinfo,v 1.7 2016/10/04 09:29:46 wiz Exp $ -SHA1 (ltm-0.42.0.tar.bz2) = 9b192701cf62b85e9bd65fbb4d622d04cfa5ee0d -RMD160 (ltm-0.42.0.tar.bz2) = 9994d60d7e847a066715d8c644ce9b125932bf92 -SHA512 (ltm-0.42.0.tar.bz2) = c5bb26a260477de4e9abee9f65735754efa69c39c89caa3a06dd8ad3eda9d27fff687a432e91e3410b2bcc6a9e3d59921b6cdf6ca7f1ca6c69ed199a002e5790 -Size (ltm-0.42.0.tar.bz2) = 1968961 bytes -SHA1 (patch-aa) = 97729991d4c6541d726c0fb1b565794388816ba1 +SHA1 (ltm-1.0.tar.xz) = 6293cf8bbc2051c6756f682ee3a4f50a0bdb7f80 +RMD160 (ltm-1.0.tar.xz) = c132d12690de64d532fa04e627bceb44cac40fb6 +SHA512 (ltm-1.0.tar.xz) = da2ced516106fb056373d97f9ac443805c57ebeb0a33982c14703d6dd8c3925e49aeb690b790ba91768ed5d41f5875dc50a3d3435dbb4088cfa3fddee9162082 +Size (ltm-1.0.tar.xz) = 2191540 bytes |