pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php71: update to 7.1.10



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0051227094fd
branches:  trunk
changeset: 369583:0051227094fd
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Oct 01 15:50:06 2017 +0000

description:
lang/php71: update to 7.1.10

28 Sep 2017, PHP 7.1.10

- 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 #75155 (AppendIterator::append() is broken when appending another
    AppendIterator). (Nikita)
  . Fixed bug #75173 (incorrect behavior of AppendIterator::append in foreach loop).
    (jhdxr)

- Standard:
  . Fixed bug #75152 (signed integer overflow in parse_iv). (Laruence)
  . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)

diffstat:

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

diffs (36 lines):

diff -r ec68696d7c8b -r 0051227094fd lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sun Oct 01 15:48:51 2017 +0000
+++ b/lang/php/phpversion.mk    Sun Oct 01 15:50:06 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.189 2017/10/01 15:48:17 taca Exp $
+# $NetBSD: phpversion.mk,v 1.190 2017/10/01 15:50:06 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.31
 PHP70_VERSION= 7.0.24
-PHP71_VERSION= 7.1.9
+PHP71_VERSION= 7.1.10
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r ec68696d7c8b -r 0051227094fd lang/php71/distinfo
--- a/lang/php71/distinfo       Sun Oct 01 15:48:51 2017 +0000
+++ b/lang/php71/distinfo       Sun Oct 01 15:50:06 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.27 2017/09/01 10:50:39 taca Exp $
+$NetBSD: distinfo,v 1.28 2017/10/01 15:50:06 taca Exp $
 
-SHA1 (php-7.1.9.tar.bz2) = a3406f8b34c1236af4f887be6196747425373351
-RMD160 (php-7.1.9.tar.bz2) = 86cc822a92df922003c56ae02451f3531345d9fd
-SHA512 (php-7.1.9.tar.bz2) = 6b7ad28868af904f24f68a062670561841399a2213ff5ad0408bf49ac08cdfe7aa0e5e250815a875ec558dc619c452247d731f48570ce6a8b1bb9fa4082aabff
-Size (php-7.1.9.tar.bz2) = 15093853 bytes
+SHA1 (php-7.1.10.tar.bz2) = 0ba95a1f7590b8edbb332d7b2c9ff086d4ae6b60
+RMD160 (php-7.1.10.tar.bz2) = 7871440a68c36124e41151640065a79ad6972570
+SHA512 (php-7.1.10.tar.bz2) = b18aaa98f147f77569cf87d5ee42b50ce1b0af56785d584d27b383a0d121c107db4645806028e66a3b8fa6818b50c9ccb2ce882b347ad8753726fc34f2dadd92
+Size (php-7.1.10.tar.bz2) = 15069098 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index