diff options
author | adrianp <adrianp@pkgsrc.org> | 2007-05-16 12:19:08 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2007-05-16 12:19:08 +0000 |
commit | 5e121d5528eef97150ba560b62f325bc40966f79 (patch) | |
tree | 97a495076b2f2e88566428994c1b49d4943f140b /lang | |
parent | c29e5b0e6ddae96e18a2bd297f6a48b17020a464 (diff) | |
download | pkgsrc-5e121d5528eef97150ba560b62f325bc40966f79.tar.gz |
Update to 1.5.4
1.5.4
MAJOR SECURITY BUGFIX RELEASE
arbitrary file execution
see http://pear.php.net/news/vulnerability2.php
* Fix Bug #10865: using --packagingroot regression [tias/cellog]
* Fix Bug #10873: pear channel-discover broken - pear temp directories not writeable [cellog]
1.5.3
* Fix Bug #10311: use clearContents to delete bundledPackages [cellog]
* Fix Bug #10602: notice on line 157 PEAR/REST/11.php [cellog]
* Fix Bug #10620: use \z instead of $ in regexes [cellog]
* Fix Bug #10621: channel-info does not handle mirrors properly [cellog]
* Fix Bug #10645: Patch for verbose sign command [cweiske]
* Fix Bug #10647: no mktempdir but config temp_dir in Channels.php [tias]
* Fix Bug #10656: no userConfirm() check in Frontend::setFrontendObject [tias]
* Fix Bug #10661: Failure to install local package [cellog]
* Fix Bug #10676: tmpdir() search variables in wrong order. [cellog]
* Fix Bug #10690: RunTest.php parses HTTP headers for non-CGI tests [jstump]
* Fix Bug #10720: Notice: Undefined variable: group in PEAR/Downloader/Package.php on line 698 [cellog]
* Fix Bug #10733: Validator cannot handle invalid package2.xml file [cellog]
* Fix Bug #10768: if a package is not installed, upgrade will not install it [cellog]
* Fix Bug #10771: upgrade-all/upgrade will not upgrade non-PEAR channels [cellog]
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pear/Makefile | 7 | ||||
-rw-r--r-- | lang/pear/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lang/pear/Makefile b/lang/pear/Makefile index 55c1ec4ba4f..cb941f0fc02 100644 --- a/lang/pear/Makefile +++ b/lang/pear/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2007/05/16 12:00:07 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2007/05/16 12:19:08 adrianp Exp $ # -DISTNAME= PEAR-1.5.2 -PKGREVISION= 1 +DISTNAME= PEAR-1.5.4 PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME:S/PEAR/pear/} CATEGORIES= lang MASTER_SITES= http://download.pear.php.net/package/ @@ -31,7 +30,7 @@ BUNDLE= ${WRKSRC}/install/go-pear-bundle # everything else that forms a part of the "base" PEAR install # -PEAR_SRCS= PEAR-1.5.2${EXTRACT_SUFX} +PEAR_SRCS= PEAR-1.5.4${EXTRACT_SUFX} DISTFILES+= ${PEAR_SRCS} EXTRACT_ONLY+= ${PEAR_SRCS} diff --git a/lang/pear/distinfo b/lang/pear/distinfo index 9f3ff8dd580..a68714701e2 100644 --- a/lang/pear/distinfo +++ b/lang/pear/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/05/05 21:21:45 adrianp Exp $ +$NetBSD: distinfo,v 1.2 2007/05/16 12:19:08 adrianp Exp $ SHA1 (Archive_Tar-1.3.2.tgz) = 40a16c6fe6cee12d9fd87d487785db2949ffa9ff RMD160 (Archive_Tar-1.3.2.tgz) = cec105d1cdefd502f209c24c217645cec723d7a2 @@ -6,9 +6,9 @@ Size (Archive_Tar-1.3.2.tgz) = 17150 bytes SHA1 (Console_Getopt-1.2.2.tgz) = 3158237f6cd8ed34a269c67cbe546156c03cff0b RMD160 (Console_Getopt-1.2.2.tgz) = fb8a955ef2c41618305e03c9a4164c3a465c5e86 Size (Console_Getopt-1.2.2.tgz) = 4252 bytes -SHA1 (PEAR-1.5.2.tgz) = 49d5f666a385b3da8297d7d2a6f06d7b57adb609 -RMD160 (PEAR-1.5.2.tgz) = f8592eabfb056727e95751f78aaa5b173c752b38 -Size (PEAR-1.5.2.tgz) = 291323 bytes +SHA1 (PEAR-1.5.4.tgz) = f03a8bfbd68bd1834829a67346711fd157da3685 +RMD160 (PEAR-1.5.4.tgz) = 2e3ede082a7f6b085cfd414ddaf5b0d9dad1372f +Size (PEAR-1.5.4.tgz) = 293070 bytes SHA1 (Structures_Graph-1.0.2.tgz) = 300aa0a2effb0b39c4fa8a63a834748ae99c2855 RMD160 (Structures_Graph-1.0.2.tgz) = 8eb53f6da109b90bab5d8101e99183a1ae116404 Size (Structures_Graph-1.0.2.tgz) = 30947 bytes |