Received: by mail.netbsd.org (Postfix, from userid 605) id 7D55E84DB0; Thu, 1 Aug 2019 14:14:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05D4D84D82 for ; Thu, 1 Aug 2019 14:14:05 +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 vjvGgtHx5H9o for ; Thu, 1 Aug 2019 14:14:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6049284D44 for ; Thu, 1 Aug 2019 14:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5A311FBF4; Thu, 1 Aug 2019 14:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1564668844136890" MIME-Version: 1.0 Date: Thu, 1 Aug 2019 14:14:04 +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: <20190801141404.5A311FBF4@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. --_----------=_1564668844136890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Aug 1 14:14:04 UTC 2019 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php73: distinfo Log Message: lang/php73: update to 7.3.8 01 Aug 2019, PHP 7.3.8 - Core: . Added syslog.filter=raw option. (Erik Lundin) . Fixed bug #78212 (Segfault in built-in webserver). (cmb) - Date: . Fixed bug #69044 (discrepency between time and microtime). (krakjoe) . Updated timelib to 2018.02. (Derick) - EXIF: . Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) (Stas) . Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) (Stas) - FTP: . Fixed bug #78039 (FTP with SSL memory leak). (Nikita) - Libxml: . Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). (Nikita) - LiteSpeed: . Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). (George Wang) . Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). (George Wang) - Openssl: . Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). (Nikita) - Opcache: . Fixed bug #78341 (Failure to detect smart branch in DFA pass). (Nikita) . Fixed bug #78189 (file cache strips last character of uname hash). (cmb) . Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). (cmb) . Fixed bug #78271 (Invalid result of if-else). (Nikita) . Fixed bug #78291 (opcache_get_configuration doesn't list all directives). (Andrew Collington) - PCRE: . Fixed bug #78338 (Array cross-border reading in PCRE). (cmb) . Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings). (pgnet, Peter Kokot) - PDO_Sqlite: . Fixed bug #78192 (SegFault when reuse statement after schema has changed). (Vincent Quatrevieux) - Phar: . Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). (cmb) - Phpdbg: . Fixed bug #78297 (Include unexistent file memory leak). (Nikita) - SQLite: . Upgraded to SQLite 3.28.0. (cmb) - Standard: . Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). (cmb) . Fixed bug #78269 (password_hash uses weak options for argon2). (Remi) To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/lang/php73/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1564668844136890 Content-Disposition: inline Content-Length: 2026 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.262 pkgsrc/lang/php/phpversion.mk:1.263 --- pkgsrc/lang/php/phpversion.mk:1.262 Mon Jul 8 13:20:29 2019 +++ pkgsrc/lang/php/phpversion.mk Thu Aug 1 14:14:04 2019 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.262 2019/07/08 13:20:29 taca Exp $ +# $NetBSD: phpversion.mk,v 1.263 2019/08/01 14:14:04 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.40 PHP71_VERSION= 7.1.30 PHP72_VERSION= 7.2.20 -PHP73_VERSION= 7.3.7 +PHP73_VERSION= 7.3.8 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php73/distinfo diff -u pkgsrc/lang/php73/distinfo:1.9 pkgsrc/lang/php73/distinfo:1.10 --- pkgsrc/lang/php73/distinfo:1.9 Mon Jul 8 13:20:29 2019 +++ pkgsrc/lang/php73/distinfo Thu Aug 1 14:14:04 2019 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.9 2019/07/08 13:20:29 taca Exp $ +$NetBSD: distinfo,v 1.10 2019/08/01 14:14:04 taca Exp $ -SHA1 (php-7.3.7.tar.bz2) = 5681a6919295e718dddac5b093c696675e5fa624 -RMD160 (php-7.3.7.tar.bz2) = 7db8a08c576f74c4b63c79b046163314176a5279 -SHA512 (php-7.3.7.tar.bz2) = 2ed093483c557dc58d6903e07ebe6ca2eee80fc2fdd1938f43ffed20995eddfeff39ecb61f7078766042442360aaa943c895257c72f8e1007093aee30e251748 -Size (php-7.3.7.tar.bz2) = 14851957 bytes +SHA1 (php-7.3.8.tar.bz2) = 9264a6d51f40e5e45459e28bd9ad96540bbde402 +RMD160 (php-7.3.8.tar.bz2) = 6ac55c13d496904d3a0d9028ddd8a6403394a947 +SHA512 (php-7.3.8.tar.bz2) = c8aea78a21e95a1ad91bdd157684f80b316c51f9fdd6718554d59e0256f39213dec8b176e621ede44e1ef037f77ba2865169274b2bd9f13f319bf01c7e9ed058 +Size (php-7.3.8.tar.bz2) = 14939284 bytes SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335 --_----------=_1564668844136890--