From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 13 10:10:05 2007 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 [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E191D16A421 for ; Tue, 13 Feb 2007 10:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C256C13C481 for ; Tue, 13 Feb 2007 10:10:04 +0000 (UTC) (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 l1DAA4KU004952 for ; Tue, 13 Feb 2007 10:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l1DAA4E3004951; Tue, 13 Feb 2007 10:10:04 GMT (envelope-from gnats) Resent-Date: Tue, 13 Feb 2007 10:10:04 GMT Resent-Message-Id: <200702131010.l1DAA4E3004951@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, chinsan Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EA49316A406 for ; Tue, 13 Feb 2007 10:08:28 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: from chinsan.twbbs.org (220-132-119-51.HINET-IP.hinet.net [220.132.119.51]) by mx1.freebsd.org (Postfix) with ESMTP id 4AE0B13C442 for ; Tue, 13 Feb 2007 10:08:26 +0000 (UTC) (envelope-from chinsan@chinsan.twbbs.org) Received: by chinsan.twbbs.org (Postfix, from userid 1001) id 2C4FC11478; Tue, 13 Feb 2007 18:08:21 +0800 (CST) Message-Id: <20070213100821.2C4FC11478@chinsan.twbbs.org> Date: Tue, 13 Feb 2007 18:08:21 +0800 (CST) From: chinsan To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/109128: [MAINTAINER] security/pear-Auth: update to 1.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2007 10:10:05 -0000 >Number: 109128 >Category: ports >Synopsis: [MAINTAINER] security/pear-Auth: update to 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 13 10:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST >Description: - Update to 1.5.0 Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- pear-Auth-1.5.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/pear-Auth/Makefile /usr/home/chinsan/project/pear-Auth/Makefile --- /usr/ports/security/pear-Auth/Makefile Wed Nov 1 09:31:37 2006 +++ /usr/home/chinsan/project/pear-Auth/Makefile Tue Feb 13 18:03:38 2007 @@ -6,7 +6,7 @@ # PORTNAME= Auth -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= security pear MAINTAINER= chinsan@FreeBSD.org @@ -18,30 +18,32 @@ LATEST_LINK= pear-Auth OPTIONS= PEAR_FILE_PASSWD "PEAR::File_Passwd support" off \ PEAR_NET_POP3 "PEAR::Net_POP3 support" off \ - PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \ PEAR_DB "PEAR::DB support" off \ PEAR_MDB "PEAR::MDB support" off \ PEAR_MDB2 "PEAR::MDB2 support" off \ PEAR_AUTH_RADIUS "PEAR::AUTH_RADIUS support" off \ + PEAR_CRYPT_CHAP "PEAR::CRYPT_CHAP support" off \ PEAR_FILE_SMBPASSWD "PEAR::File_SMBPasswd support" off \ PEAR_SOAP "PEAR::SOAP support" off CATEGORY= Auth -FILES= Auth.php Container.php Auth/Anonymous.php Auth/Auth.php \ - Auth/Controller.php Container/DB.php Container/DBLite.php \ - Container/File.php Container/IMAP.php Container/KADM5.php\ - Container/LDAP.php Container/MDB.php Container/MDB2.php \ +FILES= Auth.php Auth.php.bak Auth/Anonymous.php Auth/Auth.php \ + Auth/Controller.php Container.php Container/Array.php \ + Container/DB.php Container/DBLite.php Container/File.php \ + Container/IMAP.php Container/KADM5.php Container/LDAP.php \ + Container/MDB.php Container/MDB2.php Container/Multiple.php \ Container/PEAR.php Container/POP3.php Container/RADIUS.php \ - Container/SMBPasswd.php Container/SOAP.php Container/SOAP5.php \ - Container/vpopmail.php Frontend/Html.php Frontend/md5.js -TESTS= auth_container_db_options.php auth_container_file_options.php \ + Container/SAP.php Container/SMBPasswd.php Container/SOAP.php \ + Container/SOAP5.php Container/vpopmail.php Frontend/Html.php \ + Frontend/md5.js +TESTS= DBContainer.php FileContainer.php MDB2Container.php MDBContainer.php \ + POP3Container.php POP3aContainer.php TestAuthContainer.php \ + auth_container_db_options.php auth_container_file_options.php \ auth_container_mdb2_options.php auth_container_mdb_options.php \ - auth_container_pop3a_options.php auth_container_pop3_options.php \ - DBContainer.php FileContainer.php MDB2Container.php \ - MDBContainer.php mysql_test_db.sql POP3aContainer.php \ - POP3Container.php TestAuthContainer.php tests.php users \ - bug8735.passwd bug8735.phpt -DOCS= README.Auth + auth_container_pop3_options.php auth_container_pop3a_options.php \ + bug8735.passwd bug8735.phpt mysql_test_db.sql tests.php users +EXAMPLES= logging.php multi-container.php +DOCS= README.AdvancedSecurity README.Auth _DOCSDIR= . post-extract: diff -ruN --exclude=CVS /usr/ports/security/pear-Auth/distinfo /usr/home/chinsan/project/pear-Auth/distinfo --- /usr/ports/security/pear-Auth/distinfo Wed Nov 1 09:31:37 2006 +++ /usr/home/chinsan/project/pear-Auth/distinfo Tue Feb 13 17:52:49 2007 @@ -1,3 +1,3 @@ -MD5 (PEAR/Auth-1.4.0.tgz) = 111c97d5f3ece28d57119526214e23ef -SHA256 (PEAR/Auth-1.4.0.tgz) = c7a2e0647a40f29bfbecc30c4ec208c3ae5f4f6301172e6b022ba9cf8866cfb9 -SIZE (PEAR/Auth-1.4.0.tgz) = 52830 +MD5 (PEAR/Auth-1.5.0.tgz) = b45e9ea8ef3d5afde6371160bf28cca2 +SHA256 (PEAR/Auth-1.5.0.tgz) = ce8b509d1e558a2a6eb8f84cde9366a7429572bd69a788b635a987a36b9fbf5e +SIZE (PEAR/Auth-1.5.0.tgz) = 54040 --- pear-Auth-1.5.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: