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 Sep 23 18:41:46 UTC 2018

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

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

Wed, Aug 1, 2018 - xdebug 2.6.1

= Fixed bugs:

- Fixed issue #1525: Namespace filter does equality match instead of prefix match
- Fixed issue #1532: SIGABRT when using remote debugging and an error is thrown in eval() (Philip Hofstetter)
- Fixed issue #1543: Various memory leaks due to changes in (internal) string handling
- Fixed issue #1556: Crash when register_shutdown_function() is called with a function named call_user_func*
- Fixed issue #1557: Remove 'return' in void xdebug_build_fname
- Fixed issue #1568: Can't debug object properties that have numeric keys

+ Improvements:

- Fixed issue #1487: Re-enable IPv6 test on Travis


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.13 -r1.14 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.19 pkgsrc/devel/php-xdebug/Makefile:1.20
--- pkgsrc/devel/php-xdebug/Makefile:1.19       Sun Feb  4 12:00:28 2018
+++ pkgsrc/devel/php-xdebug/Makefile    Sun Sep 23 18:41:46 2018
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2018/02/04 12:00:28 jdolecek Exp $
+# $NetBSD: Makefile,v 1.20 2018/09/23 18:41:46 taca Exp $
 #
 
 MODNAME=               xdebug
-PECL_VERSION=          2.6.0
+PECL_VERSION=          2.6.1
 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.13 pkgsrc/devel/php-xdebug/distinfo:1.14
--- pkgsrc/devel/php-xdebug/distinfo:1.13       Sun Feb  4 12:00:28 2018
+++ pkgsrc/devel/php-xdebug/distinfo    Sun Sep 23 18:41:46 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2018/02/04 12:00:28 jdolecek Exp $
+$NetBSD: distinfo,v 1.14 2018/09/23 18:41:46 taca Exp $
 
-SHA1 (php-xdebug/xdebug-2.6.0.tgz) = 5eacdcc57d2ae2b56679a61eaca6e577934175ba
-RMD160 (php-xdebug/xdebug-2.6.0.tgz) = 8d3f60a50ca69588fc1936384df044802bf31edf
-SHA512 (php-xdebug/xdebug-2.6.0.tgz) = e81f771478eb45cdae5814037ac1b86bcb8c5616d22dcac436482c350187c53d3cc6d54be740a49dca6d38c58c086db6e4a68eb3004a0152d6215c97512538a2
-Size (php-xdebug/xdebug-2.6.0.tgz) = 283644 bytes
+SHA1 (php-xdebug/xdebug-2.6.1.tgz) = 1fa563ed82d89978bbc87c1cde6ccec6f053edea
+RMD160 (php-xdebug/xdebug-2.6.1.tgz) = 961b2d6abdd8d235f9d30e93cdcd25ddcdacd083
+SHA512 (php-xdebug/xdebug-2.6.1.tgz) = 31f26e592b3888d7cc74c6a7c51e0cc1151cf8a32100dda78098fb5b3e307cf8d0445b97247986c75b303a787f89b3937bc042dc52f19ca995753a6843bbd80b
+Size (php-xdebug/xdebug-2.6.1.tgz) = 283961 bytes



Home | Main Index | Thread Index | Old Index