diff options
author | taca <taca@pkgsrc.org> | 2013-09-21 16:08:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-09-21 16:08:37 +0000 |
commit | 9b095c5ea1699bff6fb0df9886a005885cc6a183 (patch) | |
tree | 82ab0eb35f8f2e0144a2f171a504fc3ef221e15e /lang/php55 | |
parent | ca65b8a1d2549df3deb70399ee7cce7a41a46cce (diff) | |
download | pkgsrc-9b095c5ea1699bff6fb0df9886a005885cc6a183.tar.gz |
Update php55 to 5.5.4, approved by wiz@.
18 Sep 2013, PHP 5.5.4
- Core:
. Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
(Laruence)
. Improved fputcsv() to allow specifying escape character.
. Fixed bug #65490 (Duplicate calls to get lineno & filename for
DTRACE_FUNCTION_*). (Chris Jones)
. Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding
spaces). (Michael M Slusarz)
. Fixed bug #65470 (Segmentation fault in zend_error() with
--enable-dtrace). (Chris Jones, Kris Van Hees)
. Fixed bug #65225 (PHP_BINARY incorrectly set). (Patrick Allaert)
. Fixed bug #62692 (PHP fails to build with DTrace). (Chris Jones, Kris Van Hees)
. Fixed bug #61759 (class_alias() should accept classes with leading
backslashes). (Julien)
. Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4).
(Nikita Popov)
- cURL:
. Fixed bug #65458 (curl memory leak). (Adam)
- Datetime:
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
by some delimiters). (Valentin Logvinskiy, Stas).
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
by AddressSanitizer). (Remi).
- OPCache:
. Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4).
(Terry Ellison)
- Openssl:
. Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in
some cases). (Mark Jones)
- Session:
. Fixed bug #65475 (Session ID is not initialized properly when strict session
is enabled). (Yasuo)
. Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize
session serialize handler that uses plain serialize()). (Yasuo)
- Standard:
. Fix issue with return types of password API helper functions. Found via
static analysis by cjones. (Anthony Ferrara)
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 8ffb954059a..342b38dbb6a 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.5 2013/08/23 03:12:49 taca Exp $ +$NetBSD: distinfo,v 1.6 2013/09/21 16:08:37 taca Exp $ -SHA1 (php-5.5.3.tar.bz2) = 3952e6d678164a700296dbdb8e506b8bb80727fb -RMD160 (php-5.5.3.tar.bz2) = 3cc87fd83a18542ede7cbff579df9a69b0392a6a -Size (php-5.5.3.tar.bz2) = 12030241 bytes +SHA1 (php-5.5.4.tar.bz2) = fdc6724a7a3f23f7c87a3470e5b29d260685e2b6 +RMD160 (php-5.5.4.tar.bz2) = fcd69b4d4716392edf065b5cd5dabb68b4bacd45 +Size (php-5.5.4.tar.bz2) = 12047184 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-configure) = 9ac8c43978df580c592631c923283e61e15e90af SHA1 (patch-ext_gd_config.m4) = 91c9798333d4776856a0a9e20196986856b758b2 |