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:   mspo
Date:           Tue Sep 26 14:34:23 UTC 2017

Modified Files:
        pkgsrc/math/ltm: Makefile distinfo
Removed Files:
        pkgsrc/math/ltm/patches: patch-makefile.include

Log Message:
Update ltm (libtommath) to 1.0.1 to get MP_GEN_RANDOM_MAX etc

v1.0.1
       -- Dmitry Kovalenko provided fixes to mp_add_d() and mp_init_copy()
       -- Matt Johnston contributed some improvements to mp_div_2d(),
          mp_exptmod_fast(), mp_mod() and mp_mulmod()
       -- Julien Nabet provided a fix to the error handling in mp_init_multi()
       -- Ben Gardner provided a fix regarding usage of reserved keywords
       -- Fixed mp_rand() to fill the correct number of bits
       -- Fixed mp_invmod()
       -- Use the same 64-bit detection code as in libtomcrypt
       -- Correct usage of DESTDIR, PREFIX, etc. when installing the library
-- Francois Perrad updated all the perl scripts to an actual perl version


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/ltm/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/ltm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/ltm/patches/patch-makefile.include

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.21 pkgsrc/math/ltm/Makefile:1.22
--- pkgsrc/math/ltm/Makefile:1.21       Sun Feb  5 12:28:14 2017
+++ pkgsrc/math/ltm/Makefile    Tue Sep 26 14:34:23 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/02/05 12:28:14 bsiegert Exp $
+# $NetBSD: Makefile,v 1.22 2017/09/26 14:34:23 mspo Exp $
 
-DISTNAME=              ltm-1.0
+DISTNAME=              ltm-1.0.1
 PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=libtom/}
@@ -13,7 +13,7 @@ HOMEPAGE=             http://libtom.net/
 COMMENT=               Number theoretic multiple-precision integer library
 LICENSE=               public-domain
 
-WRKSRC=                        ${WRKDIR}/libtommath-1.0
+WRKSRC=                        ${WRKDIR}/libtommath-1.0.1
 USE_LIBTOOL=           yes
 MAKE_FILE=             makefile.shared
 MAKE_ENV+=             LIBPATH=${PREFIX}/lib
@@ -28,8 +28,8 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/tommath_superclass.h ${DESTDIR}${PREFIX}/include
        ${LIBTOOL} --mode=install ${INSTALL_LIB} ${WRKSRC}/libtommath.la \
                ${DESTDIR}${PREFIX}/lib
-       ${INSTALL_DATA} ${WRKSRC}/bn.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
-       ${INSTALL_DATA} ${WRKSRC}/poster.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
-       ${INSTALL_DATA} ${WRKSRC}/tommath.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
+       ${INSTALL_DATA} ${WRKSRC}/doc/bn.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
+       ${INSTALL_DATA} ${WRKSRC}/doc/poster.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
+       ${INSTALL_DATA} ${WRKSRC}/doc/tommath.pdf ${DESTDIR}${PREFIX}/share/doc/ltm
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/math/ltm/distinfo
diff -u pkgsrc/math/ltm/distinfo:1.8 pkgsrc/math/ltm/distinfo:1.9
--- pkgsrc/math/ltm/distinfo:1.8        Mon Aug 14 15:24:11 2017
+++ pkgsrc/math/ltm/distinfo    Tue Sep 26 14:34:23 2017
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2017/08/14 15:24:11 jlam Exp $
+$NetBSD: distinfo,v 1.9 2017/09/26 14:34:23 mspo Exp $
 
-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
-SHA1 (patch-makefile.include) = fb48375698cffe7c22d1a5044595a147b70dbaf9
+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



Home | Main Index | Thread Index | Old Index