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 Jun  9 13:28:00 UTC 2026

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

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

It looks like 3.5 2 was skipped.

3.5.3 (2026-06-08)

Fixed bugs:

* Fixed issue #2404: Xdebug outputs a message to stderr when path mapping is
  enabled, and a directory is present
* Fixed issue #2405: Handle minimum path in .xdebug directory discovery
* Fixed issue #2411: Native Path Mapping is not applied to the initial
  fileuri in the init packet
* Fixed issue #2421: Crash with wrong option letter in DBGP and socket commands
* Fixed issue #2422: No limit on DBGP read buffer
* Fixed issue #2423: Don't follow symlinks with file creation
* Fixed issue #2424: Control-socket buffer crashes
* Fixed issue #2426: xdebug_get_tracefile_name incorrectly throws notice
* Fixed issue #2427: Crash when file_link_format setting is wrong
* Fixed issue #2429: Crash when trace_output_name setting is wrong
* Fixed issue #2430: Variable fetching may crash with `::` if there is no
  active stack
* Fixed issue #2431: Crash when trying to retrieve Windows-style URL with
  not enough characters
* Fixed issue #2433: Refactor finding variable names in trace files with
  assignments


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.50 -r1.51 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.62 pkgsrc/devel/php-xdebug/Makefile:1.63
--- pkgsrc/devel/php-xdebug/Makefile:1.62       Sun Mar 22 13:23:46 2026
+++ pkgsrc/devel/php-xdebug/Makefile    Tue Jun  9 13:28:00 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2026/03/22 13:23:46 taca Exp $
+# $NetBSD: Makefile,v 1.63 2026/06/09 13:28:00 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.5.1
+PECL_VERSION=          3.5.3
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.50 pkgsrc/devel/php-xdebug/distinfo:1.51
--- pkgsrc/devel/php-xdebug/distinfo:1.50       Sun Mar 22 13:23:46 2026
+++ pkgsrc/devel/php-xdebug/distinfo    Tue Jun  9 13:28:00 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2026/03/22 13:23:46 taca Exp $
+$NetBSD: distinfo,v 1.51 2026/06/09 13:28:00 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.5.1.tgz) = 2d419b60250893d4ee69e4c7e4fed51286284f51ef111c0eef7e595c0a60dfff
-SHA512 (php-xdebug/xdebug-3.5.1.tgz) = d2a38f0ef40a20f2f7bae642f976dd512cf9226b6eae1d1162757d9f0c154eb546522fc028ab0ec44351dfd23878eb1e2b44532d53b388e219583844eb9804f5
-Size (php-xdebug/xdebug-3.5.1.tgz) = 282739 bytes
+BLAKE2s (php-xdebug/xdebug-3.5.3.tgz) = da364f725c6f1105e8ca6bed06171b11729c3ab4abad0e8b455690aff4bc82cc
+SHA512 (php-xdebug/xdebug-3.5.3.tgz) = a3022d67e762b8e74e54da5aae3d8e2ce2b18e98fdc3f9fe7f85d32365f901a64dc585c1263390f7e4b5688ef8fca8d267b8d2a19e15887889089d1246fb5642
+Size (php-xdebug/xdebug-3.5.3.tgz) = 283968 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index