pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/php-xdebug



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb 20 13:28:56 UTC 2022

Modified Files:
        pkgsrc/devel/php-xdebug: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/php-xdebug/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/php-xdebug/Makefile
diff -u pkgsrc/devel/php-xdebug/Makefile:1.38 pkgsrc/devel/php-xdebug/Makefile:1.39
--- pkgsrc/devel/php-xdebug/Makefile:1.38       Sun Dec 12 15:04:21 2021
+++ pkgsrc/devel/php-xdebug/Makefile    Sun Feb 20 13:28:56 2022
@@ -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
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.30 pkgsrc/devel/php-xdebug/distinfo:1.31
--- pkgsrc/devel/php-xdebug/distinfo:1.30       Sun Dec 12 15:04:21 2021
+++ pkgsrc/devel/php-xdebug/distinfo    Sun Feb 20 13:28:56 2022
@@ -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