pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update php5 to 5.0.3. This maintenance release address...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5472e029d46
branches:  trunk
changeset: 485602:a5472e029d46
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Fri Dec 17 07:53:06 2004 +0000

description:
Update php5 to 5.0.3. This maintenance release addressing several very
serious security issues, as well as bunch of non-critical bug fixes.
All PHP5 users are strongly encouraged to upgrade to this version.

Detailed change list at:
        http://www.php.net/ChangeLog-5.php#5.0.3

diffstat:

 doc/CHANGES               |  3 ++-
 lang/php5/Makefile        |  4 ++--
 lang/php5/Makefile.common |  4 ++--
 lang/php5/PLIST           |  7 ++++++-
 lang/php5/distinfo        |  6 +++---
 5 files changed, 15 insertions(+), 9 deletions(-)

diffs (106 lines):

diff -r 04c297b5c895 -r a5472e029d46 doc/CHANGES
--- a/doc/CHANGES       Fri Dec 17 07:42:59 2004 +0000
+++ b/doc/CHANGES       Fri Dec 17 07:53:06 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.8349 2004/12/17 07:42:59 jdolecek Exp $
+$NetBSD: CHANGES,v 1.8350 2004/12/17 07:53:06 jdolecek Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5930,3 +5930,4 @@
        Updated ruby-eruby to 1.0.5nb1 [taca 2004-12-16]
        Updated py-postgresql to 3.6 [darcy 2004-12-16]
        Updated php4 to 4.3.10 [tron 2004-12-17]
+       Updated php5 to 5.0.3 [jdolecek 2004-12-17]
diff -r 04c297b5c895 -r a5472e029d46 lang/php5/Makefile
--- a/lang/php5/Makefile        Fri Dec 17 07:42:59 2004 +0000
+++ b/lang/php5/Makefile        Fri Dec 17 07:53:06 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/12/12 11:03:33 jdolecek Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/17 07:53:06 jdolecek Exp $
 #
 
 PKGNAME=               php-${PHP_BASE_VERS}
-PKGREVISION=           2
+PKGREVISION=           # empty
 CATEGORIES=            lang
 
 MAINTAINER=            pancake%phreaker.net@localhost
diff -r 04c297b5c895 -r a5472e029d46 lang/php5/Makefile.common
--- a/lang/php5/Makefile.common Fri Dec 17 07:42:59 2004 +0000
+++ b/lang/php5/Makefile.common Fri Dec 17 07:53:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/12/17 07:36:13 jdolecek Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/12/17 07:53:06 jdolecek Exp $
 #
 
 DISTNAME?=             php-${PHP_BASE_VERS}
@@ -11,7 +11,7 @@
 MAINTAINER?=           tech-pkg%NetBSD.org@localhost
 HOMEPAGE?=             http://www.php.net/
 
-PHP_BASE_VERS=         5.0.2
+PHP_BASE_VERS=         5.0.3
 
 PHP_EXTENSION_DIR=     lib/php/20040412
 PLIST_SUBST+=          PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR}
diff -r 04c297b5c895 -r a5472e029d46 lang/php5/PLIST
--- a/lang/php5/PLIST   Fri Dec 17 07:42:59 2004 +0000
+++ b/lang/php5/PLIST   Fri Dec 17 07:53:06 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/01 21:57:25 jdolecek Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/12/17 07:53:06 jdolecek Exp $
 bin/pear
 bin/php
 bin/php-config
@@ -62,10 +62,12 @@
 include/php/Zend/zend_stack.h
 include/php/Zend/zend_static_allocator.h
 include/php/Zend/zend_stream.h
+include/php/Zend/zend_strtod.h
 include/php/Zend/zend_ts_hash.h
 include/php/Zend/zend_types.h
 include/php/Zend/zend_variables.h
 include/php/acconfig.h
+include/php/ext/iconv/php_iconv.h
 include/php/ext/libxml/php_libxml.h
 include/php/ext/mbstring/mb_gpc.h
 include/php/ext/mbstring/mbstring.h
@@ -214,6 +216,7 @@
 lib/php/PEAR/Dependency.php
 lib/php/PEAR/Downloader.php
 lib/php/PEAR/ErrorStack.php
+lib/php/PEAR/Exception.php
 lib/php/PEAR/Frontend/CLI.php
 lib/php/PEAR/Installer.php
 lib/php/PEAR/Packager.php
@@ -258,6 +261,7 @@
 @dirrm include/php/regex
 @dirrm include/php/main/streams
 @dirrm include/php/main
+@dirrm include/php/include
 @exec ${MKDIR} %D/include/php/ext/xml/expat
 @dirrm include/php/ext/xml/expat
 @dirrm include/php/ext/xml
@@ -268,6 +272,7 @@
 @dirrm include/php/ext/sqlite
 @dirrm include/php/ext/mbstring
 @dirrm include/php/ext/libxml
+@dirrm include/php/ext/iconv
 @dirrm include/php/ext
 @dirrm include/php/Zend
 @dirrm include/php/TSRM
diff -r 04c297b5c895 -r a5472e029d46 lang/php5/distinfo
--- a/lang/php5/distinfo        Fri Dec 17 07:42:59 2004 +0000
+++ b/lang/php5/distinfo        Fri Dec 17 07:53:06 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/12/12 11:03:33 jdolecek Exp $
+$NetBSD: distinfo,v 1.4 2004/12/17 07:53:06 jdolecek Exp $
 
-SHA1 (php-5.0.2.tar.bz2) = 85e4635ce764199d60329a578421159f338be082
-Size (php-5.0.2.tar.bz2) = 4577974 bytes
+SHA1 (php-5.0.3.tar.bz2) = b717020a329a4e3b4714d5a290b9cb9f3dfda7d3
+Size (php-5.0.3.tar.bz2) = 4607759 bytes
 SHA1 (patch-aj) = 88e456015f4d8e92ea57019df39195905b3f6c28
 SHA1 (patch-ak) = 0faa523103e0a9a3c01c78c2fe9a64c0a9b2fc43
 SHA1 (patch-al) = 28ad9006b387e2b9984ad49beea21c9d46e63b46



Home | Main Index | Thread Index | Old Index