diff options
author | taca <taca@pkgsrc.org> | 2012-09-14 15:52:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-09-14 15:52:08 +0000 |
commit | 8dcd35b9ea06fe783bb1ead500018cacfc0cdf2b (patch) | |
tree | 5e800cd1b62186fde9545278b56f30c8a6ccd591 /lang | |
parent | 95443bd03539a2eca379de3b25670b555a5a8f0b (diff) | |
download | pkgsrc-8dcd35b9ea06fe783bb1ead500018cacfc0cdf2b.tar.gz |
Update php53 to 5.3.17 (PHP 5.3.17).
13 Sep 2012, PHP 5.3.17
- Core:
. Fixed bug (segfault while build with zts and GOTO vm-kind). (Laruence)
. Fixed bug #62955 (Only one directive is loaded from "Per Directory Values"
Windows registry). (aserbulov at parallels dot com)
. Fixed bug #62763 (register_shutdown_function and extending class).
(Laruence)
. Fixed bug #62744 (dangling pointers made by zend_disable_class). (Laruence)
. Fixed bug #62716 (munmap() is called with the incorrect length).
(slangley@google.com)
. Fixed bug ##62460 (php binaries installed as binary.dSYM). (Reeze Xia)
- CURL:
. Fixed bug #62839 (curl_copy_handle segfault with CURLOPT_FILE). (Pierrick)
- DateTime:
. Fixed bug #62852 (Unserialize invalid DateTime causes crash).
(reeze.xia@gmail.com)
- Intl:
. Fix null pointer dereferences in some classes of ext/intl. (Gustavo)
- MySQLnd:
. Fixed bug #62885 (mysqli_poll - Segmentation fault). (Laruence)
- PDO:
. Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)
- Session:
. Fixed bug (segfault due to retval is not initialized). (Laruence)
- SPL:
. Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray)
(Laruence)
- Enchant:
. Fixed bug #62838 (enchant_dict_quick_check() destroys zval, but fails to
initialize it). (Tony, Mateusz Goik).
16 Aug 2012, PHP 5.3.16
- Core:
. Fixed bug #60194 (--with-zend-multibyte and --enable-debug reports LEAK
with run-test.php). (Laruence)
- CURL:
. Fixed bug #62499 (curl_setopt($ch, CURLOPT_COOKIEFILE, "") returns false).
(r.hampartsumyan@gmail.com, Laruence)
- DateTime:
. Fixed Bug #62500 (Segfault in DateInterval class when extended). (Laruence)
- Reflection:
. Fixed bug #62715 (ReflectionParameter::isDefaultValueAvailable() wrong
result). (Laruence)
- SPL:
. Fixed bug #62616 (ArrayIterator::count() from IteratorIterator instance
gives Segmentation fault). (Laruence, Gustavo)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php53/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php53/distinfo | 11 |
2 files changed, 6 insertions, 9 deletions
diff --git a/lang/php53/Makefile.common b/lang/php53/Makefile.common index 18f43adad02..516952a4092 100644 --- a/lang/php53/Makefile.common +++ b/lang/php53/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2012/08/17 15:32:31 taca Exp $ +# $NetBSD: Makefile.common,v 1.17 2012/09/14 15:52:08 taca Exp $ # used by lang/php53/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php53-extensions/Makefile @@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.3.16 +PHP_BASE_VERS= 5.3.17 PHP_EXTENSION_DIR= lib/php/20090630 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} diff --git a/lang/php53/distinfo b/lang/php53/distinfo index d0fab17016b..a7443fb23fb 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,11 +1,8 @@ -$NetBSD: distinfo,v 1.49 2012/08/17 15:32:31 taca Exp $ +$NetBSD: distinfo,v 1.50 2012/09/14 15:52:08 taca Exp $ -SHA1 (php-5.3.16.tar.bz2) = a8356b18f6413a87451bd70110b814c847b69f00 -RMD160 (php-5.3.16.tar.bz2) = 41ea044b961c4fdf04a1bd31a5b08cac8b271561 -Size (php-5.3.16.tar.bz2) = 11314384 bytes -SHA1 (suhosin-patch-5.3.9-0.9.10.patch.gz) = 7b9ef5c3e0831154df0d6290aba0989ca90138ed -RMD160 (suhosin-patch-5.3.9-0.9.10.patch.gz) = ce43921fd9b183b154713ecda98294f6c68d5f22 -Size (suhosin-patch-5.3.9-0.9.10.patch.gz) = 40967 bytes +SHA1 (php-5.3.17.tar.bz2) = d6f0192d2c1dae2921923762bde5ae356ceda5b5 +RMD160 (php-5.3.17.tar.bz2) = 40d0eee40b7c5218985ac490f2efa21d67f1279d +Size (php-5.3.17.tar.bz2) = 11326372 bytes SHA1 (patch-aa) = b0dc6cd0b2103d5858280202506b33322a98496e SHA1 (patch-ab) = d08bb50cf074a6065ef0d1d67a713b7573cb2f5b SHA1 (patch-ac) = 1720f154232241c19d0c6e08a824e33252f1b690 |