From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 10 21:20:16 2006 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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C0A216A407 for ; Sun, 10 Sep 2006 21:20:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD3F543D5C for ; Sun, 10 Sep 2006 21:20:15 +0000 (GMT) (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 k8ALKFsl078985 for ; Sun, 10 Sep 2006 21:20:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8ALKFIe078984; Sun, 10 Sep 2006 21:20:15 GMT (envelope-from gnats) Date: Sun, 10 Sep 2006 21:20:15 GMT Message-Id: <200609102120.k8ALKFIe078984@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Wesley Shields Cc: Subject: Re: ports/102882: security/libtomcrypt update, bug fixes and added SSE2 opts to GCM 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: Sun, 10 Sep 2006 21:20:16 -0000 The following reply was made to PR ports/102882; it has been noted by GNATS. From: Wesley Shields To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/102882: security/libtomcrypt update, bug fixes and added SSE2 opts to GCM Date: Sun, 10 Sep 2006 17:20:21 -0400 On Tue, Sep 05, 2006 at 09:30:43AM +0000, Edwin Groothuis wrote: > Maintainer of security/libtomcrypt, > > Please note that PR ports/102882 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/102882 Attached is a patch to update this port. -- WXS Index: Makefile =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/Makefile,v retrieving revision 1.18 diff -u -r1.18 Makefile --- Makefile 19 Aug 2006 16:49:48 -0000 1.18 +++ Makefile 10 Sep 2006 21:18:37 -0000 @@ -6,7 +6,7 @@ # PORTNAME= libtomcrypt -PORTVERSION= 1.13 +PORTVERSION= 1.14 CATEGORIES= security MASTER_SITES= http://libtomcrypt.com/files/ DISTNAME= crypt-${PORTVERSION} Index: distinfo =================================================================== RCS file: /home/ncvs/ports/security/libtomcrypt/distinfo,v retrieving revision 1.13 diff -u -r1.13 distinfo --- distinfo 13 Jul 2006 14:59:16 -0000 1.13 +++ distinfo 10 Sep 2006 21:18:37 -0000 @@ -1,3 +1,3 @@ -MD5 (crypt-1.13.tar.bz2) = 88f8501f9679e8f27f52a5d459b0737b -SHA256 (crypt-1.13.tar.bz2) = 964ae6d306c1d562413b4b6d1593903e1ff5d3e90a29ffc6dc74f3e0cedee5e0 -SIZE (crypt-1.13.tar.bz2) = 1396963 +MD5 (crypt-1.14.tar.bz2) = a0b190e516270803c8da1a2198f2ad71 +SHA256 (crypt-1.14.tar.bz2) = 32e9b534f880e393e7df3219c787071b2d2ef016027a460b56390371149a6103 +SIZE (crypt-1.14.tar.bz2) = 1404186