pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang Update php70 to 7.0.20.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d012f70c79b
branches:  trunk
changeset: 363429:7d012f70c79b
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu Jun 08 14:52:59 2017 +0000

description:
Update php70 to 7.0.20.

8 Jun 2017 PHP 7.0.20

- Core:
  . Fixed bug #74600 (crash (SIGSEGV) in _zend_hash_add_or_update_i).
    (Laruence)
  . Fixed bug #74546 (SIGILL in ZEND_FETCH_CLASS_CONSTANT_SPEC_CONST_CONST).
    (Laruence)

- intl:
  . Fixed bug #74468 (wrong reflection on Collator::sortWithSortKeys). (villfa)

- MySQLi:
  . Fixed bug #74547 (mysqli::change_user() doesn't accept null as $database
    argument w/strict_types). (Anatol)

- Opcache:
  . Fixed bug #74596 (SIGSEGV with opcache.revalidate_path enabled). (Laruence)

- phar:
  . Fixed bug #51918 (Phar::webPhar() does not handle requests sent through PUT
    and DELETE method). (Christian Weiske)

- Standard:
  . Fixed bug #74510 (win32/sendmail.c anchors CC header but not BCC).
    (Damian Wadley, Anatol)

- xmlreader:
  . Fixed bug #74457 (Wrong reflection on XMLReader::expand). (villfa)

diffstat:

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

diffs (36 lines):

diff -r fb09bd8b11af -r 7d012f70c79b lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu Jun 08 14:06:38 2017 +0000
+++ b/lang/php/phpversion.mk    Thu Jun 08 14:52:59 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.179 2017/05/12 14:46:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.180 2017/06/08 14:52:59 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.30
-PHP70_VERSION= 7.0.19
+PHP70_VERSION= 7.0.20
 PHP71_VERSION= 7.1.5
 
 # Define initial release of major version.
diff -r fb09bd8b11af -r 7d012f70c79b lang/php70/distinfo
--- a/lang/php70/distinfo       Thu Jun 08 14:06:38 2017 +0000
+++ b/lang/php70/distinfo       Thu Jun 08 14:52:59 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.33 2017/05/12 14:45:36 taca Exp $
+$NetBSD: distinfo,v 1.34 2017/06/08 14:52:59 taca Exp $
 
-SHA1 (php-7.0.19.tar.bz2) = 952db8fc89a598d0a9230ae5732498da8a6fa1f6
-RMD160 (php-7.0.19.tar.bz2) = 4662a9fb1ab549f5c2cd33e3ae0d3ed351bda2d0
-SHA512 (php-7.0.19.tar.bz2) = 74fea0b259ca28f36229afbac1bb3f845da6daa9a0ba82a8e3324f1814c989f6fe4a023d40736ad25fa13a56c610a7321eee7df6e7074221c4b0a3974e3baaa0
-Size (php-7.0.19.tar.bz2) = 15326922 bytes
+SHA1 (php-7.0.20.tar.bz2) = cdcb2bc57635fcb0496b4922a1ae59675abc9ed2
+RMD160 (php-7.0.20.tar.bz2) = dd9247546d0ec83061befa00eb4388e1c6dc6c9b
+SHA512 (php-7.0.20.tar.bz2) = 5caa01783fb21161000a22be28815e206a3801610c0ac90ef6abb7661ce11d42aabf1ee74ec4d2edceb91e4de041bc6d7d7a4367f314d70c40d61f2feb9a5aea
+Size (php-7.0.20.tar.bz2) = 15327671 bytes
 SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76



Home | Main Index | Thread Index | Old Index