Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id CC0451A9217 for ; Thu, 7 Jan 2021 13:39:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 028F784D64; Thu, 7 Jan 2021 13:39:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D97984CE2 for ; Thu, 7 Jan 2021 13:39:10 +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 UVafVQrPuL0d for ; Thu, 7 Jan 2021 13:39:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5A52984CE0 for ; Thu, 7 Jan 2021 13:39:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 53D09FA9D; Thu, 7 Jan 2021 13:39:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610026749287460" MIME-Version: 1.0 Date: Thu, 7 Jan 2021 13:39:09 +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: <20210107133909.53D09FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610026749287460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jan 7 13:39:09 UTC 2021 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php74: distinfo Log Message: lang/php74: udpate to 7.4.14 Update php74 pacakge to 7.4.14 (PHP 7.4.14). 07 Jan 2021, PHP 7.4.14 - Core: . Fixed bug #74558 (Can't rebind closure returned by Closure::fromCallable()). (cmb) . Fixed bug #80345 (PHPIZE configuration has outdated PHP_RELEASE_VERSION). (cmb) . Fixed bug #72964 (White space not unfolded for CC/Bcc headers). (cmb) . Fixed bug #80362 (Running dtrace scripts can cause php to crash). (al at coralnet dot name) . Fixed bug #80393 (Build of PHP extension fails due to configuration gap with libtool). (kir dot morozov at gmail dot com) . Fixed bug #80402 (configure filtering out -lpthread). (Nikita) . Fixed bug #77069 (stream filter loses final block of data). (cmb) - Fileinfo: . Fixed bug #77961 (finfo_open crafted magic parsing SIGABRT). (cmb) - FPM: . Fixed bug #69625 (FPM returns 200 status on request without SCRIPT_FILENAME env). (Jakub Zelenka) - Intl: . Fixed bug #80425 (MessageFormatAdapter::getArgTypeList redefined). (Nikita) - OpenSSL: . Fixed bug #80368 (OpenSSL extension fails to build against LibreSSL due to lack of OCB support). (Nikita) - Phar: . Fixed bug #73809 (Phar Zip parse crash - mmap fail). (cmb) . Fixed bug #75102 (`PharData` says invalid checksum for valid tar). (cmb) . Fixed bug #77322 (PharData::addEmptyDir('/') Possible integer overflow). (cmb) - PDO MySQL: . Fixed bug #80458 (PDOStatement::fetchAll() throws for upsert queries). (Kamil Tekiela) . Fixed bug #63185 (nextRowset() ignores MySQL errors with native prepared statements). (Nikita) . Fixed bug #78152 (PDO::exec() - Bad error handling with multiple commands). (Nikita) . Fixed bug #70066 (Unexpected "Cannot execute queries while other unbuffered queries"). (Nikita) . Fixed bug #71145 (Multiple statements in init command triggers unbuffered query error). (Nikita) . Fixed bug #76815 (PDOStatement cannot be GCed/closeCursor-ed when a PROCEDURE resultset SIGNAL). (Nikita) - Standard: . Fixed bug #77423 (FILTER_VALIDATE_URL accepts URLs with invalid userinfo). (CVE-2020-7071) (cmb) . Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb) . Fixed bug #80411 (References to null-serialized object break serialize()). (Nikita) - Tidy: . Fixed bug #77594 (ob_tidyhandler is never reset). (cmb) - Zlib: . Fixed #48725 (Support for flushing in zlib stream). (cmb) To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.17 -r1.18 pkgsrc/lang/php74/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610026749287460 Content-Disposition: inline Content-Length: 2076 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.317 pkgsrc/lang/php/phpversion.mk:1.318 --- pkgsrc/lang/php/phpversion.mk:1.317 Thu Jan 7 13:35:02 2021 +++ pkgsrc/lang/php/phpversion.mk Thu Jan 7 13:39:09 2021 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.317 2021/01/07 13:35:02 taca Exp $ +# $NetBSD: phpversion.mk,v 1.318 2021/01/07 13:39:09 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 PHP73_VERSION= 7.3.26 -PHP74_VERSION= 7.4.13 +PHP74_VERSION= 7.4.14 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php74/distinfo diff -u pkgsrc/lang/php74/distinfo:1.17 pkgsrc/lang/php74/distinfo:1.18 --- pkgsrc/lang/php74/distinfo:1.17 Thu Nov 26 14:45:15 2020 +++ pkgsrc/lang/php74/distinfo Thu Jan 7 13:39:09 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2020/11/26 14:45:15 taca Exp $ +$NetBSD: distinfo,v 1.18 2021/01/07 13:39:09 taca Exp $ -SHA1 (php-7.4.13.tar.xz) = ba6737d0583911b745888209e6717a8140ff5572 -RMD160 (php-7.4.13.tar.xz) = ce0c280c209a53368b9ea784ba66be327d749485 -SHA512 (php-7.4.13.tar.xz) = 3525f4fd4ea6d97ed75ed8360d2a851e8577c09247ae3c6eb7e7b43265ee418297d91c1022bf5bbb64d1eecdebbbc2e0f6d42b560f584a741b475db2c6897ea7 -Size (php-7.4.13.tar.xz) = 10319848 bytes +SHA1 (php-7.4.14.tar.xz) = c19015a52a880c9ade2813fed08dd72e7817c832 +RMD160 (php-7.4.14.tar.xz) = 4f5911f270894dbfa63409e89641e901a47639d8 +SHA512 (php-7.4.14.tar.xz) = 5c48874d1e78d83297e98773089993ee3c8a7cdd8a611afc536eed8bc91cc4b2b492e1940923ccb7fe2dd039732082e568191e64923b74d4fc80362fbd06e6b7 +Size (php-7.4.14.tar.xz) = 10326868 bytes SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7 --_----------=_1610026749287460--