Wed Apr 10 11:17:13 2019 UTC ()
Pullup ticket #5937 - requested by taca
lang/php72: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.253
- lang/php72/distinfo                                           1.39

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sun Apr  7 16:31:08 UTC 2019

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

   Log Message:
   lang/php72: update to 7.2.17

   04 Apr 2019, PHP 7.2.17

   - Core:
     . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
     . Fixed bug #77660 (Segmentation fault on break 2147483648). (Laruence)
     . Fixed bug #77652 (Anonymous classes can lose their interface information).
       (Nikita)
     . Fixed bug #77676 (Unable to run tests when building shared extension on
       AIX). (Kevin Adler)

   - Bcmath:
     . Fixed bug #77742 (bcpow() implementation related to gcc compiler
       optimization). (Nikita)

   - COM:
     . Fixed bug #77578 (Crash when php unload). (cmb)

   - Date:
     . Fixed bug #50020 (DateInterval:createDateFromString() silently fails).
       (Derick)
     . Fixed bug #75113 (Added DatePeriod::getRecurrences() method). (Ignace
       Nyamagana Butera)

   - EXIF:
     . Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). (Stas)
     . Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). (Stas)

   - FPM:
     . Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP).
       (Kevin Adler)

   - GD:
     . Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag).
       (cmb)

   - MySQLi:
     . Fixed bug #77597 (mysqli_fetch_field hangs scripts). (Nikita)

   - Opcache:
     . Fixed bug #77691 (Opcache passes wrong value for inline array push
       assignments). (Nikita)
     . Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical
       successors). (Nikita)

   - phpdbg:
     . Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match
       actual aliases). (Miriam Lauter)

   - sodium:
     . Fixed bug #77646 (sign_detached() strings not terminated). (Frank)

   - SQLite3:
     . Added sqlite3.defensive INI directive. (BohwaZ)

   - Standard:
     . Fixed bug #77664 (Segmentation fault when using undefined constant in
       custom wrapper). (Laruence)
     . Fixed bug #77669 (Crash in extract() when overwriting extracted array).
       (Nikita)
     . Fixed bug #76717 (var_export() does not create a parsable value for
       PHP_INT_MIN). (Nikita)
     . Fixed bug #77765 (FTP stream wrapper should set the directory as
       executable). (Vlad Temian)


(bsiegert)
diff -r1.251.2.1 -r1.251.2.2 pkgsrc/lang/php/phpversion.mk
diff -r1.38 -r1.38.2.1 pkgsrc/lang/php72/distinfo

cvs diff -r1.251.2.1 -r1.251.2.2 pkgsrc/lang/php/phpversion.mk (expand / switch to unified diff)

--- pkgsrc/lang/php/phpversion.mk 2019/04/10 11:13:18 1.251.2.1
+++ pkgsrc/lang/php/phpversion.mk 2019/04/10 11:17:13 1.251.2.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: phpversion.mk,v 1.251.2.1 2019/04/10 11:13:18 bsiegert Exp $ 1# $NetBSD: phpversion.mk,v 1.251.2.2 2019/04/10 11:17:13 bsiegert Exp $
2# 2#
3# This file selects a PHP version, based on the user's preferences and 3# This file selects a PHP version, based on the user's preferences and
4# the installed packages. It does not add a dependency on the PHP 4# the installed packages. It does not add a dependency on the PHP
5# package. 5# package.
6# 6#
7# === User-settable variables === 7# === User-settable variables ===
8# 8#
9# PHP_VERSION_DEFAULT 9# PHP_VERSION_DEFAULT
10# The PHP version to choose when more than one is acceptable to 10# The PHP version to choose when more than one is acceptable to
11# the package. 11# the package.
12# 12#
13# Possible: 56 71 72 73 13# Possible: 56 71 72 73
14# Default: 71 14# Default: 71
@@ -79,27 +79,27 @@ @@ -79,27 +79,27 @@
79# initial release of major version. 79# initial release of major version.
80# 80#
81# Example: lib/php/20140828 81# Example: lib/php/20140828
82# 82#
83# Keywords: php 83# Keywords: php
84# 84#
85 85
86.if !defined(PHPVERSION_MK) 86.if !defined(PHPVERSION_MK)
87PHPVERSION_MK= defined 87PHPVERSION_MK= defined
88 88
89# Define each PHP's version. 89# Define each PHP's version.
90PHP56_VERSION= 5.6.40 90PHP56_VERSION= 5.6.40
91PHP71_VERSION= 7.1.28 91PHP71_VERSION= 7.1.28
92PHP72_VERSION= 7.2.16 92PHP72_VERSION= 7.2.17
93PHP73_VERSION= 7.3.3 93PHP73_VERSION= 7.3.3
94 94
95# Define initial release of major version. 95# Define initial release of major version.
96PHP56_RELDATE= 20140828 96PHP56_RELDATE= 20140828
97PHP71_RELDATE= 20160303 97PHP71_RELDATE= 20160303
98PHP72_RELDATE= 20170718 98PHP72_RELDATE= 20170718
99PHP73_RELDATE= 20181200 99PHP73_RELDATE= 20181200
100 100
101_VARGROUPS+= php 101_VARGROUPS+= php
102_USER_VARS.php= PHP_VERSION_DEFAULT 102_USER_VARS.php= PHP_VERSION_DEFAULT
103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD 103_PKG_VARS.php= PHP_VERSIONS_ACCEPTED PHP_VERSION_REQD
104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \ 104_SYS_VARS.php= PKG_PHP_VERSION PKG_PHP PHPPKGSRCDIR PHP_PKG_PREFIX \
105 PKG_PHP_MAJOR_VERS 105 PKG_PHP_MAJOR_VERS

cvs diff -r1.38 -r1.38.2.1 pkgsrc/lang/php72/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/php72/Attic/distinfo 2019/03/12 04:13:42 1.38
+++ pkgsrc/lang/php72/Attic/distinfo 2019/04/10 11:17:13 1.38.2.1
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1$NetBSD: distinfo,v 1.38 2019/03/12 04:13:42 taca Exp $ 1$NetBSD: distinfo,v 1.38.2.1 2019/04/10 11:17:13 bsiegert Exp $
2 2
3SHA1 (php-7.2.16.tar.bz2) = 03d04c2f794acb024b2d7e563d49aca4d898163c 3SHA1 (php-7.2.17.tar.bz2) = b3328dcb9273a783557a30fdf1946a836776949e
4RMD160 (php-7.2.16.tar.bz2) = 647cff7577e830428c434184fbcef008a1caf193 4RMD160 (php-7.2.17.tar.bz2) = 65cd8f47ebd35f4269c7dd4f0237289a9ddbc346
5SHA512 (php-7.2.16.tar.bz2) = f97545905a3ec4bc1ce431e306bffb2d7b6357164ea035a6899ea1589d8df4e6617af3924fa1abcb5da428ad691967504c3f94187d4cae6f2ef285e963d07e3d 5SHA512 (php-7.2.17.tar.bz2) = 6d14311cb3699eec7a8eacfb82e0a00e8f5dcfb31474dd32071c1c3261ddf52157a43a1ead4762da01283b0f5ccbbae8dfbbad2fb59e0900a1769e9f318e5830
6Size (php-7.2.16.tar.bz2) = 15058325 bytes 6Size (php-7.2.17.tar.bz2) = 15060211 bytes
7SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61 7SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
8SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c 8SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
9SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 9SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
10SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 10SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426
11SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8 11SHA1 (patch-ext_phar_phar_phar.php) = f630e3946b21b76d4fe857a43e00e25c9445f2c8
12SHA1 (patch-ext_recode_recode.c) = 639bf762302c7a30c88d3f3fa862494e0f847bdb 12SHA1 (patch-ext_recode_recode.c) = 639bf762302c7a30c88d3f3fa862494e0f847bdb
13SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627 13SHA1 (patch-ext_xsl_php__xsl.h) = a9877bff7bacc77926a4541a0ac171c00ad1a627
14SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd 14SHA1 (patch-php.ini-development) = dd65962000ec06439fae3c9bf252fa46be4e33fd
15SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89 15SHA1 (patch-php.ini-production) = ae61dffedf574b688fe576b0b2af748b7a28cd89
16SHA1 (patch-run-tests.php) = 86c4d3f03eb8e31b5a35820f426533c9478571fb 16SHA1 (patch-run-tests.php) = 86c4d3f03eb8e31b5a35820f426533c9478571fb
17SHA1 (patch-sapi_cgi_Makefile.frag) = 18769900f588ff81cc34474542afa1d65c070e65 17SHA1 (patch-sapi_cgi_Makefile.frag) = 18769900f588ff81cc34474542afa1d65c070e65
18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3 18SHA1 (patch-sapi_cli_Makefile.frag) = 1cd29d09042863acbf5330e406410fdcf75d06b3
19SHA1 (patch-sapi_fpm_fpm_events_port.c) = b82b7caffffde1343190fae430a68eb411b5cf8a 19SHA1 (patch-sapi_fpm_fpm_events_port.c) = b82b7caffffde1343190fae430a68eb411b5cf8a