From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Jan 6 19:20:13 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 316D616A412 for ; Sat, 6 Jan 2007 19:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id 1383013C459 for ; Sat, 6 Jan 2007 19:20:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l06JKCxE061022 for ; Sat, 6 Jan 2007 19:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l06JKChG061021; Sat, 6 Jan 2007 19:20:12 GMT (envelope-from gnats) Resent-Date: Sat, 6 Jan 2007 19:20:12 GMT Resent-Message-Id: <200701061920.l06JKChG061021@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Wesley Shields Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 86E4816A407 for ; Sat, 6 Jan 2007 19:15:26 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: from syn.atarininja.org (syn.csh.rit.edu [129.21.60.158]) by mx1.freebsd.org (Postfix) with ESMTP id 40BD113C478 for ; Sat, 6 Jan 2007 19:15:26 +0000 (UTC) (envelope-from wxs@atarininja.org) Received: by syn.atarininja.org (Postfix, from userid 1001) id 75C675C2E; Sat, 6 Jan 2007 14:16:04 -0500 (EST) Message-Id: <20070106191604.75C675C2E@syn.atarininja.org> Date: Sat, 6 Jan 2007 14:16:04 -0500 (EST) From: Wesley Shields To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/107627: [MAINTAINER UPDATE]: math/libtommath and security/libtomcrypt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Wesley Shields List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2007 19:20:13 -0000 >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@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@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@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: