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:           Tue May 24 15:01:22 UTC 2022

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

Log Message:
devel/php-xdebug: update to 3.1.4

3.1.4 (2022-04-04)

Fixed bugs:

* Fixed issue #2006: Removing second call breakpoint with same function name

* Fixed issue #2060: XDebug breaks the Symfony "PhpFilesAdapter" cache
  adapter

* Fixed issue #2061: Possible use after free with GC Stats

* Fixed issue #2063: Can't inspect ArrayObject storage elements

* Fixed issue #2064: Segmentation fault in symfony cache

* Fixed issue #2068: Debug session can be started with
  "XDEBUG_SESSION_START=anything" when xdebug.trigger_value is set

* Fixed issue #2069: Warn when profiler_append is used together with zlib
  compression

* Fixed issue #2075: Code coverage misses static array assignment lines


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.31 -r1.32 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.39 pkgsrc/devel/php-xdebug/Makefile:1.40
--- pkgsrc/devel/php-xdebug/Makefile:1.39       Sun Feb 20 13:28:56 2022
+++ pkgsrc/devel/php-xdebug/Makefile    Tue May 24 15:01:21 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2022/02/20 13:28:56 taca Exp $
+# $NetBSD: Makefile,v 1.40 2022/05/24 15:01:21 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          3.1.3
+PECL_VERSION=          3.1.4
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.31 pkgsrc/devel/php-xdebug/distinfo:1.32
--- pkgsrc/devel/php-xdebug/distinfo:1.31       Sun Feb 20 13:28:56 2022
+++ pkgsrc/devel/php-xdebug/distinfo    Tue May 24 15:01:21 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.31 2022/02/20 13:28:56 taca Exp $
+$NetBSD: distinfo,v 1.32 2022/05/24 15:01:21 taca Exp $
 
-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
+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
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index