Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Dec 2010 20:35:12 +0000
From:      "Tom Judge" <tom@tomjudge.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jpaetzel@FreeBSD.org
Subject:   ports/152904: [patch] security/pecl-hash Fixes/Cleanup
Message-ID:  <20101207203308.D6F9448C65@tomjudge.vm.bytemark.co.uk>
Resent-Message-ID: <201012072040.oB7Ke7Gw092010@freefall.freebsd.org>

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

>Number:         152904
>Category:       ports
>Synopsis:       [patch] security/pecl-hash Fixes/Cleanup
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 07 20:40:07 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Tom Judge
>Release:        FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD tinderbox.home.tomjudge.com 8.1-STABLE FreeBSD 8.1-STABLE #0 r213720: Tue Oct 12 14:02:02 UTC 2010 tj@tinderbox.home.tomjudge.com:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
The attached patch fixes the following issues with security/pecl-hash:

* Update comment to reflect that this is a php 4 only port.

* Update IGNORE_WITH_PHP to include php 5.2 as well as 5.3.

* Remove MD5 line from distinfo.


>How-To-Repeat:
>Fix:

--- security-pecl-hash.txt begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/pecl-hash/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	31 Jan 2010 13:47:09 -0000	1.9
+++ Makefile	7 Dec 2010 20:31:16 -0000
@@ -14,11 +14,11 @@
 DIST_SUBDIR=	PECL
 
 MAINTAINER=	miwi@FreeBSD.org
-COMMENT=	HASH Message Digest Framework for PHP
+COMMENT=	HASH Message Digest Framework for PHP 4
 
 USE_PHP=	yes
 USE_PHPEXT=	yes
 DEFAULT_PHP_VER=4
-IGNORE_WITH_PHP=5
+IGNORE_WITH_PHP=5 52
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/pecl-hash/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	25 Aug 2007 13:38:52 -0000	1.5
+++ distinfo	7 Dec 2010 17:20:24 -0000
@@ -1,3 +1,2 @@
-MD5 (PECL/hash-1.5.tgz) = cb19f4ee392b05776788e54b51f98c83
 SHA256 (PECL/hash-1.5.tgz) = fdb0f0ee7ab9c134ee0a48dcc50bae4295e2b5972975e2dfd6e5d6712a6686f1
 SIZE (PECL/hash-1.5.tgz) = 98809
--- security-pecl-hash.txt ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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