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:   wiz
Date:           Tue Oct  4 09:29:46 UTC 2016

Modified Files:
        pkgsrc/math/ltm: Makefile distinfo
Removed Files:
        pkgsrc/math/ltm/patches: patch-aa

Log Message:
Updated ltm to 1.0.

Feb 5th, 2016
v1.0
       -- Bump to 1.0
       -- Dirkjan Bussink provided a faster version of mp_expt_d()
       -- Moritz Lenz contributed a fix to mp_mod()
          and provided mp_get_long() and mp_set_long()
       -- Fixed bugs in mp_read_radix(), mp_radix_size
          Thanks to shameister, Gerhard R,
       -- Christopher Brown provided mp_export() and mp_import()
       -- Improvements in the code of mp_init_copy()
          Thanks to ramkumarkoppu,
       -- lomereiter provided mp_balance_mul()
       -- Alexander Boström from the heimdal project contributed patches to
          mp_prime_next_prime() and mp_invmod() and added a mp_isneg() macro
       -- Fix build issues for Linux x32 ABI
       -- Added mp_get_long_long() and mp_set_long_long()
       -- Carlin provided a patch to use arc4random() instead of rand()
          on platforms where it is supported
       -- Karel Miko provided mp_sqrtmod_prime()


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/math/ltm/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/ltm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/math/ltm/patches/patch-aa

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.18 pkgsrc/math/ltm/Makefile:1.19
--- pkgsrc/math/ltm/Makefile:1.18       Sat Dec 27 00:00:26 2014
+++ pkgsrc/math/ltm/Makefile    Tue Oct  4 09:29:46 2016
@@ -1,18 +1,18 @@
-# $NetBSD: Makefile,v 1.18 2014/12/27 00:00:26 mef Exp $
-#
+# $NetBSD: Makefile,v 1.19 2016/10/04 09:29:46 wiz Exp $
 
-DISTNAME=              ltm-0.42.0
-PKGREVISION=           1
+DISTNAME=              ltm-1.0
 CATEGORIES=            math
-MASTER_SITES=          http://libtom.net/files/
-EXTRACT_SUFX=          .tar.bz2
+MASTER_SITES=          ${MASTER_SITE_GITHUB:=libtom/}
+GITHUB_PROJECT=                libtommath
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              http://libtom.net/
 COMMENT=               Number theoretic multiple-precision integer library
 LICENSE=               public-domain
 
-WRKSRC=                        ${WRKDIR}/libtommath-0.42.0
+WRKSRC=                        ${WRKDIR}/libtommath-1.0
 USE_LIBTOOL=           yes
 MAKE_FILE=             makefile.shared
 BUILD_TARGET=          default

Index: pkgsrc/math/ltm/distinfo
diff -u pkgsrc/math/ltm/distinfo:1.6 pkgsrc/math/ltm/distinfo:1.7
--- pkgsrc/math/ltm/distinfo:1.6        Tue Nov  3 23:33:36 2015
+++ pkgsrc/math/ltm/distinfo    Tue Oct  4 09:29:46 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.6 2015/11/03 23:33:36 agc Exp $
+$NetBSD: distinfo,v 1.7 2016/10/04 09:29:46 wiz Exp $
 
-SHA1 (ltm-0.42.0.tar.bz2) = 9b192701cf62b85e9bd65fbb4d622d04cfa5ee0d
-RMD160 (ltm-0.42.0.tar.bz2) = 9994d60d7e847a066715d8c644ce9b125932bf92
-SHA512 (ltm-0.42.0.tar.bz2) = c5bb26a260477de4e9abee9f65735754efa69c39c89caa3a06dd8ad3eda9d27fff687a432e91e3410b2bcc6a9e3d59921b6cdf6ca7f1ca6c69ed199a002e5790
-Size (ltm-0.42.0.tar.bz2) = 1968961 bytes
-SHA1 (patch-aa) = 97729991d4c6541d726c0fb1b565794388816ba1
+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



Home | Main Index | Thread Index | Old Index