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:           Mon May 19 15:33:05 UTC 2025

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

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

3.4.3 (2025-05-14)

Fixed bugs:

* Fixed issue #2322: Xdebug tries to open debugging connection in
  destructors during shutdown
* Fixed issue #2325: Referred chrome browser extension is no longer working
* Fixed issue #2326: Step debugger finishes if property debugging handler in
  PHP throws an exception
* Fixed issue #2331: Segmentation fault with 'invalid' variable names
* Fixed issue #2339: Trying to throw an exception can cause a zend_mm_heap
  corrupted error under specific circumstances
* Fixed issue #2340: Xdebug case sensitivity issues on some files introduced
  since 3.3.0
* Fixed issue #2343: Fatal error on virtual property hook step debugging
* Fixed issue #2348: Xdebug does not resolve breakpoints in property hooks


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.43 -r1.44 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.53 pkgsrc/devel/php-xdebug/Makefile:1.54
--- pkgsrc/devel/php-xdebug/Makefile:1.53       Sun Mar 16 13:14:36 2025
+++ pkgsrc/devel/php-xdebug/Makefile    Mon May 19 15:33:05 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2025/03/16 13:14:36 taca Exp $
+# $NetBSD: Makefile,v 1.54 2025/05/19 15:33:05 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.4.2
+PECL_VERSION=          3.4.3
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.43 pkgsrc/devel/php-xdebug/distinfo:1.44
--- pkgsrc/devel/php-xdebug/distinfo:1.43       Sun Mar 16 13:14:36 2025
+++ pkgsrc/devel/php-xdebug/distinfo    Mon May 19 15:33:05 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2025/03/16 13:14:36 taca Exp $
+$NetBSD: distinfo,v 1.44 2025/05/19 15:33:05 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.4.2.tgz) = 15bece021d207c3627ebf1f0ea34166b51e33ea26fd089185f23adae24208036
-SHA512 (php-xdebug/xdebug-3.4.2.tgz) = 323192363d82e5a3fd64e4366ccaf6187662991030b29646ebf2ddea91402231d878c0e915d8b1e6d32a90d0e040d5fa82a23315f13976c862c2dae3a2d92f71
-Size (php-xdebug/xdebug-3.4.2.tgz) = 262087 bytes
+BLAKE2s (php-xdebug/xdebug-3.4.3.tgz) = 88dbd0b3bfb7e0f1ee595ef0f44e1fa82e6498f0b4100436a5bc8adb7cb3a249
+SHA512 (php-xdebug/xdebug-3.4.3.tgz) = 0b4d2b6cd2fe42a9f208f7c0ac89082d72ceb6ca767d95f132df611490f7a4832e5c5be857a7ea774477325b374a5477439243e73e8f1e01655f553a1214b77c
+Size (php-xdebug/xdebug-3.4.3.tgz) = 262647 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index