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:           Fri May 12 15:08:10 UTC 2017

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

Log Message:
Update php-xdebug to 2.5.3.

Mon, Apr 18, 2017 - xdebug 2.5.3

= Fixed bugs:

- Fixed issue #1421: Xdebug crashes when it is loaded without pcntl being
  present

Mon, Apr 17, 2017 - xdebug 2.5.2

= Fixed bugs:

- Fixed issue #701: Functions as array indexes show ??? in trace
- Fixed issue #1403: Code coverage does not cover BIND_STATIC
- Fixed issue #1404: Execution time is calculated incorrectly
- Fixed issue #1413: Code coverage mishap with PHP 7.1.3
- Fixed issue #1414: Missing variable assignment in traces with OPcache
  loaded
- Fixed issue #1415: Crash with multiple catch constructs with OPcache loaded
- Fixed issue #1416: Trace files should not include the first result of a
  generator if it hasn't started yet
- Fixed issue #1417: Fetching properties of static class contexts fails due
  to incorrect fetch mode
- Fixed issue #1419: Summary not written when script ended with
  "pcntl_exec()"


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.9 -r1.10 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.14 pkgsrc/devel/php-xdebug/Makefile:1.15
--- pkgsrc/devel/php-xdebug/Makefile:1.14       Sun Mar 12 13:43:10 2017
+++ pkgsrc/devel/php-xdebug/Makefile    Fri May 12 15:08:10 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2017/03/12 13:43:10 taca Exp $
+# $NetBSD: Makefile,v 1.15 2017/05/12 15:08:10 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          2.5.1
+PECL_VERSION=          2.5.3
 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.9 pkgsrc/devel/php-xdebug/distinfo:1.10
--- pkgsrc/devel/php-xdebug/distinfo:1.9        Sun Mar 12 13:43:10 2017
+++ pkgsrc/devel/php-xdebug/distinfo    Fri May 12 15:08:10 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/03/12 13:43:10 taca Exp $
+$NetBSD: distinfo,v 1.10 2017/05/12 15:08:10 taca Exp $
 
-SHA1 (php-xdebug/xdebug-2.5.1.tgz) = 0efb4fd7b2c3f6b3130db0145492a56df41f7c55
-RMD160 (php-xdebug/xdebug-2.5.1.tgz) = cf1035f982c52488f97b4d61f43b6a0d6a03cbe0
-SHA512 (php-xdebug/xdebug-2.5.1.tgz) = 9a59ded76ce0cbf130151c0781c377a725b2684067402fabd47f88ca827bea00789cb3ca9b32e646b202af2d85b33deaa43ccc3a4b91c8cbd1ac4df4c312cac2
-Size (php-xdebug/xdebug-2.5.1.tgz) = 278286 bytes
+SHA1 (php-xdebug/xdebug-2.5.3.tgz) = 7a3a1c64a0c124ab381fe4aac320ee3fe5a34be3
+RMD160 (php-xdebug/xdebug-2.5.3.tgz) = d6a60c7eff35593ba56b2e2f6af307ea064a737c
+SHA512 (php-xdebug/xdebug-2.5.3.tgz) = b301a5abb92e123bbe2b36f7838b56d370a0f2c0c4d3c350b5014f4b86d31daa66e9bff995eed67a570558f6a72ca46a097266e6ab94c413f1dcb99c0fbd4f22
+Size (php-xdebug/xdebug-2.5.3.tgz) = 279085 bytes



Home | Main Index | Thread Index | Old Index