Received: by mail.netbsd.org (Postfix, from userid 605) id DBB0D84D3D; Sun, 30 Oct 2022 10:18:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 138FB84D00 for ; Sun, 30 Oct 2022 10:18:36 +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 kjrXVBrNp4Kl for ; Sun, 30 Oct 2022 10:18:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6F27384CEA for ; Sun, 30 Oct 2022 10:18:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 61F8CFA90; Sun, 30 Oct 2022 10:18:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166712511569510" MIME-Version: 1.0 Date: Sun, 30 Oct 2022 10:18:35 +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: <20221030101835.61F8CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166712511569510 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 30 10:18:35 UTC 2022 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php80: distinfo Log Message: lang/php80: update to 8.0.25 8.0.25 (2022-10-27) - GD: . Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630) (cmb) - Hash: . Fixed bug #81738: buffer overflow in hash_update() on long parameter. (CVE-2022-37454) (nicky at mouha dot be) - Session: . Fixed bug GH-9583 (session_create_id() fails with user defined save handler that doesn't have a validateId() method). (Girgias) - Streams: . Fixed bug GH-9590 (stream_select does not abort upon exception or empty valid fd set). (Arnaud) To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/php80/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166712511569510 Content-Disposition: inline Content-Length: 1948 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.378 pkgsrc/lang/php/phpversion.mk:1.379 --- pkgsrc/lang/php/phpversion.mk:1.378 Sun Oct 30 10:16:24 2022 +++ pkgsrc/lang/php/phpversion.mk Sun Oct 30 10:18:35 2022 @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.378 2022/10/30 10:16:24 taca Exp $ +# $NetBSD: phpversion.mk,v 1.379 2022/10/30 10:18:35 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 PHP74_VERSION= 7.4.32 -PHP80_VERSION= 8.0.24 +PHP80_VERSION= 8.0.25 PHP81_VERSION= 8.1.12 # Define initial release of major version. Index: pkgsrc/lang/php80/distinfo diff -u pkgsrc/lang/php80/distinfo:1.25 pkgsrc/lang/php80/distinfo:1.26 --- pkgsrc/lang/php80/distinfo:1.25 Sat Oct 1 00:28:12 2022 +++ pkgsrc/lang/php80/distinfo Sun Oct 30 10:18:35 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.25 2022/10/01 00:28:12 taca Exp $ +$NetBSD: distinfo,v 1.26 2022/10/30 10:18:35 taca Exp $ -BLAKE2s (php-8.0.24.tar.xz) = a9f2ca0e37bcc5d2de1d76f228b05535ee18ea2e2164b2df67db7f67e89f635a -SHA512 (php-8.0.24.tar.xz) = f4922c03b613aae35005b6b39630c0de7c25929b7f4edd9c5062a747a747df065ae9b52c17c34433ecb801bc54fce2fa34ae46165deb527f0fe2c86e5da73400 -Size (php-8.0.24.tar.xz) = 10895332 bytes +BLAKE2s (php-8.0.25.tar.xz) = 48709affae5ad92c7d8d239a91400c3b784daa28bb71af45e5b4d1091046399c +SHA512 (php-8.0.25.tar.xz) = 43bb0637e424e2a637e05f3faf0ca2c5309f2d9cc03def9fc9af9b756003ea6efe730b608c70177c3c1b9cb03cef31c27cd6507cca9d9f0fd854aadb5e51aee3 +Size (php-8.0.25.tar.xz) = 10802888 bytes SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 --_----------=_166712511569510--