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 Mar 16 13:14:36 UTC 2025

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

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

3.4.2 (2025-03-09)

Fixed bugs:

* Fixed issue #2313: var_dump does not output some Russian characters
* Fixed issue #2314: Class properties with hooks are always shown as null
* Fixed issue #2315: xdebug_dump_superglobals() leaks memory
* Fixed issue #2317: Code coverage leaks memory
* Fixed issue #2321: Segfault when null is assigned to a superglobal
* Fixed issue #2323: xdebug_notify() does not respect
  xdebug.var_display_max_* Settings
* Fixed issue #2327: Segmentation Fault 139 if exception thrown in callback
  since PHP 8.4


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.42 -r1.43 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.52 pkgsrc/devel/php-xdebug/Makefile:1.53
--- pkgsrc/devel/php-xdebug/Makefile:1.52       Sat Feb  8 03:41:15 2025
+++ pkgsrc/devel/php-xdebug/Makefile    Sun Mar 16 13:14:36 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2025/02/08 03:41:15 taca Exp $
+# $NetBSD: Makefile,v 1.53 2025/03/16 13:14:36 taca Exp $
 
 MODNAME=               xdebug
-PKGREVISION=           1
-PECL_VERSION=          3.4.1
+PECL_VERSION=          3.4.2
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.42 pkgsrc/devel/php-xdebug/distinfo:1.43
--- pkgsrc/devel/php-xdebug/distinfo:1.42       Fri Jan 10 15:48:01 2025
+++ pkgsrc/devel/php-xdebug/distinfo    Sun Mar 16 13:14:36 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2025/01/10 15:48:01 taca Exp $
+$NetBSD: distinfo,v 1.43 2025/03/16 13:14:36 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.4.1.tgz) = 7cb6b455d6364066a0f1d8215b2c08ee96622a89b2ef707252bb2b9042f9b26f
-SHA512 (php-xdebug/xdebug-3.4.1.tgz) = 43cb59ac1af7fd00d202e03782c8b0b0cf30c57ecb403d5f0c504254c054187fd5a2527184152295dc0e8cbc970a9ec1d9acfe5ddac839dae3f4c3c877463c6b
-Size (php-xdebug/xdebug-3.4.1.tgz) = 261507 bytes
+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
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index