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 Jun 15 10:55:56 UTC 2025

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

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

3.4.4 (2025-06-12)

* Fixed issue #2349: Regression in Xdebug 3.4.3 breaks throwing exceptions
  in nested generators
* Fixed issue #2350: Crash when a certain page generates an exception since
  Xdebug 3.4.3
* Fixed issue #2352: Crash when using latest Xdebug version when throwing
  exceptions
* Fixed issue #2354: The __invoke frame in call stacks don't have the
  argument name in the trace


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.44 -r1.45 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.54 pkgsrc/devel/php-xdebug/Makefile:1.55
--- pkgsrc/devel/php-xdebug/Makefile:1.54       Mon May 19 15:33:05 2025
+++ pkgsrc/devel/php-xdebug/Makefile    Sun Jun 15 10:55:55 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2025/05/19 15:33:05 taca Exp $
+# $NetBSD: Makefile,v 1.55 2025/06/15 10:55:55 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.4.3
+PECL_VERSION=          3.4.4
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.44 pkgsrc/devel/php-xdebug/distinfo:1.45
--- pkgsrc/devel/php-xdebug/distinfo:1.44       Mon May 19 15:33:05 2025
+++ pkgsrc/devel/php-xdebug/distinfo    Sun Jun 15 10:55:55 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.44 2025/05/19 15:33:05 taca Exp $
+$NetBSD: distinfo,v 1.45 2025/06/15 10:55:55 taca Exp $
 
-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
+BLAKE2s (php-xdebug/xdebug-3.4.4.tgz) = f7c2fedc9c7c0c9b4c7f383407748e229eb3bfed17f9b0a69e69930fdfccd56c
+SHA512 (php-xdebug/xdebug-3.4.4.tgz) = 59cbd2c6b80d0fffcc7073e531dc34afd47786817e8af9c7c46d0fb701abf333f35ace7bf08e857844f531f3f5be424e87ccab2400e3e96b233cb9c9c4d4de47
+Size (php-xdebug/xdebug-3.4.4.tgz) = 262823 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index