Received: by mail.netbsd.org (Postfix, from userid 605) id C755684E04; Thu, 29 Mar 2018 16:21:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25CA384D5E for ; Thu, 29 Mar 2018 16:21:07 +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 rKWWA2PdUYRI for ; Thu, 29 Mar 2018 16:21:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 53EB584D2C for ; Thu, 29 Mar 2018 16:21:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 50A18FB40; Thu, 29 Mar 2018 16:21:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1522340466232330" MIME-Version: 1.0 Date: Thu, 29 Mar 2018 16:21:06 +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: <20180329162106.50A18FB40@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. --_----------=_1522340466232330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Mar 29 16:21:06 UTC 2018 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php72: distinfo Log Message: lang/php72: update to 7.2.4 29 Mar 2018, PHP 7.2.4 - Core: . Fixed bug #76025 (Segfault while throwing exception in error_handler). (Dmitry, Laruence) . Fixed bug #76044 ('date: illegal option -- -' in ./configure on FreeBSD). (Anatol) - FPM: . Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache access controls). (Jakub Zelenka) - FTP: . Fixed ftp_pasv arginfo. (carusogabriel) - GD: . Fixed bug #73957 (signed integer conversion in imagescale()). (cmb) . Fixed bug #76041 (null pointer access crashed php). (cmb) . Fixed imagesetinterpolation arginfo. (Gabriel Caruso) - iconv: . Fixed bug #75867 (Freeing uninitialized pointer). (Philip Prindeville) - Mbstring: . Fixed bug #62545 (wrong unicode mapping in some charsets). (cmb) - Opcache: . Fixed bug #75969 (Assertion failure in live range DCE due to block pass misoptimization). (Nikita) - OpenSSL: . Fixed openssl_* arginfos. (carusogabriel) - PCNTL: . Fixed bug #75873 (pcntl_wexitstatus returns incorrect on Big_Endian platform (s390x)). (Sam Ding) - Phar: . Fixed bug #76085 (Segmentation fault in buildFromIterator when directory name contains a \n). (Laruence) - Standard: . Fixed bug #75961 (Strange references behavior). (Laruence) . Fixed some arginfos. (carusogabriel) . Fixed bug #76068 (parse_ini_string fails to parse "[foo]\nbar=1|>baz" with segfault). (Anatol) To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/php72/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1522340466232330 Content-Disposition: inline Content-Length: 2033 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.210 pkgsrc/lang/php/phpversion.mk:1.211 --- pkgsrc/lang/php/phpversion.mk:1.210 Thu Mar 29 16:19:38 2018 +++ pkgsrc/lang/php/phpversion.mk Thu Mar 29 16:21:06 2018 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.210 2018/03/29 16:19:38 taca Exp $ +# $NetBSD: phpversion.mk,v 1.211 2018/03/29 16:21:06 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.34 PHP70_VERSION= 7.0.28 PHP71_VERSION= 7.1.16 -PHP72_VERSION= 7.2.3 +PHP72_VERSION= 7.2.4 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php72/distinfo diff -u pkgsrc/lang/php72/distinfo:1.22 pkgsrc/lang/php72/distinfo:1.23 --- pkgsrc/lang/php72/distinfo:1.22 Fri Mar 2 02:11:24 2018 +++ pkgsrc/lang/php72/distinfo Thu Mar 29 16:21:06 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.22 2018/03/02 02:11:24 taca Exp $ +$NetBSD: distinfo,v 1.23 2018/03/29 16:21:06 taca Exp $ -SHA1 (php-7.2.3.tar.bz2) = 6007a31a9b3665de7507ba24a67a3cc944a08f11 -RMD160 (php-7.2.3.tar.bz2) = 5c972d2c12c2fb2119ca4eb46f8961f2e95dff60 -SHA512 (php-7.2.3.tar.bz2) = 6b7e3e86ed42fb48762309a20c6a519202d2454fcb7be51e328ca47a3ca5fdbff8d21a435c31b4e73a9901b733cacd39d4a5287c16cced135799d2117a789e90 -Size (php-7.2.3.tar.bz2) = 15012465 bytes +SHA1 (php-7.2.4.tar.bz2) = 9a15da9e1c58ce873bd1af042b9cb0ee6bbb3bd4 +RMD160 (php-7.2.4.tar.bz2) = aa57c3e7cb47405022c932f6b03d96f78a7eeb18 +SHA512 (php-7.2.4.tar.bz2) = 036348c7dd1b14cb8d843682a800c396a2a712db3113fb1443826171d4fc75e326b1e239807cd59cbc3c703ffdba3e2a48033052c01552dd1c9454c6abf20fe0 +Size (php-7.2.4.tar.bz2) = 14615288 bytes SHA1 (patch-configure) = 47f2ede97390cc7e46d04c2769dd97459b19450a SHA1 (patch-ext_gd_config.m4) = 67730ccc13410adaf8829f77a6b044f16e412489 SHA1 (patch-ext_phar_Makefile.frag) = 558869b60f8ed6674a3ba1d595a65f010df4c426 --_----------=_1522340466232330--