pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/ltm



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jul  9 11:27:16 UTC 2019

Modified Files:
        pkgsrc/math/ltm: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/math/ltm/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/ltm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/ltm/Makefile
diff -u pkgsrc/math/ltm/Makefile:1.22 pkgsrc/math/ltm/Makefile:1.23
--- pkgsrc/math/ltm/Makefile:1.22       Tue Sep 26 14:34:23 2017
+++ pkgsrc/math/ltm/Makefile    Tue Jul  9 11:27:16 2019
@@ -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

Index: pkgsrc/math/ltm/distinfo
diff -u pkgsrc/math/ltm/distinfo:1.9 pkgsrc/math/ltm/distinfo:1.10
--- pkgsrc/math/ltm/distinfo:1.9        Tue Sep 26 14:34:23 2017
+++ pkgsrc/math/ltm/distinfo    Tue Jul  9 11:27:16 2019
@@ -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