diff options
author | taca <taca@pkgsrc.org> | 2014-09-30 08:14:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-09-30 08:14:25 +0000 |
commit | 80332b87f517b26ee771aa01e5a6e56be6cb8d70 (patch) | |
tree | ba80d69c4f32b75a7cbb2b8fcb4e7d415429e761 /lang/php55 | |
parent | 36ca454e1e5b25662ed30f596d724e3d0f7b1f0e (diff) | |
download | pkgsrc-80332b87f517b26ee771aa01e5a6e56be6cb8d70.tar.gz |
Update php55 to 5.5.17, approved by wiz@.
18 Sep 2014, PHP 5.5.17
- Core:
. Fixed bug #47358 (glob returns error, should be empty array()). (Pierre)
. Fixed bug #65463 (SIGSEGV during zend_shutdown()). (Keyur Govande)
. Fixed bug #66036 (Crash on SIGTERM in apache process). (Keyur Govande)
. Fixed bug #67878 (program_prefix not honoured in man pages). (Remi)
- COM:
. Fixed bug #41577 (DOTNET is successful once per server run)
(Aidas Kasparas)
- FPM:
. Fixed #67606 (FPM with mod_fastcgi/apache2.4 is broken). (David Zuelke)
- OpenSSL:
. Fixed bug #41631 (socket timeouts not honored in blocking SSL reads).
(Daniel Lowrey)
. Fixed bug #67850 (extension won't build if openssl compiled without SSLv3)
(Daniel Lowrey)
- SPL:
. Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException
wrong message). (tim_siebels_aurich at yahoo dot de)
- Date:
. Fixed bug #66091 (memory leaks in DateTime constructor). (Tjerk)
. Fixed bug #66985 (Some timezones are no longer valid in PHP 5.5.10).
(Derick)
. Fixed bug #67109 (First uppercase letter breaks date string parsing).
(Derick)
- GD
. Made fontFetch's path parser thread-safe. (Sara).
- MySQLi:
. Fixed bug #67839 (mysqli does not handle 4-byte floats correctly). (Keyur)
- Zlib:
. Fixed bug #67724 (chained zlib filters silently fail with large amounts of
data). (Mike)
. Fixed bug #67865 (internal corruption phar error). Mike
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 f39b191f484..31a13f68e6e 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.28 2014/08/23 16:09:21 taca Exp $ +$NetBSD: distinfo,v 1.29 2014/09/30 08:14:25 taca Exp $ -SHA1 (php-5.5.16.tar.bz2) = 36c007e24a440f97c4f56ac094ac5e271dbd1a11 -RMD160 (php-5.5.16.tar.bz2) = dc0f15b662c37e99a5eea728774e29a54fb58db7 -Size (php-5.5.16.tar.bz2) = 13257031 bytes +SHA1 (php-5.5.17.tar.bz2) = e5cdf8cea131e5ee7116efc6d00e1cacfc850393 +RMD160 (php-5.5.17.tar.bz2) = 03c2a2acd36d5c40047290af5b4bbc5b72dbd478 +Size (php-5.5.17.tar.bz2) = 13269227 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |