Received: by mail.netbsd.org (Postfix, from userid 605) id 28BC284D8B; Sat, 11 Jul 2020 03:59:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A267684D63 for ; Sat, 11 Jul 2020 03:59:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id k7C5NSHwhWkK for ; Sat, 11 Jul 2020 03:59:47 +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 F05CE84CE2 for ; Sat, 11 Jul 2020 03:59:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD613FB28; Sat, 11 Jul 2020 03:59:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1594439986116810" MIME-Version: 1.0 Date: Sat, 11 Jul 2020 03:59:46 +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: <20200711035946.DD613FB28@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. --_----------=_1594439986116810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sat Jul 11 03:59:46 UTC 2020 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php73: distinfo Log Message: lang/php73: update to 7.3.20 Update php73 to 7.3.20. 09 Jul 2020, PHP 7.3.20 - Core: . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb) . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb, Nikita) . Fixed possibly unsupported timercmp() usage. (cmb) - Exif: . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes). (cmb) - Filter: . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb) - GD: . Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb) - OpenSSL: . Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout). (cmb) - PDO SQLite: . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set). (cmb) - SPL: . Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). (Nikita) - Standard: . Fixed bug #74267 (segfault with streams and invalid data). (cmb) . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for posix_getgrgid and others). (Böszörményi Zoltán) 09 Jul 2020, PHP 7.3.20 - Core: . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb) . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb, Nikita) . Fixed possibly unsupported timercmp() usage. (cmb) - Exif: . Fixed bug #79687 (Sony picture - PHP Warning - Make, Model, MakerNotes). (cmb) - Filter: . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb) - GD: . Fixed bug #79676 (imagescale adds black border with IMG_BICUBIC). (cmb) - OpenSSL: . Fixed bug #62890 (default_socket_timeout=-1 causes connection to timeout). (cmb) - PDO SQLite: . Fixed bug #79664 (PDOStatement::getColumnMeta fails on empty result set). (cmb) - SPL: . Fixed bug #79710 (Reproducible segfault in error_handler during GC involved an SplFileObject). (Nikita) - Standard: . Fixed bug #74267 (segfault with streams and invalid data). (cmb) . Fixed bug #79579 (ZTS build of PHP 7.3.17 doesn't handle ERANGE for posix_getgrgid and others). (Böszörményi Zoltán) To generate a diff of this commit: cvs rdiff -u -r1.300 -r1.301 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/php73/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1594439986116810 Content-Disposition: inline Content-Length: 2035 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.300 pkgsrc/lang/php/phpversion.mk:1.301 --- pkgsrc/lang/php/phpversion.mk:1.300 Sun Jun 14 05:59:17 2020 +++ pkgsrc/lang/php/phpversion.mk Sat Jul 11 03:59:46 2020 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.300 2020/06/14 05:59:17 taca Exp $ +# $NetBSD: phpversion.mk,v 1.301 2020/07/11 03:59:46 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.40 PHP72_VERSION= 7.2.31 -PHP73_VERSION= 7.3.19 +PHP73_VERSION= 7.3.20 PHP74_VERSION= 7.4.7 # Define initial release of major version. Index: pkgsrc/lang/php73/distinfo diff -u pkgsrc/lang/php73/distinfo:1.23 pkgsrc/lang/php73/distinfo:1.24 --- pkgsrc/lang/php73/distinfo:1.23 Sun Jun 14 05:56:51 2020 +++ pkgsrc/lang/php73/distinfo Sat Jul 11 03:59:46 2020 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2020/06/14 05:56:51 taca Exp $ +$NetBSD: distinfo,v 1.24 2020/07/11 03:59:46 taca Exp $ -SHA1 (php-7.3.19.tar.xz) = 69da646afaf60af9d035a4f94d25a2b26216f887 -RMD160 (php-7.3.19.tar.xz) = aa4a349f4595a78466800f8287e45a7c2284a41f -SHA512 (php-7.3.19.tar.xz) = f37800d9e1bf808ad1099f6190965cc75781e7bf6d2c341a7143aca435abc9974a2987cbfeb8c2b35805c946218343612906fde3cc84b195c2c586945869b760 -Size (php-7.3.19.tar.xz) = 12117968 bytes +SHA1 (php-7.3.20.tar.xz) = d0dd05fa421e0f581960eda6cb8a256abb98b920 +RMD160 (php-7.3.20.tar.xz) = d91c73a38a4c08d12a459c5ad2021185d7be670f +SHA512 (php-7.3.20.tar.xz) = 4d035e7420ceb64d912a1936db5d311c06c61d09c9d4665c27fba9709fe45b30d5771bb485fb24393d9ee689a0f7ddcbc577e9ee7a7b31341b0203f1b805b886 +Size (php-7.3.20.tar.xz) = 12118188 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_1594439986116810--