pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-xdebug devel/php-xdebug: update to 3.1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ffded9b972d
branches:  trunk
changeset: 374366:1ffded9b972d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Feb 20 13:28:56 2022 +0000

description:
devel/php-xdebug: update to 3.1.3

3.1.3 (2022-02-01)

Fixed bugs:

* Fixed issue #2049: evaling broken code (still) causes unhandled exception
 in PHP 7.4
* Fixed issue #2052: Memory leak when a trace file can't be opened because
  xdebug.trace_output_name is invalid
* Fixed issue #2054: Slowdown when calling a function with long string
  parameters
* Fixed issue #2055: Debugger creates XML with double facet attribute

diffstat:

 devel/php-xdebug/Makefile |  4 ++--
 devel/php-xdebug/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r ac913eb8c478 -r 1ffded9b972d devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Sun Feb 20 13:23:40 2022 +0000
+++ b/devel/php-xdebug/Makefile Sun Feb 20 13:28:56 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.38 2021/12/12 15:04:21 taca Exp $
+# $NetBSD: Makefile,v 1.39 2022/02/20 13:28:56 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          3.1.2
+PECL_VERSION=          3.1.3
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 
diff -r ac913eb8c478 -r 1ffded9b972d devel/php-xdebug/distinfo
--- a/devel/php-xdebug/distinfo Sun Feb 20 13:23:40 2022 +0000
+++ b/devel/php-xdebug/distinfo Sun Feb 20 13:28:56 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.30 2021/12/12 15:04:21 taca Exp $
+$NetBSD: distinfo,v 1.31 2022/02/20 13:28:56 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.1.2.tgz) = 7f80f94621520e654e61d5405ac58c393f62d13bba7146a301a269bfc8e1193c
-SHA512 (php-xdebug/xdebug-3.1.2.tgz) = 63554545a1c1b94d8503a32d23d70ca16fc82866f9b4191e6f3d026e89e4efdc10974d97f8199c2aa3c0dc0b1f27def9906302e96867cad4e3514b0cc1c5de98
-Size (php-xdebug/xdebug-3.1.2.tgz) = 230023 bytes
+BLAKE2s (php-xdebug/xdebug-3.1.3.tgz) = dd949dfac84dda2f3a39067532e42e1685830627fdc177aaa666af7a05b0e13e
+SHA512 (php-xdebug/xdebug-3.1.3.tgz) = be2f0ed24188b450144bd53091e10bd0079255de326afa204e78fd801e091758d7f55de6d5e661ca7c42bd66e4fd47d4bcc058106c57e0ff7b7975bd26625394
+Size (php-xdebug/xdebug-3.1.3.tgz) = 230213 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index