Received: by mail.netbsd.org (Postfix, from userid 605) id 17D3884F2F; Wed, 9 Nov 2022 14:52:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 495BD84DB9 for ; Wed, 9 Nov 2022 14:52:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id s2cz96jfDZMN for ; Wed, 9 Nov 2022 14:52:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B975E84D09 for ; Wed, 9 Nov 2022 14:52:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AD3AAFA90; Wed, 9 Nov 2022 14:52:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1668005568211430" MIME-Version: 1.0 Date: Wed, 9 Nov 2022 14:52:48 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/php-xdebug To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20221109145248.AD3AAFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1668005568211430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Nov 9 14:52:48 UTC 2022 Modified Files: pkgsrc/devel/php-xdebug: Makefile distinfo Log Message: devel/php-xdebug: update to 3.1.6 3.1.6 (2022-11-08) Fixed bugs: * Fixed issue #2100: "Fatal error: debuginfo() must return an array" when Exception is thrown from debugInfo in PHP 8.x * Fixed issue #2101: When a temporary breakpoint is hit, breakpoint_list should show it as disabled * Fixed issue #2129: Cannot read snapshot Gzip-compressed data is corrupt To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/php-xdebug/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/php-xdebug/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1668005568211430 Content-Disposition: inline Content-Length: 1629 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/php-xdebug/Makefile diff -u pkgsrc/devel/php-xdebug/Makefile:1.41 pkgsrc/devel/php-xdebug/Makefile:1.42 --- pkgsrc/devel/php-xdebug/Makefile:1.41 Tue Jun 7 14:27:10 2022 +++ pkgsrc/devel/php-xdebug/Makefile Wed Nov 9 14:52:48 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2022/06/07 14:27:10 taca Exp $ +# $NetBSD: Makefile,v 1.42 2022/11/09 14:52:48 taca Exp $ # MODNAME= xdebug -PECL_VERSION= 3.1.5 +PECL_VERSION= 3.1.6 CATEGORIES= devel EXTRACT_SUFX= .tgz Index: pkgsrc/devel/php-xdebug/distinfo diff -u pkgsrc/devel/php-xdebug/distinfo:1.33 pkgsrc/devel/php-xdebug/distinfo:1.34 --- pkgsrc/devel/php-xdebug/distinfo:1.33 Tue Jun 7 14:27:10 2022 +++ pkgsrc/devel/php-xdebug/distinfo Wed Nov 9 14:52:48 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2022/06/07 14:27:10 taca Exp $ +$NetBSD: distinfo,v 1.34 2022/11/09 14:52:48 taca Exp $ -BLAKE2s (php-xdebug/xdebug-3.1.5.tgz) = cbecc125b4d29606aa47a3ae2758cd289271769182a7b17b8374eaf9506f49d5 -SHA512 (php-xdebug/xdebug-3.1.5.tgz) = 882d4033ee6e71a6b861aa7b98c2cdf06bbbc3fcd9f064f2c59391df2efe647a5ad7a5373960847cc6568b88aa2ca85e2ddba53d3c4c1d627b57b9923d222f90 -Size (php-xdebug/xdebug-3.1.5.tgz) = 232070 bytes +BLAKE2s (php-xdebug/xdebug-3.1.6.tgz) = aba6a12e002b45be42f943f8483f38f8ba2a2f5a52ee55c1d5b581e9463cdf37 +SHA512 (php-xdebug/xdebug-3.1.6.tgz) = 5e9c185ff742b31fb25516b88f298e6c24e3c8dcf3848c1b5f8ffa10075a3027f4d48dac5429177acdb833c13c63348977787eb718ef4b0c57d635dcb8d254c1 +Size (php-xdebug/xdebug-3.1.6.tgz) = 232196 bytes SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0 --_----------=_1668005568211430--