diff options
author | taca <taca@pkgsrc.org> | 2014-11-15 14:53:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-11-15 14:53:12 +0000 |
commit | 3688824882ad986f60284fae7d1865c42353145a (patch) | |
tree | 330e3ab365800f3b6613c41829470f7f8a664b68 /lang/php55/distinfo | |
parent | da84cce4863648dc2118b067e1192eb63d4e43a3 (diff) | |
download | pkgsrc-3688824882ad986f60284fae7d1865c42353145a.tar.gz |
Update php55 to 5.5.19.
13 Nov 2014, PHP 5.5.19
- Core:
. Fixed bug #68095 (AddressSanitizer reports a heap buffer overflow in
php_getopt()). (Stas)
. Fixed bug #68118 ($a->foo .= 'test'; can leave $a->foo undefined). (Nikita)
. Fixed bug #68129 (parse_url() - incomplete support for empty usernames
and passwords) (Tjerk)
Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in
zend_hash_copy). (Dmitry)
- Fileinfo:
. Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB)
. Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers).
(CVE-2014-3710) (Remi)
- FPM:
. Implemented FR #55508 (listen and listen.allowed_clients should take IPv6
addresses). (Robin Gloster)
- GD:
. Fixed bug #65171 (imagescale() fails without height param). (Remi)
- GMP:
. Fixed bug #63595 (GMP memory management conflicts with other libraries
using GMP). (Remi)
- Mysqli:
. Fixed bug #68114 (linker error on some OS X machines with fixed width
decimal support) (Keyur Govande)
- ODBC:
. Fixed bug #68087 (ODBC not correctly reading DATE column when preceded by
a VARCHAR column) (Keyur Govande)
- SPL:
. Fixed bug #68128 (Regression in RecursiveRegexIterator) (Tjerk)
- CURL:
. Add CURL_SSLVERSION_TLSv1_0, CURL_SSLVERSION_TLSv1_1, and
CURL_SSLVERSION_TLSv1_2 constants if supported by libcurl (Rasmus)
Diffstat (limited to 'lang/php55/distinfo')
-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 d69db73cc85..cc75cdc8dd0 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2014/10/18 14:27:30 taca Exp $ +$NetBSD: distinfo,v 1.31 2014/11/15 14:53:12 taca Exp $ -SHA1 (php-5.5.18.tar.bz2) = ab76f52d2fc5c1e8d9426b3f1a99f05d10edfcc0 -RMD160 (php-5.5.18.tar.bz2) = 211e1147f013002c8cb3108fafc34dc51d309c8e -Size (php-5.5.18.tar.bz2) = 13276408 bytes +SHA1 (php-5.5.19.tar.bz2) = 1d22f5ea0fbd4eb0d7df4618990dbbbdd47dd2de +RMD160 (php-5.5.19.tar.bz2) = 0fea87a94feaceee50b6b110ab92755dd3a079e0 +Size (php-5.5.19.tar.bz2) = 13280178 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |