pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/php-xdebug devel/php-xdebug: update to 3.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1e9e951f3ac6
branches:  trunk
changeset: 445970:1e9e951f3ac6
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Feb 02 15:03:36 2021 +0000

description:
devel/php-xdebug: update to 3.0.2

3.0.2 (2021-01-04)

Fixed bugs:

- Fixed issue #1907: Empty exception message when setting the $message
  property to a stringable object
- Fixed issue #1910: Code coverage misses constructor property promotion
  code
- Fixed issue #1914: Compillation failure on OpenBSD
- Fixed issue #1915: Debugger should only start with XDEBUG_SESSION and
  not XDEBUG_PROFILE
- Fixed issue #1918: Warn if PHP's Garbage Collection is disabled in
  gc_stats mode
- Fixed issue #1919: Crash when enabling filter without the right mode
  active
- Fixed issue #1921: Xdebug does not start step debugging if
  start_with_request=trigger
- Fixed issue #1922: Code coverage misses array assignment lines
- Fixed issue #1924: Deprecated INI settings displayed in phpinfo()
- Fixed issue #1925: xdebug.start_with_request and start_upon_error
  display inconsistent values
- Fixed issue #1926: Add Xdebug mode's source to xdebug_info() output
- Fixed issue #1927: Crash when calling xdebug_stop_trace without a trace
  in progress
- Fixed issue #1928: xdebug_stop_gcstats() can also return false

diffstat:

 devel/php-xdebug/Makefile                         |   4 ++--
 devel/php-xdebug/distinfo                         |  12 ++++++------
 devel/php-xdebug/patches/patch-src_debugger_com.c |  12 ++++++------
 3 files changed, 14 insertions(+), 14 deletions(-)

diffs (68 lines):

diff -r 2c39dddec0c7 -r 1e9e951f3ac6 devel/php-xdebug/Makefile
--- a/devel/php-xdebug/Makefile Tue Feb 02 14:13:16 2021 +0000
+++ b/devel/php-xdebug/Makefile Tue Feb 02 15:03:36 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.34 2021/01/03 07:28:56 taca Exp $
+# $NetBSD: Makefile,v 1.35 2021/02/02 15:03:36 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          3.0.1
+PECL_VERSION=          3.0.2
 CATEGORIES=            devel
 MASTER_SITES=          http://xdebug.org/files/
 EXTRACT_SUFX=          .tgz
diff -r 2c39dddec0c7 -r 1e9e951f3ac6 devel/php-xdebug/distinfo
--- a/devel/php-xdebug/distinfo Tue Feb 02 14:13:16 2021 +0000
+++ b/devel/php-xdebug/distinfo Tue Feb 02 15:03:36 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2021/01/03 07:28:56 taca Exp $
+$NetBSD: distinfo,v 1.25 2021/02/02 15:03:36 taca Exp $
 
-SHA1 (php-xdebug/xdebug-3.0.1.tgz) = ff71ad260621f657d33d71bec9cc50190528d7b3
-RMD160 (php-xdebug/xdebug-3.0.1.tgz) = 45707a7e82ce49732fe4acc6b6f9122b64d1ac75
-SHA512 (php-xdebug/xdebug-3.0.1.tgz) = faa1ed9ad348ec5993ed1883dec2df9b331a158d4b9ae09df0a89be81a5651d51fe67a0a4f7af88d2e20a0e29babf294c98b0dbf289c10f5c0abf0be1c091e8b
-Size (php-xdebug/xdebug-3.0.1.tgz) = 214467 bytes
-SHA1 (patch-src_debugger_com.c) = 2adde8e26ab11901241de9da710a07400cdc154a
+SHA1 (php-xdebug/xdebug-3.0.2.tgz) = 8dfcc0cf5da7be98ef991076d0687d4812318a45
+RMD160 (php-xdebug/xdebug-3.0.2.tgz) = 5fcbf2c59db8ec15c80a8a9484ac9f4f4b02d5cf
+SHA512 (php-xdebug/xdebug-3.0.2.tgz) = c14f13f770016a9fcaaa1fef0f9465521a9f52c17593477e57195c43cdafc3961f51708cfad4f98f0f8bfd84673a63b136c45bbf9d3150309b81d5f5c485db83
+Size (php-xdebug/xdebug-3.0.2.tgz) = 215816 bytes
+SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0
diff -r 2c39dddec0c7 -r 1e9e951f3ac6 devel/php-xdebug/patches/patch-src_debugger_com.c
--- a/devel/php-xdebug/patches/patch-src_debugger_com.c Tue Feb 02 14:13:16 2021 +0000
+++ b/devel/php-xdebug/patches/patch-src_debugger_com.c Tue Feb 02 15:03:36 2021 +0000
@@ -1,19 +1,19 @@
-$NetBSD: patch-src_debugger_com.c,v 1.2 2021/01/03 07:28:56 taca Exp $
+$NetBSD: patch-src_debugger_com.c,v 1.3 2021/02/02 15:03:36 taca Exp $
 
 Use standard value for second argument of setsockopt(2).
 
---- src/debugger/com.c.orig    2020-12-04 15:57:15.000000000 +0000
+--- src/debugger/com.c.orig    2021-01-04 17:17:01.000000000 +0000
 +++ src/debugger/com.c
-@@ -109,7 +109,7 @@ void set_keepalive_options(int fd)
-       }
+@@ -110,7 +110,7 @@ void set_keepalive_options(int fd)
  
+ # if defined(TCP_KEEPIDLE)
        optval = 600;
 -      ret = setsockopt(fd, SOL_TCP, TCP_KEEPIDLE, &optval, optlen);
 +      ret = setsockopt(fd, IPPROTO_TCP, TCP_KEEPIDLE, &optval, optlen);
        if (ret) {
                xdebug_log_ex(XLOG_CHAN_DEBUG, XLOG_WARN, "KEEPALIVE", "Could not set TCP_KEEPIDLE to %d: %s.", optval, strerror(errno));
                return;
-@@ -117,7 +117,7 @@ void set_keepalive_options(int fd)
+@@ -119,7 +119,7 @@ void set_keepalive_options(int fd)
  
  # if defined(TCP_KEEPCNT)
        optval = 20;
@@ -22,7 +22,7 @@
        if (ret) {
                xdebug_log_ex(XLOG_CHAN_DEBUG, XLOG_WARN, "KEEPALIVE", "Could not set TCP_KEEPCNT to %d: %s.", optval, strerror(errno));
                return;
-@@ -126,7 +126,7 @@ void set_keepalive_options(int fd)
+@@ -128,7 +128,7 @@ void set_keepalive_options(int fd)
  
  # if defined(TCP_KEEPINTVL)
        optval = 60;



Home | Main Index | Thread Index | Old Index