pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php70: update to 7.0.24.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c10bf2c52f1f
branches:  trunk
changeset: 369581:c10bf2c52f1f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 01 15:48:17 2017 +0000

description:
lang/php70: update to 7.0.24.

28 Sep 2017 PHP 7.0.24

- Core:
  . Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)

- BCMath:
  . Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb)
  . Fixed bug #46781 (BC math handles minus zero incorrectly). (cmb)
  . Fixed bug #54598 (bcpowmod() may return 1 if modulus is 1). (okano1220, cmb)
  . Fixed bug #75178 (bcpowmod() misbehaves for non-integer base or modulus). (cmb)

- CLI server:
  . Fixed bug #70470 (Built-in server truncates headers spanning over TCP
    packets). (bouk)

- CURL:
  . Fixed bug #75093 (OpenSSL support not detected). (Remi)

- GD:
  . Fixed bug #75124 (gdImageGrayScale() may produce colors). (cmb)
  . Fixed bug #75139 (libgd/gd_interpolation.c:1786: suspicious if ?). (cmb)

- Gettext:
  . Fixed bug #73730 (textdomain(null) throws in strict mode). (cmb)

- Intl:
  . Fixed bug #75090 (IntlGregorianCalendar doesn't have constants from parent
    class). (tpunt)
  .?Fixed?bug?#75193?(segfault?in?collator_convert_object_to_string).?(Remi)

- PDO_OCI:
  . Fixed bug #74631 (PDO_PCO with PHP-FPM: OCI environment initialized
    before PHP-FPM sets it up). (Ingmar Runge)

- SPL:
  . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
    (jhdxr)

- Standard:
  . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php70/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r f9fe293b6ac6 -r c10bf2c52f1f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Oct 01 15:09:26 2017 +0000
+++ b/lang/php/phpversion.mk    Sun Oct 01 15:48:17 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.188 2017/09/01 10:50:38 taca Exp $
+# $NetBSD: phpversion.mk,v 1.189 2017/10/01 15:48:17 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
@@ -88,7 +88,7 @@
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.31
-PHP70_VERSION= 7.0.23
+PHP70_VERSION= 7.0.24
 PHP71_VERSION= 7.1.9
 
 # Define initial release of major version.
diff -r f9fe293b6ac6 -r c10bf2c52f1f lang/php70/distinfo
--- a/lang/php70/distinfo       Sun Oct 01 15:09:26 2017 +0000
+++ b/lang/php70/distinfo       Sun Oct 01 15:48:17 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2017/09/01 10:49:14 taca Exp $
+$NetBSD: distinfo,v 1.38 2017/10/01 15:48:17 taca Exp $
 
-SHA1 (php-7.0.23.tar.bz2) = 46933bbb7e098bd7baa3f6c9f47f203215a1dd26
-RMD160 (php-7.0.23.tar.bz2) = 21854136e63919de111166326559a9fe737c2943
-SHA512 (php-7.0.23.tar.bz2) = 3f2448696ac4dec83f8439e0739b964c430530f3f9319c4f9752a79524a338ea3ac74572227184c4b61fc7583822d12c6581e2b7c8ef9a0ddbd2bb6a4f3bbd53
-Size (php-7.0.23.tar.bz2) = 14630426 bytes
+SHA1 (php-7.0.24.tar.bz2) = 696882f1ff78ce28d871db65709707432781ffb2
+RMD160 (php-7.0.24.tar.bz2) = 371b72252b55da03c226fd6ddbd15771204d3825
+SHA512 (php-7.0.24.tar.bz2) = ccf40e3b038db3694bd2ea525cffcb1f744a98458d206d33dd588ab1192a6e9a40ad7b142c24173c6922de921b4cdcd8055568140f004a6f2c2576b691722826
+Size (php-7.0.24.tar.bz2) = 14632741 bytes
 SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76



Home | Main Index | Thread Index | Old Index