pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/pear Update to 1.5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51ef049c31e9
branches:  trunk
changeset: 528792:51ef049c31e9
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed May 16 12:19:08 2007 +0000

description:
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:

 lang/pear/Makefile |  7 +++----
 lang/pear/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r cbadba9fc14c -r 51ef049c31e9 lang/pear/Makefile
--- a/lang/pear/Makefile        Wed May 16 12:00:07 2007 +0000
+++ b/lang/pear/Makefile        Wed May 16 12:19:08 2007 +0000
@@ -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 @@
 
 # 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 -r cbadba9fc14c -r 51ef049c31e9 lang/pear/distinfo
--- a/lang/pear/distinfo        Wed May 16 12:00:07 2007 +0000
+++ b/lang/pear/distinfo        Wed May 16 12:19:08 2007 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index