From nobody@FreeBSD.org  Tue Jan  6 07:29:28 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D08C1106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jan 2009 07:29:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id BFD0C8FC1A
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  6 Jan 2009 07:29:28 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n067TSJb071423
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 6 Jan 2009 07:29:28 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n067TS6Q071421;
	Tue, 6 Jan 2009 07:29:28 GMT
	(envelope-from nobody)
Message-Id: <200901060729.n067TS6Q071421@www.freebsd.org>
Date: Tue, 6 Jan 2009 07:29:28 GMT
From: Wen Heping <wenheping@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [Update]security/pear-Crypt_RSA:update to 1.2.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         130223
>Category:       ports
>Synopsis:       [Update]security/pear-Crypt_RSA:update to 1.2.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    tabthorpe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 06 07:30:01 UTC 2009
>Closed-Date:    Wed Jan 07 03:36:38 UTC 2009
>Last-Modified:  Wed Jan  7 03:40:01 UTC 2009
>Originator:     Wen Heping
>Release:        FreeBSD-8.0 Current
>Organization:
ChangAn Middle School
>Environment:
FreeBSD fb8.wenjing.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Tue Dec 16 00:26:59 HKT 2008     root@fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
update to 1.2.1 from 1.0.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-01-06 15:39:15.000000000 +0800
+++ Makefile	2009-01-06 22:14:39.000000000 +0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Crypt_RSA
-PORTVERSION=	1.0.0
+PORTVERSION=	1.2.1
 CATEGORIES=	security www pear
 
 MAINTAINER=	tabthorpe@FreeBSD.org
@@ -38,7 +38,7 @@
 		RSA/Math/GMP.php
 DOCS=		CREDITS LICENSE Crypt_RSA.txt math_wrappers.txt
 EXAMPLES=	web_interface.php
-TESTS=		test1.php test2.php
+TESTS=		test1.php test2.php bench.php
 
 post-extract:
 	@${MV} ${WRKSRC}/CREDITS ${WRKSRC}/docs
--- distinfo.orig	2009-01-06 15:39:15.000000000 +0800
+++ distinfo	2009-01-06 15:39:15.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (PEAR/Crypt_RSA-1.0.0.tgz) = 222a018dc66509d8b56f444a1ea7874d
-SHA256 (PEAR/Crypt_RSA-1.0.0.tgz) = d830e6f04012207255417937bf90c7512ea17efb8f7d38f356a29ed51cbb6ea3
-SIZE (PEAR/Crypt_RSA-1.0.0.tgz) = 17941
+MD5 (PEAR/Crypt_RSA-1.2.1.tgz) = 3b0aa3666ab41dd5ffbd2d903f96481a
+SHA256 (PEAR/Crypt_RSA-1.2.1.tgz) = 4aa0e3d4cd9c6ac0bd5101751d40e0ff9a30af74e7067abf7a9aac9032e787c1
+SIZE (PEAR/Crypt_RSA-1.2.1.tgz) = 21903


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Jan 6 07:30:14 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130223 
State-Changed-From-To: open->closed 
State-Changed-By: tabthorpe 
State-Changed-When: Wed Jan 7 03:36:38 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=130223 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130223: commit references a PR
Date: Wed,  7 Jan 2009 03:35:28 +0000 (UTC)

 tabthorpe    2009-01-07 03:35:15 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/pear-Crypt_RSA Makefile distinfo 
   Log:
   - Update to 1.2.1
   
   PR:             ports/130223
   Submitted by:   Wen Heping <wenheping gmail.com>
   
   Revision  Changes    Path
   1.6       +2 -2      ports/security/pear-Crypt_RSA/Makefile
   1.3       +3 -3      ports/security/pear-Crypt_RSA/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
