Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Mar 2003 00:33:47 +0100 (CET)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/48800: security/pear-Auth: upgrading to 1.2.0.
Message-ID:  <20030228233347.2609476C0@graf.pompo.net>

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

>Number:         48800
>Category:       ports
>Synopsis:       security/pear-Auth: upgrading to 1.2.0.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 28 15:40:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.8-PRERELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.8-PRERELEASE FreeBSD 4.8-PRERELEASE #0: Fri Feb 28 22:45:45 CET 2003 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	Upgrading security/pear-Auth to the latest release.

>How-To-Repeat:
	N/A.

>Fix:
	Please apply this patch:


diff -urN security/pear-Auth.orig/Makefile security/pear-Auth/Makefile
--- security/pear-Auth.orig/Makefile	Tue Feb 25 22:37:58 2003
+++ security/pear-Auth/Makefile	Fri Feb 28 14:52:40 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Auth
-PORTVERSION=	1.1.1
+PORTVERSION=	1.2.0
 CATEGORIES=	security www
 MASTER_SITES=	http://pear.php.net/get/
 PKGNAMEPREFIX=	pear-
@@ -40,7 +40,7 @@
 	@${CP} -Rp ${WRKSRC}/${FILE} ${PEARDIR}
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/${FILE}
 .endfor
-	@${CHMOD} a-x ${PEARDIR}/Container/LDAP.php
+	@${CHMOD} -R a-x ${PEARDIR}/Container/*.php
 
 post-install:
 # Register a new package
diff -urN security/pear-Auth.orig/distinfo security/pear-Auth/distinfo
--- security/pear-Auth.orig/distinfo	Sun Feb  2 22:35:51 2003
+++ security/pear-Auth/distinfo	Fri Feb 28 14:45:51 2003
@@ -1 +1 @@
-MD5 (PEAR/Auth-1.1.1.tgz) = 26e8eeb0299506a4058535de1ca03dd2
+MD5 (PEAR/Auth-1.2.0.tgz) = aadd95475e7ecd22a2f17143027ee0c1
diff -urN security/pear-Auth.orig/pkg-descr security/pear-Auth/pkg-descr
--- security/pear-Auth.orig/pkg-descr	Sun Feb  2 23:34:13 2003
+++ security/pear-Auth/pkg-descr	Fri Feb 28 14:56:09 2003
@@ -6,6 +6,11 @@
 
 * All databases supported by the PEAR database layer
 * Plaintext files
-* LDAP servers.
+* LDAP servers
+* POP3 servers
+* IMAP servers
+* vpopmail accounts
+* RADIUS
+* SOAP.
 
 WWW: http://pear.php.net/manual/en/packages.auth.auth.php
diff -urN security/pear-Auth.orig/pkg-plist security/pear-Auth/pkg-plist
--- security/pear-Auth.orig/pkg-plist	Sun Feb  2 23:49:34 2003
+++ security/pear-Auth/pkg-plist	Fri Feb 28 14:51:43 2003
@@ -2,5 +2,10 @@
 %%PEARDIR%%/Container.php
 %%PEARDIR%%/Container/DB.php
 %%PEARDIR%%/Container/File.php
+%%PEARDIR%%/Container/IMAP.php
 %%PEARDIR%%/Container/LDAP.php
+%%PEARDIR%%/Container/POP3.php
+%%PEARDIR%%/Container/RADIUS.php
+%%PEARDIR%%/Container/SOAP.php
+%%PEARDIR%%/Container/vpopmail.php
 @dirrm %%PEARDIR%%/Container
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




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