diff options
author | nia <nia@pkgsrc.org> | 2019-07-09 11:27:16 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2019-07-09 11:27:16 +0000 |
commit | 457dde3a7e87ab68422d34a586862721d34d6ada (patch) | |
tree | 8f89666d3e2f192aa70b38d162fc5431b0b194ee /math | |
parent | 179fe872ccd457b36a7cb9b8ee1f9d2b3d78ff11 (diff) | |
download | pkgsrc-457dde3a7e87ab68422d34a586862721d34d6ada.tar.gz |
ltm: Update to 1.1.0
Jan 28th, 2019
v1.1.0
-- Christoph Zurnieden contributed FIPS 186.4 compliant
prime-checking (PR #113), several other fixes and a load of documentation
-- Daniel Mendler provided two's-complement functions (PR #124)
and mp_{set,get}_double() (PR #123)
-- Francois Perrad took care of linting the sources, provided all fixes and
a astylerc to auto-format the sources.
-- A bunch of patches by Kevin B Kenny have been back-ported from TCL
-- Jan Nijtmans provided the patches to `const`ify all API
function arguments (also from TCL)
-- mp_rand() has now several native random provider implementations
and doesn't rely on `rand()` anymore
-- Karel Miko provided fixes when building for MS Windows
and re-worked the makefile generating process
-- The entire environment and build logic has been extended and improved
regarding auto-detection of platforms, libtool and a lot more
-- Prevent some potential BOF cases
-- Improved/fixed mp_lshd() and mp_invmod()
-- A load more bugs were fixed by various contributors
Diffstat (limited to 'math')
-rw-r--r-- | math/ltm/Makefile | 7 | ||||
-rw-r--r-- | math/ltm/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/math/ltm/Makefile b/math/ltm/Makefile index 81551ae26f1..e4c539c5ecd 100644 --- a/math/ltm/Makefile +++ b/math/ltm/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2017/09/26 14:34:23 mspo Exp $ +# $NetBSD: Makefile,v 1.23 2019/07/09 11:27:16 nia Exp $ -DISTNAME= ltm-1.0.1 -PKGREVISION= 1 +DISTNAME= ltm-1.1.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GITHUB:=libtom/} GITHUB_PROJECT= libtommath @@ -13,7 +12,7 @@ HOMEPAGE= http://libtom.net/ COMMENT= Number theoretic multiple-precision integer library LICENSE= public-domain -WRKSRC= ${WRKDIR}/libtommath-1.0.1 +WRKSRC= ${WRKDIR}/libtommath-${PKGVERSION_NOREV} USE_LIBTOOL= yes MAKE_FILE= makefile.shared MAKE_ENV+= LIBPATH=${PREFIX}/lib diff --git a/math/ltm/distinfo b/math/ltm/distinfo index 202f5dd8927..83200082fac 100644 --- a/math/ltm/distinfo +++ b/math/ltm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2017/09/26 14:34:23 mspo Exp $ +$NetBSD: distinfo,v 1.10 2019/07/09 11:27:16 nia Exp $ -SHA1 (ltm-1.0.1.tar.xz) = f24ee181d0edd5383afa39728f138354632e2cf3 -RMD160 (ltm-1.0.1.tar.xz) = 34cc4e294f1593a03ec959e386260cf1c459a151 -SHA512 (ltm-1.0.1.tar.xz) = f98f7b0f91268e898803478fd52f578f476d378d096a25e48fa2e291159dc89bd1a6dc7d8c5c2254df840c731e5d009ec9728b72190318b6d1ba2916f5c66fb6 -Size (ltm-1.0.1.tar.xz) = 2210120 bytes +SHA1 (ltm-1.1.0.tar.xz) = ce7a27614ff4c25cc281e43d8607eef0154ba833 +RMD160 (ltm-1.1.0.tar.xz) = 0ec39b8089a7fccf7b10c064be9e440a37aa1ad7 +SHA512 (ltm-1.1.0.tar.xz) = 6d1b8b09d5b975a2b84ef6ab9cb1cc63db2f0503a906e499cb9d7eaba3f487be6e7f69bf692b188f888418c61ea563aa7e2411638d8979eac426b3d603ad1b91 +Size (ltm-1.1.0.tar.xz) = 2125456 bytes |