diff options
author | taca <taca@pkgsrc.org> | 2011-03-01 03:15:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-01 03:15:16 +0000 |
commit | 471af350a9cec0f20125326609b8dc8827a14c96 (patch) | |
tree | 144a9daf30f5f74329390d2067d6349f27c862de /lang/pear/patches | |
parent | 781a012f9535bf9d528f9c5782293f864b92c034 (diff) | |
download | pkgsrc-471af350a9cec0f20125326609b8dc8827a14c96.tar.gz |
Update pear package to 1.9.2, including update of these PEAR packages
Console_GetOpt and Structures_Graph.
PEAR 1.9.2:
Release date: 2011-02-28 18:58 UTC
Changelog:
Important! This is a security fix release. The advisory can be found at
http://pear.php.net/advisory-20110228.txt
Bugs:
* Fixed Bug #17463: Regression: On Windows, svntag [patch by doconnor]
* Fixed Bug #17641: pecl-list doesn't sort packages by name [dufuz]
* Fixed Bug #17781: invalid argument warning on foreach due to an
empty optional dependencie [dufuz]
* Fixed Bug #17801: PEAR run-tests wrongly detects php-cgi [patch by
David Jean Louis (izi)]
* Fixed Bug #17839: pear svntag does not tag package.xml file [dufuz]
* Fixed Bug #17986: PEAR Installer cannot handle files moved between
packages [dufuz]
* Fixed Bug #17997: Strange output if directories are not writeable [dufuz]
* Fixed Bug #18001: PEAR/RunTest coverage fails [dufuz]
* Fixed Bug #18056 [SECURITY]: Symlink attack in PEAR install [dufuz]
* Fixed Bug #18218: "pear package" does not allow the use of late
static binding [dufuz and Christer Edvartsen]
* Fixed Bug #18238: Wrong return code from "pear help" [till]
* Fixed Bug #18308: Broken error message about missing channel
validator [yunosh]
This feature is implemented as a result of #18056
* Implemented Request #16648: Use TMPDIR for builds instead of /var/tmp [dufuz]
Console_GetOpt 1.3.0
Release date: 2010-12-11 21:23 UTC
Changelog:
* Implement Request #13140: [PATCH] to skip unknown parameters.
[patch by rquadling, improved on by dufuz]
Structures_Graph 1.0.4
Release date: 2010-10-26 04:10 UTC
Changelog:
Bugfix Release:
* Bug #17108 BasicGraph::test_directed_degree fails on PHP 5 [clockwerx]
Diffstat (limited to 'lang/pear/patches')
-rw-r--r-- | lang/pear/patches/patch-aa | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/pear/patches/patch-aa b/lang/pear/patches/patch-aa index dc86458e672..700445d4523 100644 --- a/lang/pear/patches/patch-aa +++ b/lang/pear/patches/patch-aa @@ -1,4 +1,6 @@ -$NetBSD: patch-aa,v 1.5 2010/08/24 11:33:52 obache Exp $ +$NetBSD: patch-aa,v 1.6 2011/03/01 03:15:16 taca Exp $ + +Add support for DESTDIR. --- install/go-pear.php.orig 2010-08-24 08:12:01.000000000 +0000 +++ install/go-pear.php |