From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 1 15:20:12 2003 Return-Path: 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 61EEB37B405 for ; Fri, 1 Aug 2003 15:20:12 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB09943FE0 for ; Fri, 1 Aug 2003 15:20:08 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h71MK8Up096590 for ; Fri, 1 Aug 2003 15:20:08 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h71MK82L096589; Fri, 1 Aug 2003 15:20:08 -0700 (PDT) Resent-Date: Fri, 1 Aug 2003 15:20:08 -0700 (PDT) Resent-Message-Id: <200308012220.h71MK82L096589@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, Thierry Thomas Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6243C37B405 for ; Fri, 1 Aug 2003 15:12:52 -0700 (PDT) Received: from graf.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C06C43FA3 for ; Fri, 1 Aug 2003 15:12:51 -0700 (PDT) (envelope-from thierry@pompo.net) Received: by graf.pompo.net (Postfix, from userid 1001) id 8182076C5; Sat, 2 Aug 2003 00:05:25 +0200 (CEST) Message-Id: <20030801220525.8182076C5@graf.pompo.net> Date: Sat, 2 Aug 2003 00:05:25 +0200 (CEST) From: Thierry Thomas To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/55169: security/pear-Auth: upgrading to 1.2.2. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Thierry Thomas List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 22:20:13 -0000 >Number: 55169 >Category: ports >Synopsis: security/pear-Auth: upgrading to 1.2.2. >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 Aug 01 15:20:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Thierry Thomas >Release: FreeBSD 4.8-STABLE i386 >Organization: Kabbale Eros >Environment: System: FreeBSD graf.pompo.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 29 18:16:35 CEST 2003 thierry@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386 >Description: - Upgrading pear-Auth to its latest release; - Installing tests; - Unbreaking the WWW link. >How-To-Repeat: N/A. >Fix: --- pear-Auth.diff begins here --- diff -urN security/pear-Auth.orig/Makefile security/pear-Auth/Makefile --- security/pear-Auth.orig/Makefile Sun Jun 8 01:00:40 2003 +++ security/pear-Auth/Makefile Fri Aug 1 23:31:26 2003 @@ -6,8 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.2.2 CATEGORIES= security www MAINTAINER= ports@FreeBSD.org @@ -20,6 +19,7 @@ .include "${.CURDIR}/../../devel/pear-PEAR/Makefile.common" MANIFEST= Auth.php Container Container.php +TESTDIR= ${PEARDIR}/tests/${PORTNAME} do-install: @${MKDIR} ${PEARDIR}/Auth @@ -28,5 +28,13 @@ .endfor @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PEARDIR}/Auth @${CHMOD} -R a-x ${PEARDIR}/Auth/Container/*.php +.if !defined(NOPORTDOCS) + @${MKDIR} ${TESTDIR} + @${CP} -Rp ${WRKSRC}/tests/* ${TESTDIR} + @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${TESTDIR} + @${ECHO_MSG} "===> Examples installed in ${TESTDIR}." + @${ECHO_MSG} " (These tests require PHPUnit - see" + @${ECHO_MSG} " )." +.endif .include diff -urN security/pear-Auth.orig/distinfo security/pear-Auth/distinfo --- security/pear-Auth.orig/distinfo Sun Mar 30 21:08:10 2003 +++ security/pear-Auth/distinfo Fri Aug 1 22:20:12 2003 @@ -1 +1 @@ -MD5 (PEAR/Auth-1.2.0.tgz) = aadd95475e7ecd22a2f17143027ee0c1 +MD5 (PEAR/Auth-1.2.2.tgz) = 6f8b343bf0ee9aef1bb063c9600898f8 Binary files security/pear-Auth.orig/pear-Auth-1.2.2.tgz and security/pear-Auth/pear-Auth-1.2.2.tgz differ diff -urN security/pear-Auth.orig/pkg-descr security/pear-Auth/pkg-descr --- security/pear-Auth.orig/pkg-descr Sun Mar 30 21:08:11 2003 +++ security/pear-Auth/pkg-descr Fri Aug 1 22:18:36 2003 @@ -5,12 +5,14 @@ the login data: * All databases supported by the PEAR database layer +* All databases supported by the MDB database layer * Plaintext files * LDAP servers * POP3 servers * IMAP servers * vpopmail accounts * RADIUS +* SAMBA password files * SOAP. -WWW: http://pear.php.net/manual/en/packages.auth.auth.php +WWW: http://pear.php.net/package-info.php?package=Auth diff -urN security/pear-Auth.orig/pkg-plist security/pear-Auth/pkg-plist --- security/pear-Auth.orig/pkg-plist Tue Apr 8 20:13:15 2003 +++ security/pear-Auth/pkg-plist Fri Aug 1 23:20:22 2003 @@ -4,11 +4,25 @@ %%PEARDIR%%/Auth/Container/File.php %%PEARDIR%%/Auth/Container/IMAP.php %%PEARDIR%%/Auth/Container/LDAP.php +%%PEARDIR%%/Auth/Container/MDB.php %%PEARDIR%%/Auth/Container/POP3.php %%PEARDIR%%/Auth/Container/RADIUS.php +%%PEARDIR%%/Auth/Container/SMBPasswd.php %%PEARDIR%%/Auth/Container/SOAP.php %%PEARDIR%%/Auth/Container/vpopmail.php %%PKGREGDIR%%/package.xml +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/DBContainer.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/FileContainer.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3Container.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/POP3aContainer.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/TestAuthContainer.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_db_options.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_file_options.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3_options.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/auth_container_pop3a_options.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/tests.php +%%PORTDOCS%%%%PEARDIR%%/tests/Auth/users @dirrm %%PEARDIR%%/Auth/Container -@dirrm %%PEARDIR%%/Auth +@unexec rmdir %D/%%PEARDIR%%/Auth 2>/dev/null || true @dirrm %%PKGREGDIR%% +%%PORTDOCS%%@dirrm %%PEARDIR%%/tests/Auth --- pear-Auth.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: