diff options
author | taca <taca@pkgsrc.org> | 2012-11-23 13:20:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-11-23 13:20:49 +0000 |
commit | 43d438e26ea38235036bd0300b6790dd74a18b78 (patch) | |
tree | 377a34027c462b6dd860365f7f62891bf93659da /lang/php54 | |
parent | 066516d6ab8f9f6b48db69a0e8fd00db3f981fe1 (diff) | |
download | pkgsrc-43d438e26ea38235036bd0300b6790dd74a18b78.tar.gz |
Update php54 to 5.4.9.
22 Nov 2012, PHP 5.4.9
- Core:
. Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
. Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes crashes).
(Tony, Andrew Sitnikov)
. Fixed bug #63241 (PHP fails to open Windows deduplicated files).
(daniel dot stelter-gliese at innogames dot de)
. Fixed bug #62444 (Handle leak in is_readable on windows).
(krazyest at seznam dot cz)
- Curl:
. Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST).
Patch by John Jawed GitHub PR #221 (Anthony)
- Fileinfo:
. Fixed bug #63248 (Load multiple magic files from a directory under Windows).
(Anatoliy)
- Libxml
. Fixed bug #63389 (Missing context check on libxml_set_streams_context()
causes memleak). (Laruence)
- Mbstring:
. Fixed bug #63447 (max_input_vars doesn't filter variables when
mbstring.encoding_translation = On). (Laruence)
- OCI8:
. Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
(Chris Jones)
- PCRE:
. Fixed bug #63180 (Corruption of hash tables). (Dmitry)
. Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
(Dmitry, Laruence)
. Fixed bug #63284 (Upgrade PCRE to 8.31). (Anatoliy)
- PDO:
. Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
(Martin Osvald, Remi)
- PDO_pgsql:
. Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
(Will Fitch)
- Phar:
. Fixed bug #63297 (Phar fails to write an openssl based signature).
(Anatoliy)
- Streams:
. Fixed bug #63240 (stream_get_line() return contains delimiter string).
(Tjerk, Gustavo)
- Reflection:
. Fixed bug #63399 (ReflectionClass::getTraitAliases() incorrectly resolves
traitnames). (Laruence)
Diffstat (limited to 'lang/php54')
-rw-r--r-- | lang/php54/Makefile.common | 4 | ||||
-rw-r--r-- | lang/php54/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php54/Makefile.common b/lang/php54/Makefile.common index 3be95967abd..987bff2ee49 100644 --- a/lang/php54/Makefile.common +++ b/lang/php54/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2012/10/19 14:57:49 taca Exp $ +# $NetBSD: Makefile.common,v 1.6 2012/11/23 13:20:49 taca Exp $ # used by lang/php54/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php54-extensions/Makefile @@ -38,7 +38,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.4.8 +PHP_BASE_VERS= 5.4.9 PHP_EXTENSION_DIR= lib/php/20120301 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR} diff --git a/lang/php54/distinfo b/lang/php54/distinfo index fbf172b0445..0edd99afb38 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.8 2012/10/19 14:57:49 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/11/23 13:20:49 taca Exp $ -SHA1 (php-5.4.8.tar.bz2) = ed9c4e31da827af8a4d4b1adf3dfde17d11c0b34 -RMD160 (php-5.4.8.tar.bz2) = eeee692e2f29447b3eeeefd89980c35798c5cb85 -Size (php-5.4.8.tar.bz2) = 11056057 bytes +SHA1 (php-5.4.9.tar.bz2) = 9ff23df45312a167fbd031f9413feef9b6fd8bb2 +RMD160 (php-5.4.9.tar.bz2) = b1795652cea62a118453df5dc3fa62f679f93e64 +Size (php-5.4.9.tar.bz2) = 11144400 bytes SHA1 (patch-acinclude.m4) = afead7122844e8290d9ef4fdb8deec3c40cf0746 SHA1 (patch-configure) = 5930b32de104cda553c9701086ffdf35a93f8d97 SHA1 (patch-ext_gd_config.m4) = 089f1c88bd4daa8ebc8911122423c1f88e5d84a0 |