Received: by mail.netbsd.org (Postfix, from userid 605) id A4FCC84D00; Sat, 1 Oct 2022 00:27:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D54A784CFA for ; Sat, 1 Oct 2022 00:27: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 BvDALEaMHWk9 for ; Sat, 1 Oct 2022 00:27:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E41E84C13 for ; Sat, 1 Oct 2022 00:27:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2BDF3FA90; Sat, 1 Oct 2022 00:27:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664584025212390" MIME-Version: 1.0 Date: Sat, 1 Oct 2022 00:27:05 +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: <20221001002705.2BDF3FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664584025212390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Oct 1 00:27:05 UTC 2022 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php81: distinfo Log Message: lang/php81: update to 8.1.11 29 Sep 2022, PHP 8.1.11 - Core: . Fixed bug #81726: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628). (cmb) . Fixed bug #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629). (Derick) . Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) (Tim Starling) . Fixed bug GH-9361 (Segmentation fault on script exit #9379). (cmb, Christian Schneider) . Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and class constants in constant expressions). (ilutov) - DOM: . Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double free). (Nathan Freeman) - FPM: . Fixed bug GH-8885 (FPM access.log with stderr begins to write logs to error_log after daemon reload). (Dmitry Menshikov) . Fixed bug #77780 ("Headers already sent..." when previous connection was aborted). (Jakub Zelenka) - GMP . Fixed bug GH-9308 (GMP throws the wrong error when a GMP object is passed to gmp_init()). (Girgias) - Intl . Fixed bug GH-9421 (Incorrect argument number for ValueError in NumberFormatter). (Girgias) - PCRE: . Fixed pcre.jit on Apple Silicon. (Niklas Keller) - PDO_PGSQL: . Fixed bug GH-9411 (PgSQL large object resource is incorrectly closed). (Yurunsoft) - Reflection: . Fixed bug GH-8932 (ReflectionFunction provides no way to get the called class of a Closure). (cmb, Nicolas Grekas) - Streams: . Fixed bug GH-9316 ($http_response_header is wrong for long status line). (cmb, timwolla) To generate a diff of this commit: cvs rdiff -u -r1.375 -r1.376 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/php81/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664584025212390 Content-Disposition: inline Content-Length: 1943 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.375 pkgsrc/lang/php/phpversion.mk:1.376 --- pkgsrc/lang/php/phpversion.mk:1.375 Sat Oct 1 00:25:22 2022 +++ pkgsrc/lang/php/phpversion.mk Sat Oct 1 00:27:04 2022 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.375 2022/10/01 00:25:22 taca Exp $ +# $NetBSD: phpversion.mk,v 1.376 2022/10/01 00:27: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 PHP74_VERSION= 7.4.32 PHP80_VERSION= 8.0.23 -PHP81_VERSION= 8.1.10 +PHP81_VERSION= 8.1.11 # Define initial release of major version. PHP56_RELDATE= 20140828 Index: pkgsrc/lang/php81/distinfo diff -u pkgsrc/lang/php81/distinfo:1.12 pkgsrc/lang/php81/distinfo:1.13 --- pkgsrc/lang/php81/distinfo:1.12 Thu Sep 1 16:32:35 2022 +++ pkgsrc/lang/php81/distinfo Sat Oct 1 00:27:05 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2022/09/01 16:32:35 taca Exp $ +$NetBSD: distinfo,v 1.13 2022/10/01 00:27:05 taca Exp $ -BLAKE2s (php-8.1.10.tar.xz) = 323e51e24ca6a1ebb7424056f4e86606fbeae88116452f9ffe863f5c6447bfb1 -SHA512 (php-8.1.10.tar.xz) = d41595365a5a032a593dfaa13106ae66e78db59d3539a2d37cb5a536c38934b8a6ed90cf4e91fc4539cb2f018517ee4c6e696a4d2b6541bfa3c6fa5f1f9ca378 -Size (php-8.1.10.tar.xz) = 11736192 bytes +BLAKE2s (php-8.1.11.tar.xz) = 17f8e0837c611eb6a8f342f34b6ac167ae70cf79f11f156f8237fac76130cf65 +SHA512 (php-8.1.11.tar.xz) = 2a9eb4642b4077077f6551ca9a40fd2c48272cc1ee443117362331259efbec88bad0141b09f7a9ff710cde044f9463e1e668f7066b2429ea4274dec7291725cc +Size (php-8.1.11.tar.xz) = 11797016 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = e91e22267a9b7ebcc16a586ba6f325c772adb13c SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 --_----------=_1664584025212390--