Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 10:40:43 -0500 (EST)
From:      Wesley Shields <wxs@csh.rit.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/92897: [3 MAINTAINER UPDATES]
Message-ID:  <200602061540.k16FehOK026834@syn.csh.rit.edu>
Resent-Message-ID: <200602061540.k16FeKwo008192@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         92897
>Category:       ports
>Synopsis:       [3 MAINTAINER UPDATES]
>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:   Mon Feb 06 15:40:20 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Wesley Shields
>Release:        FreeBSD 6.0-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD syn 6.0-RELEASE-p2 FreeBSD 6.0-RELEASE-p2 #1: Wed Jan 11 11:57:33 EST 2006 root@syn:/usr/obj/usr/src/sys/GENERIC i386

>Description:
The attached patches will update security/libtomcrypt, math/libtommath,
and math/tomsfastmath.

Also, it will fix a portlint warning about IGNORE starting with a
capital with libtomcrypt.  Lastly, it includes a vendor-supplied patch
to make certain table generation much faster.

>How-To-Repeat:
N/A

>Fix:

----------------BEGIN LIBTOMCRYPT PATCH-------------------------------------
diff -ruN security/libtomcrypt.orig/Makefile security/libtomcrypt/Makefile
--- security/libtomcrypt.orig/Makefile	Sat Dec  3 14:30:14 2005
+++ security/libtomcrypt/Makefile	Mon Feb  6 09:48:31 2006
@@ -6,11 +6,14 @@
 #
 
 PORTNAME=	libtomcrypt
-PORTVERSION=	1.08
+PORTVERSION=	1.09
 CATEGORIES=	security
 MASTER_SITES=	http://libtomcrypt.org/files/
 DISTNAME=	crypt-${PORTVERSION}
 
+PATCH_SITES=	http://libtomcrypt.org/files/patch-1.09/
+PATCHFILES=	lrw_process.c.patch
+
 MAINTAINER=	wxs@csh.rit.edu
 COMMENT=	Comprehensive, modular and portable cryptographic toolkit
 
@@ -32,7 +35,7 @@
 .include <bsd.port.pre.mk>
 
 .if defined(WITHOUT_LIBTOMMATH) && defined(WITHOUT_TOMSFASTMATH)
-IGNORE=	You must choose either LibTomMath or TomsFastMath (or both)
+IGNORE=	you must choose either LibTomMath or TomsFastMath (or both)
 .endif
 
 .if !defined(WITHOUT_LIBTOMMATH)
diff -ruN security/libtomcrypt.orig/distinfo security/libtomcrypt/distinfo
--- security/libtomcrypt.orig/distinfo	Sat Dec  3 14:30:14 2005
+++ security/libtomcrypt/distinfo	Mon Feb  6 09:48:40 2006
@@ -1,3 +1,6 @@
-MD5 (crypt-1.08.tar.bz2) = 3cce06f48b4ae59f0e287d21fb2d2a54
-SHA256 (crypt-1.08.tar.bz2) = e972295b49f89ddf6e5d3e12295048aece888ba421924289be14abadeac54119
-SIZE (crypt-1.08.tar.bz2) = 1192803
+MD5 (crypt-1.09.tar.bz2) = f290f134d11dc54b3d69a1a204c5dca9
+SHA256 (crypt-1.09.tar.bz2) = aa30ae1eddedd376e11e2e070858fff1dc8c59fbf48d9446f2d7fc9bc7b45005
+SIZE (crypt-1.09.tar.bz2) = 1210275
+MD5 (lrw_process.c.patch) = ad72b9e948902300f883169408725201
+SHA256 (lrw_process.c.patch) = 64b6d5430dbd3e45b224fc92770c8bb442ff19a48c5c24156426d20ce02d43b0
+SIZE (lrw_process.c.patch) = 356



----------------BEGIN LIBTOMMATH PATCH--------------------------------------
diff -ruN math/libtommath.orig/Makefile math/libtommath/Makefile
--- math/libtommath.orig/Makefile	Fri Dec  2 15:50:25 2005
+++ math/libtommath/Makefile	Fri Jan 27 16:08:59 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	libtommath
-PORTVERSION=	0.37
+PORTVERSION=	0.38
 CATEGORIES=	math
 MASTER_SITES=	http://math.libtomcrypt.org/files/
 DISTNAME=	ltm-${PORTVERSION}
diff -ruN math/libtommath.orig/distinfo math/libtommath/distinfo
--- math/libtommath.orig/distinfo	Fri Dec  2 15:50:25 2005
+++ math/libtommath/distinfo	Fri Jan 27 16:09:05 2006
@@ -1,3 +1,3 @@
-MD5 (ltm-0.37.tar.bz2) = 447d8088e6546d79d5b8f95adadea3c5
-SHA256 (ltm-0.37.tar.bz2) = 13895c54b51eec6690568e83cc8ea8e087dafc9236a6ae2573edd91dcf29df15
-SIZE (ltm-0.37.tar.bz2) = 1924958
+MD5 (ltm-0.38.tar.bz2) = abbd3fd065f6e48f459e415079b985ba
+SHA256 (ltm-0.38.tar.bz2) = c4ef4a47146b8d3b642c4d64d02d77d7c428fd794482a4e998a0840b8c5a9d29
+SIZE (ltm-0.38.tar.bz2) = 1924687



----------------BEGIN TOMSFASTMATH PATCH------------------------------------
diff -ruN math/tomsfastmath.orig/Makefile math/tomsfastmath/Makefile
--- math/tomsfastmath.orig/Makefile	Fri Dec  2 15:47:08 2005
+++ math/tomsfastmath/Makefile	Fri Jan 27 15:57:12 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	tomsfastmath
-PORTVERSION=	0.07
+PORTVERSION=	0.08
 CATEGORIES=	math
 MASTER_SITES=	http://libtomcrypt.org/tfm/files/
 DISTNAME=	tfm-${PORTVERSION}
diff -ruN math/tomsfastmath.orig/distinfo math/tomsfastmath/distinfo
--- math/tomsfastmath.orig/distinfo	Fri Dec  2 15:47:08 2005
+++ math/tomsfastmath/distinfo	Fri Jan 27 15:57:18 2006
@@ -1,3 +1,3 @@
-MD5 (tfm-0.07.tar.bz2) = c0052d67f71e48bb1f0d9f9dac7bda5a
-SHA256 (tfm-0.07.tar.bz2) = a46ecd34e6429d0f530ac5d87dd3e47e165ccb61c14b2179f53f462328f33bed
-SIZE (tfm-0.07.tar.bz2) = 220498
+MD5 (tfm-0.08.tar.bz2) = 681dc4452fb613e263619597bc537bca
+SHA256 (tfm-0.08.tar.bz2) = c0a929b41d50256022588ff22b43b3f8426699f2e32c8cc98103210d6d54f93b
+SIZE (tfm-0.08.tar.bz2) = 220282
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602061540.k16FehOK026834>