Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id B25297A274 for ; Sun, 12 Mar 2017 13:19:14 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 299138564F; Sun, 12 Mar 2017 13:19:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AE0BB85584 for ; Sun, 12 Mar 2017 13:19:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Eu-l9qp_-pWV for ; Sun, 12 Mar 2017 13:19:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id E690585572 for ; Sun, 12 Mar 2017 13:19:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E18AEFBE4; Sun, 12 Mar 2017 13:19:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148932475223370" MIME-Version: 1.0 Date: Sun, 12 Mar 2017 13:19:12 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/pear To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170312131912.E18AEFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148932475223370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 12 13:19:12 UTC 2017 Modified Files: pkgsrc/lang/pear: Makefile PLIST distinfo Log Message: Update pear to 1.10.3 also update including XML_Util to 1.4.2. Pear 1.10.3 2017-02-28 11:25 UTC Changelog: * Bug #21188: Class 'PEAR_Proxy' not found 1.10.2 2017-02-28 08:48 UTC Changelog: * Fix Bug #4426: PEAR_Autoloader __call() must take only 2 arguments [kna] * Fix Bug #20989: fatal error/bug in the postinstallscript task [kguest] * Fix Bug #20991: Strict Standards: startSession and run methods in PEAR_Task_Postinstallscript [kguest] * Fix Bug #21001: PEAR_ERROR_DIE exit code is 0 [danielc] * Pull Request #52: Channel's _lastmodified is an int and not a string [sathieu] * Pull Request #53: Add proper HTTPS proxy support through the CONNECT verb [youknow0] * Pull Request #58: Make method signatures compatible. [yunosh] XML_Util 1.4.2. 2017-02-22 14:32 UTC Changelog: * Bug #21184 Collapse issue 1.4.1 2017-02-07 13:12 UTC Changelog: * Bug #21177 XML_Util::collapseEmptyTags() can return NULL 1.4.0 2017-02-03 13:43 UTC Changelog: * Set minimum PHP version to 5.4.0 * Set minimum PEAR version to 1.10.1 * Adds a new XML_UTIL_COLLAPSE_NONE option for preventing empty tag collapsing. * Request #15467 CDATA sections and blank nodes To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/pear/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/pear/PLIST cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/pear/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148932475223370 Content-Disposition: inline Content-Length: 7229 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/pear/Makefile diff -u pkgsrc/lang/pear/Makefile:1.37 pkgsrc/lang/pear/Makefile:1.38 --- pkgsrc/lang/pear/Makefile:1.37 Mon Sep 12 15:43:00 2016 +++ pkgsrc/lang/pear/Makefile Sun Mar 12 13:19:12 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2016/09/12 15:43:00 taca Exp $ +# $NetBSD: Makefile,v 1.38 2017/03/12 13:19:12 taca Exp $ # -DISTNAME= PEAR-1.10.1 +DISTNAME= PEAR-1.10.3 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://download.pear.php.net/package/ EXTRACT_SUFX= .tgz @@ -47,7 +46,7 @@ EXTRACT_ONLY+= ${CONSOLE_SRCS} STRUCTURES_SRCS= Structures_Graph-1.1.1${EXTRACT_SUFX} DISTFILES+= ${STRUCTURES_SRCS} -XMLUTIL_SRCS= XML_Util-1.3.0${EXTRACT_SUFX} +XMLUTIL_SRCS= XML_Util-1.4.2${EXTRACT_SUFX} DISTFILES+= ${XMLUTIL_SRCS} # Index: pkgsrc/lang/pear/PLIST diff -u pkgsrc/lang/pear/PLIST:1.10 pkgsrc/lang/pear/PLIST:1.11 --- pkgsrc/lang/pear/PLIST:1.10 Sat Dec 12 14:21:36 2015 +++ pkgsrc/lang/pear/PLIST Sun Mar 12 13:19:12 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2015/12/12 14:21:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2017/03/12 13:19:12 taca Exp $ bin/pear bin/peardev bin/pecl @@ -22,7 +22,6 @@ lib/php/Archive/Tar.php lib/php/Console/Getopt.php lib/php/OS/Guess.php lib/php/PEAR.php -lib/php/PEAR/Autoloader.php lib/php/PEAR/Builder.php lib/php/PEAR/ChannelFile.php lib/php/PEAR/ChannelFile/Parser.php @@ -93,6 +92,7 @@ lib/php/PEAR/PackageFile/v2.php lib/php/PEAR/PackageFile/v2/Validator.php lib/php/PEAR/PackageFile/v2/rw.php lib/php/PEAR/Packager.php +lib/php/PEAR/Proxy.php lib/php/PEAR/REST.php lib/php/PEAR/REST/10.php lib/php/PEAR/REST/11.php @@ -138,25 +138,28 @@ lib/php/test/Structures_Graph/tests/AllT lib/php/test/Structures_Graph/tests/BasicGraphTest.php lib/php/test/Structures_Graph/tests/TopologicalSorterTest.php lib/php/test/Structures_Graph/tests/helper.inc -lib/php/test/XML_Util/tests/testBasic_apiVersion.phpt -lib/php/test/XML_Util/tests/testBasic_attributesToString.phpt -lib/php/test/XML_Util/tests/testBasic_collapseEmptyTags.phpt -lib/php/test/XML_Util/tests/testBasic_createCDataSection.phpt -lib/php/test/XML_Util/tests/testBasic_createComment.phpt -lib/php/test/XML_Util/tests/testBasic_createEndElement.phpt -lib/php/test/XML_Util/tests/testBasic_createStartElement.phpt -lib/php/test/XML_Util/tests/testBasic_createTag.phpt -lib/php/test/XML_Util/tests/testBasic_createTagFromArray.phpt -lib/php/test/XML_Util/tests/testBasic_getDocTypeDeclaration.phpt -lib/php/test/XML_Util/tests/testBasic_getXmlDeclaration.phpt -lib/php/test/XML_Util/tests/testBasic_isValidName.phpt -lib/php/test/XML_Util/tests/testBasic_raiseError.phpt -lib/php/test/XML_Util/tests/testBasic_replaceEntities.phpt -lib/php/test/XML_Util/tests/testBasic_reverseEntities.phpt -lib/php/test/XML_Util/tests/testBasic_splitQualifiedName.phpt -lib/php/test/XML_Util/tests/testBug_18343.phpt -lib/php/test/XML_Util/tests/testBug_4950.phpt -lib/php/test/XML_Util/tests/testBug_5392.phpt +lib/php/test/XML_Util/tests/AbstractUnitTests.php +lib/php/test/XML_Util/tests/ApiVersionTests.php +lib/php/test/XML_Util/tests/AttributesToStringTests.php +lib/php/test/XML_Util/tests/Bug18343Tests.php +lib/php/test/XML_Util/tests/Bug21177Tests.php +lib/php/test/XML_Util/tests/Bug21184Tests.php +lib/php/test/XML_Util/tests/Bug4950Tests.php +lib/php/test/XML_Util/tests/Bug5392Tests.php +lib/php/test/XML_Util/tests/CollapseEmptyTagsTests.php +lib/php/test/XML_Util/tests/CreateCDataSectionTests.php +lib/php/test/XML_Util/tests/CreateCommentTests.php +lib/php/test/XML_Util/tests/CreateEndElementTests.php +lib/php/test/XML_Util/tests/CreateStartElementTests.php +lib/php/test/XML_Util/tests/CreateTagFromArrayTests.php +lib/php/test/XML_Util/tests/CreateTagTests.php +lib/php/test/XML_Util/tests/GetDocTypeDeclarationTests.php +lib/php/test/XML_Util/tests/GetXmlDeclarationTests.php +lib/php/test/XML_Util/tests/IsValidNameTests.php +lib/php/test/XML_Util/tests/RaiseErrorTests.php +lib/php/test/XML_Util/tests/ReplaceEntitiesTests.php +lib/php/test/XML_Util/tests/ReverseEntitiesTests.php +lib/php/test/XML_Util/tests/SplitQualifiedNameTests.php share/examples/pear/pear.conf @pkgdir lib/php/.registry/.channel.pecl.php.net @pkgdir lib/php/.registry/.channel.doc.php.net Index: pkgsrc/lang/pear/distinfo diff -u pkgsrc/lang/pear/distinfo:1.25 pkgsrc/lang/pear/distinfo:1.26 --- pkgsrc/lang/pear/distinfo:1.25 Mon Sep 12 15:43:00 2016 +++ pkgsrc/lang/pear/distinfo Sun Mar 12 13:19:12 2017 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.25 2016/09/12 15:43:00 taca Exp $ +$NetBSD: distinfo,v 1.26 2017/03/12 13:19:12 taca Exp $ SHA1 (pear20151210/Archive_Tar-1.4.2.tgz) = 07a93681a14fcc764fc6396cf66d9f4ec6db0bed RMD160 (pear20151210/Archive_Tar-1.4.2.tgz) = 003289c0950cf587c8925e35da86bc6ec4d1b282 @@ -8,15 +8,15 @@ SHA1 (pear20151210/Console_Getopt-1.4.1. RMD160 (pear20151210/Console_Getopt-1.4.1.tgz) = 54d397e321a0168a33a92c98cf39f9f6456d49ea SHA512 (pear20151210/Console_Getopt-1.4.1.tgz) = e66a78077593ade78a40c59297a24242b0177d21b0e02b08d4fb5e25d8a57a96353c50a9dcc968f60af7458d40443061e0c1cdb11ad3180c7ffed8f0b314b089 Size (pear20151210/Console_Getopt-1.4.1.tgz) = 5672 bytes -SHA1 (pear20151210/PEAR-1.10.1.tgz) = 7baf9e83f1f0668e943e53e32ee871600e77994e -RMD160 (pear20151210/PEAR-1.10.1.tgz) = 0d56f3f59dc1b340d4588d91c8e57c4f8da9f042 -SHA512 (pear20151210/PEAR-1.10.1.tgz) = 8f7d9aa1e5e2cd991eaa722f7dd6836317a75a7de43f42d81a5f33c6a038c1728b16c11bef568541afbee301e0397de0bcf622f93336ac20d50ef423ded68c11 -Size (pear20151210/PEAR-1.10.1.tgz) = 296139 bytes +SHA1 (pear20151210/PEAR-1.10.3.tgz) = f0f848e2b9dec270fb457512c92203524791c351 +RMD160 (pear20151210/PEAR-1.10.3.tgz) = 164b31cbfb49bb26ffcb229e8b1b59246f54381e +SHA512 (pear20151210/PEAR-1.10.3.tgz) = 1ad531a6e0ac30719b05e58f0758393bc6cdb0e89b4f99f843e7318a40ef18e74767e8ed63346b0ece9d6e8e71c8ebe15b08eaeb6f0c4f3169814bb4bb524332 +Size (pear20151210/PEAR-1.10.3.tgz) = 291095 bytes SHA1 (pear20151210/Structures_Graph-1.1.1.tgz) = 2a9e5999e035aa3a6789011238b0a9a54806124a RMD160 (pear20151210/Structures_Graph-1.1.1.tgz) = fff02cabb75ee3531eedae19a2dffe999258a96c SHA512 (pear20151210/Structures_Graph-1.1.1.tgz) = 28465396cd540fd1619e0c1bec68fa8c3dff440a6e89c3c5583570edbd3de285e101de7c00e60d49d791ff10d8311f8a38d73ea3cdf52cfc74ecbe2f1842693f Size (pear20151210/Structures_Graph-1.1.1.tgz) = 12579 bytes -SHA1 (pear20151210/XML_Util-1.3.0.tgz) = 89d24eef494726bbed5ed9ad91570e31b2b73b28 -RMD160 (pear20151210/XML_Util-1.3.0.tgz) = ddf131d6d1ca866b9ade0e6d7546f06eecd665d9 -SHA512 (pear20151210/XML_Util-1.3.0.tgz) = af3edd6c60cd5699bd976ed21d4fe9a96f6176752963427d5613ae73bead47988e398bf52b93c3eb24f91c736b71c6b73facf3c3b93b2693688c3ec0246ffc52 -Size (pear20151210/XML_Util-1.3.0.tgz) = 17351 bytes +SHA1 (pear20151210/XML_Util-1.4.2.tgz) = 0a3cec953f60a0db7a97808170f008a865500567 +RMD160 (pear20151210/XML_Util-1.4.2.tgz) = 5dd93a83e2fee5bc6ee73a751abb17379ff0f536 +SHA512 (pear20151210/XML_Util-1.4.2.tgz) = e0a328f92cdcd09277238e14d68b73cba319ab9b4e9c50ab102b43f73c889599f5933415dc228bd1feb56a48c1527e0e9a86999ee2209b2d84131691aee74cbe +Size (pear20151210/XML_Util-1.4.2.tgz) = 18993 bytes --_----------=_148932475223370--