Skip to content

Commit

Permalink
ltm: Update to 1.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
alarixnia committed Jul 9, 2019
1 parent 7a8e74c commit 3f2275e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions math/ltm/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions math/ltm/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3f2275e

Please sign in to comment.