Received: by mail.netbsd.org (Postfix, from userid 605) id 60EF284E68; Fri, 20 Jul 2018 13:25:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4369D84D8D for ; Fri, 20 Jul 2018 13:25:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PTS63nfk_xCM for ; Fri, 20 Jul 2018 13:25:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2312A84CD7 for ; Fri, 20 Jul 2018 13:25:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 13877FBEC; Fri, 20 Jul 2018 13:25:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153209312731420" MIME-Version: 1.0 Date: Fri, 20 Jul 2018 13:25:27 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180720132527.13877FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_153209312731420 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Jul 20 13:25:26 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: Makefile distinfo Log Message: lang/php72: update to 7.2.8 19 Jul 2018, PHP 7.2.8 - Core: . Fixed bug #76534 (PHP hangs on 'illegal string offset on string references with an error handler). (Laruence) . Fixed bug #76520 (Object creation leaks memory when executed over HTTP). (Nikita) . Fixed bug #76502 (Chain of mixed exceptions and errors does not serialize properly). (Nikita) - Date: . Fixed bug #76462 (Undefined property: DateInterval::$f). (Anatol) - EXIF: . Fixed bug #76409 (heap use after free in _php_stream_free). (cmb) . Fixed bug #76423 (Int Overflow lead to Heap OverFlow in exif_thumbnail_extract of exif.c). (Stas) . Fixed bug #76557 (heap-buffer-overflow (READ of size 48) while reading exif data). (Stas) - FPM: . Fixed bug #73342 (Vulnerability in php-fpm by changing stdin to non-blocking). (Nikita) - GMP: . Fixed bug #74670 (Integer Underflow when unserializing GMP and possible other classes). (Nikita) - intl: . Fixed bug #76556 (get_debug_info handler for BreakIterator shows wrong type). (cmb) - mbstring: . Fixed bug #76532 (Integer overflow and excessive memory usage in mb_strimwidth). (MarcusSchwarz) - Opcache: . Fixed bug #76477 (Opcache causes empty return value). (Nikita, Laruence) - PGSQL: . Fixed bug #76548 (pg_fetch_result did not fetch the next row). (Anatol) - phpdbg: . Fix arginfo wrt. optional/required parameters. (cmb) - Reflection: . Fixed bug #76536 (PHP crashes with core dump when throwing exception in error handler). (Laruence) . Fixed bug #75231 (ReflectionProperty#getValue() incorrectly works with inherited classes). (Nikita) - Standard: . Fixed bug #76505 (array_merge_recursive() is duplicating sub-array keys). (Laruence) . Fixed bug #71848 (getimagesize with $imageinfo returns false). (cmb) - Win32: . Fixed bug #76459 (windows linkinfo lacks openbasedir check). (Anatol) - ZIP: . Fixed bug #76461 (OPSYS_Z_CPM defined instead of OPSYS_CPM). (Dennis Birkholz, Remi) To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.10 -r1.11 pkgsrc/lang/php72/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153209312731420 Content-Disposition: inline Content-Length: 2559 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/php/phpversion.mk diff -u pkgsrc/lang/php/phpversion.mk:1.222 pkgsrc/lang/php/phpversion.mk:1.223 --- pkgsrc/lang/php/phpversion.mk:1.222 Fri Jul 20 13:23:46 2018 +++ pkgsrc/lang/php/phpversion.mk Fri Jul 20 13:25:26 2018 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.222 2018/07/20 13:23:46 taca Exp $ +# $NetBSD: phpversion.mk,v 1.223 2018/07/20 13:25:26 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 @@ -90,7 +90,7 @@ PHPVERSION_MK= defined PHP56_VERSION= 5.6.36 PHP70_VERSION= 7.0.30 PHP71_VERSION= 7.1.20 -PHP72_VERSION= 7.2.7 +PHP72_VERSION= 7.2.8 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php72/Makefile diff -u pkgsrc/lang/php72/Makefile:1.10 pkgsrc/lang/php72/Makefile:1.11 --- pkgsrc/lang/php72/Makefile:1.10 Fri Jul 20 03:34:18 2018 +++ pkgsrc/lang/php72/Makefile Fri Jul 20 13:25:26 2018 @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2018/07/20 03:34:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.11 2018/07/20 13:25:26 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_VERSION:S/RC/rc/} -CATEGORIES= lang PKGREVISION= 2 HOMEPAGE= http://www.php.net/ Index: pkgsrc/lang/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.27 pkgsrc/lang/php72/distinfo:1.28 --- pkgsrc/lang/php72/distinfo:1.27 Wed Jul 18 07:33:12 2018 +++ pkgsrc/lang/php72/distinfo Fri Jul 20 13:25:26 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.27 2018/07/18 07:33:12 manu Exp $ +$NetBSD: distinfo,v 1.28 2018/07/20 13:25:26 taca Exp $ -SHA1 (php-7.2.7.tar.bz2) = e56adc671e9a19bcbe2b84e510cd2c2cec571970 -RMD160 (php-7.2.7.tar.bz2) = ba76b61f709eda603bf6c6b2d31baf6111210e13 -SHA512 (php-7.2.7.tar.bz2) = 7817e082963a4f185c5dd4a7bdd9358e25ae1dc83fa6b353313660c9907a2ead308676be86d5e1f7d586d394308e451dd8139a7879a68ab5d0c4a59fcbe73027 -Size (php-7.2.7.tar.bz2) = 15050410 bytes +SHA1 (php-7.2.8.tar.bz2) = b0aa50ba30be0e93bf4b1087f6a6326ffe0dd06f +RMD160 (php-7.2.8.tar.bz2) = b73b220a5ef91d3d17de726adbe9fc04abc6c0ba +SHA512 (php-7.2.8.tar.bz2) = 4eaab35ff99c6829e4e67b99d0dbc1d25b83210c9d894fbb9e6810dd3de8b7d5bd62b2d8a9f2ecb3c1f2f5a9c28116a22b36f019a21b8770f02fe1e3149728d9 +Size (php-7.2.8.tar.bz2) = 15035638 bytes SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489 --_----------=_153209312731420--