pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ltm ltm: Update to 1.1.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/33c746c512cb
branches: trunk
changeset: 336215:33c746c512cb
user: nia <nia%pkgsrc.org@localhost>
date: Tue Jul 09 11:27:16 2019 +0000
description:
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:
math/ltm/Makefile | 7 +++----
math/ltm/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r c396c96adf1b -r 33c746c512cb math/ltm/Makefile
--- a/math/ltm/Makefile Tue Jul 09 11:21:13 2019 +0000
+++ b/math/ltm/Makefile Tue Jul 09 11:27:16 2019 +0000
@@ -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 @@
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 -r c396c96adf1b -r 33c746c512cb math/ltm/distinfo
--- a/math/ltm/distinfo Tue Jul 09 11:21:13 2019 +0000
+++ b/math/ltm/distinfo Tue Jul 09 11:27:16 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index