Received: by mail.netbsd.org (Postfix, from userid 605) id C50C184E58; Tue, 7 Jun 2022 14:25:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 07CD584D3D for ; Tue, 7 Jun 2022 14:25:48 +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 D_YkRobjpuRP for ; Tue, 7 Jun 2022 14:25:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 76D7084C2C for ; Tue, 7 Jun 2022 14:25:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 92147FB19; Tue, 7 Jun 2022 14:27:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654612030230680" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 14:27:10 +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: <20220607142710.92147FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654612030230680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jun 7 14:27:10 UTC 2022 Modified Files: pkgsrc/devel/php-xdebug: Makefile distinfo Log Message: devel/php-xdebug: update to 3.1.5 3.1.5 (2022-06-06) Fixed bugs: * Fixed issue #2056: Install documentation gives wrong arch for installation on M1 Macs * Fixed issue #2082: phpize --clean removes required clocks.m4 file * Fixed issue #2083: Constant defined with an enum case produce double "facet" attribute in context_get response * Fixed issue #2085: Crash when used with source guardian encoded files * Fixed issue #2090: Segfault in __callStatic() after FFI initialization To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/php-xdebug/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/php-xdebug/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654612030230680 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.40 pkgsrc/devel/php-xdebug/Makefile:1.41 --- pkgsrc/devel/php-xdebug/Makefile:1.40 Tue May 24 15:01:21 2022 +++ pkgsrc/devel/php-xdebug/Makefile Tue Jun 7 14:27:10 2022 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2022/05/24 15:01:21 taca Exp $ +# $NetBSD: Makefile,v 1.41 2022/06/07 14:27:10 taca Exp $ # MODNAME= xdebug -PECL_VERSION= 3.1.4 +PECL_VERSION= 3.1.5 CATEGORIES= devel EXTRACT_SUFX= .tgz Index: pkgsrc/devel/php-xdebug/distinfo diff -u pkgsrc/devel/php-xdebug/distinfo:1.32 pkgsrc/devel/php-xdebug/distinfo:1.33 --- pkgsrc/devel/php-xdebug/distinfo:1.32 Tue May 24 15:01:21 2022 +++ pkgsrc/devel/php-xdebug/distinfo Tue Jun 7 14:27:10 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2022/05/24 15:01:21 taca Exp $ +$NetBSD: distinfo,v 1.33 2022/06/07 14:27:10 taca Exp $ -BLAKE2s (php-xdebug/xdebug-3.1.4.tgz) = 78d2ca71faecf8cedcfa850208c011e9fe7b3e271283ddf8a6d25d587751ad9c -SHA512 (php-xdebug/xdebug-3.1.4.tgz) = 5eb41fed8b470d53dfcae8896d1de2ab5dacc069f3c49a2b189f237d2247dc227d61691539dce3d782c18887beb7204467a97ee6245a547a33408134d8e01800 -Size (php-xdebug/xdebug-3.1.4.tgz) = 231747 bytes +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 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0 --_----------=_1654612030230680--