pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update php55 to 5.5.17, approved by wiz@.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/de4196cafdf1
branches:  trunk
changeset: 639888:de4196cafdf1
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Sep 30 08:14:25 2014 +0000

description:
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:

 lang/php/phpversion.mk |  4 ++--
 lang/php55/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 27cd53102063 -r de4196cafdf1 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Sep 29 23:35:54 2014 +0000
+++ b/lang/php/phpversion.mk    Tue Sep 30 08:14:25 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.71 2014/08/23 16:09:21 taca Exp $
+# $NetBSD: phpversion.mk,v 1.72 2014/09/30 08:14:25 taca Exp $
 #
 # This file selects a PHP version, based on the user's preferences and
 # the installed packages. It does not add a dependency on the PHP
@@ -83,7 +83,7 @@
 # Define each PHP's version.
 PHP53_VERSION= 5.3.29
 PHP54_VERSION= 5.4.32
-PHP55_VERSION= 5.5.16
+PHP55_VERSION= 5.5.17
 
 # Define initial release of major version.
 PHP53_RELDATE= 20090630
diff -r 27cd53102063 -r de4196cafdf1 lang/php55/distinfo
--- a/lang/php55/distinfo       Mon Sep 29 23:35:54 2014 +0000
+++ b/lang/php55/distinfo       Tue Sep 30 08:14:25 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index