Skip to content

Commit

Permalink
Update pear to 1.10.1.
Browse files Browse the repository at this point in the history
1.10.1

Changelog:

* Fix bug #20959: Crash on channel discovery with channel.xml redirect [cweiske]
* Fix bug #20968: Incorrect call to __construct() from PEAR() [edlman]
* Add legacy constructor for PEAR_Error for backwards compatibility [cweiske]

1.10.0

Changelog:

No changes since version 1.10.0dev3.

Changes since version 1.9.5:
* Implement #20488: Add support for PHP 7 [cweiske]
* Drop support for PHP 4 and 5.0 - 5.3 [cweiske]
* Remove deprecated methods [cweiske]
* Add --showdiff to "pear run-tests" to print diff for failed tests [tyrael]
* Implement #20333: New role=man for man pages [bjori]
* Implement #20334: add "metadata_dir" configuration option [remicollet]
* Add long option names to install-pear.php [remicollet]
* Remove PEAR/ErrorStack5.php [cweiske]
* Fix #17045: avoid overwriting include path [glen]
* Fix #17399: "pear help" doesn't mention the "version" command [kguest]
* Fix #18638 and #18405: Make PEAR::loadExtension static [cweiske]
* Fix #20319: allow pear to work when cache_dir is not writable [remicollet]
* Fix #20507: pear list-upgrades does not take PHP version into account [cweiske]
* Fix #20927: Use correct php-config [cweiske]
* Fix #20946: PEAR_Builder::log() declaration [remicollet]
* Fix channel.xml downloading from https if it did not change [cweiske]
* Fix static warnings [cweiske]
  • Loading branch information
taca committed Dec 12, 2015
1 parent 111927b commit 2c528d8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
5 changes: 2 additions & 3 deletions lang/pear/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# $NetBSD: Makefile,v 1.33 2015/08/30 08:37:20 taca Exp $
# $NetBSD: Makefile,v 1.34 2015/12/12 14:21:36 taca Exp $
#

DISTNAME= PEAR-1.9.5
DISTNAME= PEAR-1.10.1
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/}
PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= http://download.pear.php.net/package/
EXTRACT_SUFX= .tgz
Expand Down
8 changes: 4 additions & 4 deletions lang/pear/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.9 2015/08/30 08:37:20 taca Exp $
@comment $NetBSD: PLIST,v 1.10 2015/12/12 14:21:36 taca Exp $
bin/pear
bin/peardev
bin/pecl
Expand Down Expand Up @@ -58,7 +58,6 @@ lib/php/PEAR/Downloader.php
lib/php/PEAR/Downloader/Package.php
lib/php/PEAR/ErrorStack.php
lib/php/PEAR/Exception.php
lib/php/PEAR/FixPHP5PEARWarnings.php
lib/php/PEAR/Frontend.php
lib/php/PEAR/Frontend/CLI.php
lib/php/PEAR/Installer.php
Expand All @@ -72,6 +71,8 @@ lib/php/PEAR/Installer/Role/Doc.php
lib/php/PEAR/Installer/Role/Doc.xml
lib/php/PEAR/Installer/Role/Ext.php
lib/php/PEAR/Installer/Role/Ext.xml
lib/php/PEAR/Installer/Role/Man.php
lib/php/PEAR/Installer/Role/Man.xml
lib/php/PEAR/Installer/Role/Php.php
lib/php/PEAR/Installer/Role/Php.xml
lib/php/PEAR/Installer/Role/Script.php
Expand Down Expand Up @@ -110,7 +111,6 @@ lib/php/PEAR/Task/Windowseol/rw.php
lib/php/PEAR/Validate.php
lib/php/PEAR/Validator/PECL.php
lib/php/PEAR/XMLParser.php
lib/php/PEAR5.php
lib/php/Structures/Graph.php
lib/php/Structures/Graph/Manipulator/AcyclicTest.php
lib/php/Structures/Graph/Manipulator/TopologicalSorter.php
Expand All @@ -122,7 +122,7 @@ lib/php/data/PEAR/template.spec
lib/php/doc/Archive_Tar/docs/Archive_Tar.txt
lib/php/doc/PEAR/INSTALL
lib/php/doc/PEAR/LICENSE
lib/php/doc/PEAR/README
lib/php/doc/PEAR/README.rst
lib/php/doc/Structures_Graph/LICENSE
lib/php/doc/Structures_Graph/docs/tutorials/Structures_Graph/Structures_Graph.pkg
lib/php/doc/XML_Util/examples/example.php
Expand Down
10 changes: 5 additions & 5 deletions lang/pear/distinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.22 2015/11/03 22:50:41 agc Exp $
$NetBSD: distinfo,v 1.23 2015/12/12 14:21:36 taca Exp $

SHA1 (Archive_Tar-1.4.0.tgz) = c6bc9abdc17e914e95ae306ad14d9a4ca43c8878
RMD160 (Archive_Tar-1.4.0.tgz) = d267adb476732759d1844b69ee80e20d4c967a64
Expand All @@ -8,10 +8,10 @@ SHA1 (Console_Getopt-1.4.1.tgz) = a98e088c20b18524c8d254d25a5c9b6dd8e81853
RMD160 (Console_Getopt-1.4.1.tgz) = 276e91dda93350a97ccddee4d35fd898f6dfd7c6
SHA512 (Console_Getopt-1.4.1.tgz) = cbf12a72b33424935f019b17ae8fa55289eae77d3845dcfcbbc1c47b71111992d2c0eb837b0f262ce644809c3cc06ad0c2bb04aa1b6ec89a1e3122f327114dbd
Size (Console_Getopt-1.4.1.tgz) = 5580 bytes
SHA1 (PEAR-1.9.5.tgz) = 2f21309ac28eb416baab495b96032ca687e2d202
RMD160 (PEAR-1.9.5.tgz) = acc02ed8bd571dc96182c6a6e57f703f9acc16aa
SHA512 (PEAR-1.9.5.tgz) = 73c5ef84c4ededa7bca81b1d94944e80ddf9dc40101c0727c5975d4ddb72f66a28aecafcefb7af8d1cc3b6fa7e488e704559a7efbebe860adfb8e9796cdf4933
Size (PEAR-1.9.5.tgz) = 290006 bytes
SHA1 (PEAR-1.10.1.tgz) = ea03293fb1916a96384cf2abfe09ec1a089d4b43
RMD160 (PEAR-1.10.1.tgz) = a0a3ad6324bb1b9cea29f515a5eb74a4a54fd4eb
SHA512 (PEAR-1.10.1.tgz) = df5f09a92d211a09dae147af474399171aed46e0536c091468b73b43ba4acdbdbf7b5cbdd17ef48b7d36d7b9dd23187dc6c75733731c267768d49c89698b0ef2
Size (PEAR-1.10.1.tgz) = 291167 bytes
SHA1 (Structures_Graph-1.1.1.tgz) = a27a6b3c9910675cff86be3a0d016f56f2c1750f
RMD160 (Structures_Graph-1.1.1.tgz) = fb827a55b2bb78f207110a26e0bed032efe26365
SHA512 (Structures_Graph-1.1.1.tgz) = cd4feb265e1aa05de348645dfc0b8e336486cb02c553dd8fcacb0a1eab452bf54108e07864395d55e0c92f4ffd338a5ae846b2dc28804bb23f03c91864ef0284
Expand Down

0 comments on commit 2c528d8

Please sign in to comment.