pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Jun  9 01:23:25 UTC 2017

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php71: distinfo

Log Message:
Update php71 to 7.1.6.

7 Jun 2017, PHP 7.1.6

- 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)
  . Fixed bug #74589 (__DIR__ wrong for unicode character). (Anatol)

- 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)

- Readline:
  . Fixed bug #74490 (readline() moves the cursor to the beginning of the line).
    (Anatol)

- 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)


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/lang/php71/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.180 pkgsrc/lang/php/phpversion.mk:1.181
--- pkgsrc/lang/php/phpversion.mk:1.180 Thu Jun  8 14:52:59 2017
+++ pkgsrc/lang/php/phpversion.mk       Fri Jun  9 01:23:25 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.180 2017/06/08 14:52:59 taca Exp $
+# $NetBSD: phpversion.mk,v 1.181 2017/06/09 01:23: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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.30
 PHP70_VERSION= 7.0.20
-PHP71_VERSION= 7.1.5
+PHP71_VERSION= 7.1.6
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.21 pkgsrc/lang/php71/distinfo:1.22
--- pkgsrc/lang/php71/distinfo:1.21     Fri May 12 14:46:52 2017
+++ pkgsrc/lang/php71/distinfo  Fri Jun  9 01:23:25 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.21 2017/05/12 14:46:52 taca Exp $
+$NetBSD: distinfo,v 1.22 2017/06/09 01:23:25 taca Exp $
 
-SHA1 (php-7.1.5.tar.bz2) = cf46b42bfd14ab77eabb6ecb535a08348e93db28
-RMD160 (php-7.1.5.tar.bz2) = 124c90a7a60a93fb4c24edbbecb9e481e373e9b5
-SHA512 (php-7.1.5.tar.bz2) = ce0bbaf858e58f928d25443323e383d9c12f35be8be66047b5bbbfdea8e8504932ddc54f9ec014afa5637d3c56c4bca774849576130b50998a57aa8465e873c3
-Size (php-7.1.5.tar.bz2) = 15723691 bytes
+SHA1 (php-7.1.6.tar.bz2) = cad3af5b10a4c303da8ef825aa5294f276267344
+RMD160 (php-7.1.6.tar.bz2) = cf898da92c8fd2f7551411e0907e9e7a3347745b
+SHA512 (php-7.1.6.tar.bz2) = 9f4e815b4c8e6241d73dd6220e8b2b09cb4d7f24b7891119414535ae905b482ce3ee2c9581cf9c35a61af77e62fed4e4856339e7d928047f2c05c10100c5009e
+Size (php-7.1.6.tar.bz2) = 15732452 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index