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:           Thu Jun  8 14:52:59 UTC 2017

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.33 -r1.34 pkgsrc/lang/php70/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.179 pkgsrc/lang/php/phpversion.mk:1.180
--- pkgsrc/lang/php/phpversion.mk:1.179 Fri May 12 14:46:52 2017
+++ pkgsrc/lang/php/phpversion.mk       Thu Jun  8 14:52:59 2017
@@ -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 @@ PHPVERSION_MK=        defined
 
 # 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.

Index: pkgsrc/lang/php70/distinfo
diff -u pkgsrc/lang/php70/distinfo:1.33 pkgsrc/lang/php70/distinfo:1.34
--- pkgsrc/lang/php70/distinfo:1.33     Fri May 12 14:45:36 2017
+++ pkgsrc/lang/php70/distinfo  Thu Jun  8 14:52:59 2017
@@ -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