Update to ntl 6.1.0.

This commit is contained in:
benoit 2014-03-15 09:13:13 +00:00
parent 160954d26d
commit 53c738be1e
10 changed files with 16 additions and 10 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.20 2013/03/21 08:46:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.21 2014/03/15 09:13:13 benoit Exp $
COMMENT = Victor Shoup's Number Theory Library
DISTNAME = ntl-6.0.0
SHARED_LIBS = ntl 1.0 # .0.1
DISTNAME = ntl-6.1.0
SHARED_LIBS = ntl 1.1 # 0.0
CATEGORIES = math
HOMEPAGE = http://www.shoup.net/ntl/

View File

@ -1,2 +1,2 @@
SHA256 (ntl-6.0.0.tar.gz) = k0L6fYOg7mdI665oM2glDv8GsZ199d+4W8uoqJbAops=
SIZE (ntl-6.0.0.tar.gz) = 714741
SHA256 (ntl-6.1.0.tar.gz) = 4Wwwzu8dR+lLijeoxKH7WHKbj4RJxkjiqWKAo+7Pm28=
SIZE (ntl-6.1.0.tar.gz) = 715439

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_DoConfig,v 1.3 2014/03/15 09:13:13 benoit Exp $
--- src/DoConfig.orig Fri Aug 14 14:53:11 2009
+++ src/DoConfig Sun Oct 24 11:03:33 2010
@@ -12,14 +12,14 @@

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_GF2EX_c,v 1.3 2014/03/15 09:13:13 benoit Exp $
--- src/GF2EX.c.orig Fri Feb 15 15:44:26 2013
+++ src/GF2EX.c Tue Feb 19 10:26:58 2013
@@ -6,6 +6,8 @@

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-src_VERSION_INFO,v 1.3 2013/03/05 08:26:04 benoit Exp $
--- src/VERSION_INFO.orig Fri Feb 15 15:44:26 2013
+++ src/VERSION_INFO Tue Feb 19 10:26:58 2013
$OpenBSD: patch-src_VERSION_INFO,v 1.4 2014/03/15 09:13:13 benoit Exp $
--- src/VERSION_INFO.orig Thu Mar 13 18:05:10 2014
+++ src/VERSION_INFO Sat Mar 15 09:19:58 2014
@@ -1 +1 @@
-2:0:0
-3:0:0
+0:0:0

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_WordVector_c,v 1.3 2014/03/15 09:13:13 benoit Exp $
--- src/WordVector.c.orig Fri Aug 14 14:53:10 2009
+++ src/WordVector.c Sun Oct 24 10:56:43 2010
@@ -4,6 +4,8 @@

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_tools_c,v 1.3 2014/03/15 09:13:13 benoit Exp $
--- src/tools.c.orig Fri Aug 14 14:53:11 2009
+++ src/tools.c Sun Oct 24 10:56:43 2010
@@ -13,13 +13,42 @@ void _ntl_abort_cxx_callback(void)

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_tools_h,v 1.2 2014/03/15 09:13:13 benoit Exp $
--- include/NTL/tools.h 2008-03-04 15:35:02.000000000 -0800
+++ include/NTL/tools.h.modified 2008-04-17 12:24:41.000000000 -0700
@@ -249,6 +249,12 @@

View File

@ -1,3 +1,4 @@
$OpenBSD: patch-src_vec_GF2_c,v 1.3 2014/03/15 09:13:13 benoit Exp $
--- src/vec_GF2.c.orig Fri Aug 14 14:53:11 2009
+++ src/vec_GF2.c Sun Oct 24 10:56:44 2010
@@ -4,6 +4,8 @@

View File

@ -1,5 +1,5 @@
NTL is an object oriented library for number theory, written
by Victor Shoup. It provides objects and methods for
by Victor Shoup. It provides objects and methods for
- arbitrary length integers
- finite fields
- polynomials over fields