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:           Sat Jun 13 16:06:19 UTC 2020

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

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

Update php-xdebug to 2.9.6.

Fri, May 29, 2020 - xdebug 2.9.6

Fixed bugs:

- Fixed issue #1782: Cookie "XDEBUG_SESSION" will be soon rejected because
  it has the "sameSite" attribute set to none
- Fixed issue #1787: Branch coverage data does not always follow the
  lines/functions format
- Fixed issue #1790: Segfault in var_dump() or while debugging with protobuf
  extension


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.20 -r1.21 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.30 pkgsrc/devel/php-xdebug/Makefile:1.31
--- pkgsrc/devel/php-xdebug/Makefile:1.30       Sun Apr 26 09:40:56 2020
+++ pkgsrc/devel/php-xdebug/Makefile    Sat Jun 13 16:06:19 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/04/26 09:40:56 taca Exp $
+# $NetBSD: Makefile,v 1.31 2020/06/13 16:06:19 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          2.9.5
+PECL_VERSION=          2.9.6
 CATEGORIES=            devel
 MASTER_SITES=          http://xdebug.org/files/
 EXTRACT_SUFX=          .tgz

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.20 pkgsrc/devel/php-xdebug/distinfo:1.21
--- pkgsrc/devel/php-xdebug/distinfo:1.20       Sun Apr 26 09:40:56 2020
+++ pkgsrc/devel/php-xdebug/distinfo    Sat Jun 13 16:06:19 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2020/04/26 09:40:56 taca Exp $
+$NetBSD: distinfo,v 1.21 2020/06/13 16:06:19 taca Exp $
 
-SHA1 (php-xdebug/xdebug-2.9.5.tgz) = 67ef97c7cd5fc7a526267c8c10eebe7844695626
-RMD160 (php-xdebug/xdebug-2.9.5.tgz) = 317bcbd481d7a3375e94c5c825d2049845c80dfd
-SHA512 (php-xdebug/xdebug-2.9.5.tgz) = a0b6c96f4230c86b7df6ae99434473bcdbfbf7e53706cc103f2fef0538a5c4bf8180cf02819deaadff7aa0e50559f98f9f363167686db12c5d226e451ba2a098
-Size (php-xdebug/xdebug-2.9.5.tgz) = 243710 bytes
+SHA1 (php-xdebug/xdebug-2.9.6.tgz) = 303b733faf91e1bc3a19ec1ff506c2b3a3d3465c
+RMD160 (php-xdebug/xdebug-2.9.6.tgz) = 8c87533c60089259139c0793c876afc8f9558bd2
+SHA512 (php-xdebug/xdebug-2.9.6.tgz) = f5e1e1de2fa555673c5ccf2bc53e686d3e24cb127171109de09975df7bc32653272fa033662f535b18d81ad9fced9cc5082ef2f63d265bd9abb084dfee6f557e
+Size (php-xdebug/xdebug-2.9.6.tgz) = 243910 bytes



Home | Main Index | Thread Index | Old Index