ports/107627: [MAINTAINER UPDATE]: math/libtommath and security/libtomcrypt

Wesley Shields wxs at csh.rit.edu
Sat Jan 6 19:20:13 UTC 2007


>Number:         107627
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE]: math/libtommath and security/libtomcrypt
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 06 19:20:12 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.1-RELEASE-p10 amd64
>Organization:
>Environment:
System: FreeBSD syn.csh.rit.edu 6.1-RELEASE-p10 FreeBSD 6.1-RELEASE-p10 #5: Sat Sep 30 21:50:55 EDT 2006 root at syn.csh.rit.edu:/usr/obj/usr/src/sys/SMP amd64

>Description:
math/libtommath and security/libtomcrypt have new versions out.  The attached two patches update these ports.  While I'm at it I'm also providing mirrors for these distfiles as there has been issues with them in the past.

>How-To-Repeat:
N/A

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	19 Sep 2006 15:48:07 -0000	1.19
+++ Makefile	6 Jan 2007 19:11:25 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libtomcrypt
-PORTVERSION=	1.14
+PORTVERSION=	1.16
 CATEGORIES=	security
-MASTER_SITES=	http://libtomcrypt.com/files/
+MASTER_SITES=	http://libtom.org/files/ \
+		http://www.atarininja.org/~wxs/distfiles/
 DISTNAME=	crypt-${PORTVERSION}
 
 MAINTAINER=	wxs at atarininja.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v
retrieving revision 1.14
diff -u -r1.14 distinfo
--- distinfo	19 Sep 2006 15:48:07 -0000	1.14
+++ distinfo	6 Jan 2007 19:11:25 -0000
@@ -1,3 +1,3 @@
-MD5 (crypt-1.14.tar.bz2) = a0b190e516270803c8da1a2198f2ad71
-SHA256 (crypt-1.14.tar.bz2) = 32e9b534f880e393e7df3219c787071b2d2ef016027a460b56390371149a6103
-SIZE (crypt-1.14.tar.bz2) = 1404186
+MD5 (crypt-1.16.tar.bz2) = 85fc60bdfa58f7d19e2f391b6b1903aa
+SHA256 (crypt-1.16.tar.bz2) = 56295677d521c7ffccb2d974cba41e6b0b3c9fba1c85d6698aa05a58ec2f59df
+SIZE (crypt-1.16.tar.bz2) = 1582263
Index: files/patch-makefile
===================================================================
RCS file: /home/ncvs/ports/security/libtomcrypt/files/patch-makefile,v
retrieving revision 1.6
diff -u -r1.6 patch-makefile
--- files/patch-makefile	3 Dec 2005 19:30:14 -0000	1.6
+++ files/patch-makefile	6 Jan 2007 19:11:25 -0000
@@ -5,7 +5,7 @@
  
  # Compilation flags. Note the += does not write over the user's CFLAGS!
 -CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -Wno-unused-parameter -DLTC_SOURCE
-+CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE
++CFLAGS += -c -I./testprof/ -I./src/headers/ -Wall -Wsign-compare -W -Wshadow -DLTC_SOURCE -D_WCHAR_T
  
  # additional warnings (newer GCC 3.4 and higher)
  ifdef GCC_34



Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/math/libtommath/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	19 Aug 2006 16:49:47 -0000	1.9
+++ Makefile	6 Jan 2007 16:08:17 -0000
@@ -6,9 +6,10 @@
 #
 
 PORTNAME=	libtommath
-PORTVERSION=	0.39
+PORTVERSION=	0.40
 CATEGORIES=	math
-MASTER_SITES=	http://math.libtomcrypt.com/files/
+MASTER_SITES=	http://libtom.org/files/ \
+		http://www.atarininja.org/~wxs/distfiles/
 DISTNAME=	ltm-${PORTVERSION}
 
 MAINTAINER=	wxs at atarininja.org
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/math/libtommath/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	31 May 2006 18:06:35 -0000	1.4
+++ distinfo	6 Jan 2007 16:08:17 -0000
@@ -1,3 +1,3 @@
-MD5 (ltm-0.39.tar.bz2) = 5f3c9287a6d65e2c3f6d47ad60797aeb
-SHA256 (ltm-0.39.tar.bz2) = 42ff44648c0a0407cef2132a6014431c2e3fb2910e5d5cd8b7ca0ac373465dce
-SIZE (ltm-0.39.tar.bz2) = 1978198
+MD5 (ltm-0.40.tar.bz2) = be66ee76e275aff6d426e63d6eaccfb9
+SHA256 (ltm-0.40.tar.bz2) = b7f29154f32149c065b4dbf1c25c261b2e843fe55b42062d7e6d0afab7b81921
+SIZE (ltm-0.40.tar.bz2) = 2186201
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list