pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update php71 to 7.1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f021d0d9f96
branches:  trunk
changeset: 366164:1f021d0d9f96
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Aug 04 23:08:47 2017 +0000

description:
Update php71 to 7.1.8.

* pkgsrc change: enable readline PKG_OPTIONS default.


03 Aug 2017, PHP 7.1.8

- Core:
  . Fixed bug #74832 (Loading PHP extension with already registered function
    name leads to a crash). (jpauli)
  . Fixed bug #74780 (parse_url() broken when query string contains colon).
    (jhdxr)
  . Fixed bug #74761 (Unary operator expected error on some systems). (petk)
  . Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)
  . Fixed bug #74923 (Crash when crawling through network share). (Anatol)
  . Fixed bug #74913 (fixed incorrect poll.h include). (petk)
  . Fixed bug #74906 (fixed incorrect errno.h include). (petk)

- Date:
  . Fixed bug #74852 (property_exists returns true on unknown DateInterval
    property). (jhdxr)

- OCI8:
  . Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)

- Opcache:
  . Fixed bug #74623 (Infinite loop in type inference when using HTMLPurifier).
    (nikic)

- OpenSSL:
 . Fixed bug #74798 (pkcs7_en/decrypt does not work if \x0a is used in content).
   (Anatol)
 . Added OPENSSL_DONT_ZERO_PAD_KEY constant to prevent key padding and fix bug
   #71917 (openssl_open() returns junk on envelope < 16 bytes) and bug #72362
   (OpenSSL Blowfish encryption is incorrect for short keys). (Jakub Zelenka)

- PDO:
  . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
    Baratz)

- SPL:
  . Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)

- SQLite3:
  . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
    with invalid flags). (Anatol)

- Wddx:
  . Fixed bug #73173 (huge memleak when wddx_unserialize).
    (tloi at fortinet dot com)

- zlib:
  . Fixed bug #73944 (dictionary option of inflate_init() does not work).
    (wapmorgan)

diffstat:

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

diffs (54 lines):

diff -r 976b94246568 -r 1f021d0d9f96 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Aug 04 23:07:28 2017 +0000
+++ b/lang/php/phpversion.mk    Fri Aug 04 23:08:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.185 2017/08/04 23:07:28 taca Exp $
+# $NetBSD: phpversion.mk,v 1.186 2017/08/04 23:08:47 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.22
-PHP71_VERSION= 7.1.7
+PHP71_VERSION= 7.1.8
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 976b94246568 -r 1f021d0d9f96 lang/php71/Makefile.php
--- a/lang/php71/Makefile.php   Fri Aug 04 23:07:28 2017 +0000
+++ b/lang/php71/Makefile.php   Fri Aug 04 23:08:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.php,v 1.5 2017/07/12 09:11:36 manu Exp $
+# $NetBSD: Makefile.php,v 1.6 2017/08/04 23:08:47 taca Exp $
 # used by lang/php71/Makefile
 # used by www/ap-php/Makefile
 # used by www/php-fpm/Makefile
@@ -46,7 +46,7 @@
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.${PHP_PKG_PREFIX}
 PKG_SUPPORTED_OPTIONS+=        inet6 ssl maintainer-zts readline
-PKG_SUGGESTED_OPTIONS+=        inet6 ssl
+PKG_SUGGESTED_OPTIONS+=        inet6 ssl readline
 
 .if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD"
 PKG_SUPPORTED_OPTIONS+=        dtrace
diff -r 976b94246568 -r 1f021d0d9f96 lang/php71/distinfo
--- a/lang/php71/distinfo       Fri Aug 04 23:07:28 2017 +0000
+++ b/lang/php71/distinfo       Fri Aug 04 23:08:47 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2017/07/19 02:44:45 manu Exp $
+$NetBSD: distinfo,v 1.26 2017/08/04 23:08:47 taca Exp $
 
-SHA1 (php-7.1.7.tar.bz2) = 1d7112102e79b052ebc47e3fd90ad24ddcfb8394
-RMD160 (php-7.1.7.tar.bz2) = bcba338427733569b3be8ed27c5dba2afc3fca80
-SHA512 (php-7.1.7.tar.bz2) = a505f8d1e140edff3f5bf6407adecf07cba1223fc905a978249684e9106832bcac0e9879ed07eed271c3bccd8204823d0e5ce2712dcb4432f50a3cf026e7bc84
-Size (php-7.1.7.tar.bz2) = 15751686 bytes
+SHA1 (php-7.1.8.tar.bz2) = d22adc95f31f111bdbcf88afef053cc687c65d3d
+RMD160 (php-7.1.8.tar.bz2) = b3e1274d2efab233951a39ee44d142271b9ffcba
+SHA512 (php-7.1.8.tar.bz2) = 30e31cf4e3f8d640d8fdee6e03a501320ae5fd3983d49a3f5ffa1c162b978d2c9391ed67288b5e22ac023202b7f3fa816c2179ddde91b12a6bf2ef41c25bf16f
+Size (php-7.1.8.tar.bz2) = 15794023 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index