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 May 12 14:24:11 UTC 2024

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

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

pkgsrc change: drop support for php80 (PHP 8.0).

3.3.2 (2024-04-15)

Fixed bugs:

* Fixed issue #2216: With PHP8.3 and Apache 2.4.58 error_reporting() causing
  Apache process to hang
* Fixed issue #2230: Crash when xdebug and blackfire extensions are active
* Fixed issue #2233: High and continuous Apache server CPU use


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/php-xdebug/Makefile
cvs rdiff -u -r1.39 -r1.40 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.48 pkgsrc/devel/php-xdebug/Makefile:1.49
--- pkgsrc/devel/php-xdebug/Makefile:1.48       Sat Dec 16 14:01:57 2023
+++ pkgsrc/devel/php-xdebug/Makefile    Sun May 12 14:24:11 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2023/12/16 14:01:57 taca Exp $
+# $NetBSD: Makefile,v 1.49 2024/05/12 14:24:11 taca Exp $
 
 MODNAME=               xdebug
-PECL_VERSION=          3.3.1
+PECL_VERSION=          3.3.2
 CATEGORIES=            devel
 EXTRACT_SUFX=          .tgz
 
@@ -12,7 +12,7 @@ LICENSE=              php
 
 PHP_ZEND_EXTENSION=    yes
 
-PHP_VERSIONS_ACCEPTED= 80 81 82 83
+PHP_VERSIONS_ACCEPTED= 81 82 83
 
 .include "../../lang/php/ext.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/php-xdebug/distinfo
diff -u pkgsrc/devel/php-xdebug/distinfo:1.39 pkgsrc/devel/php-xdebug/distinfo:1.40
--- pkgsrc/devel/php-xdebug/distinfo:1.39       Sat Dec 16 14:01:57 2023
+++ pkgsrc/devel/php-xdebug/distinfo    Sun May 12 14:24:11 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2023/12/16 14:01:57 taca Exp $
+$NetBSD: distinfo,v 1.40 2024/05/12 14:24:11 taca Exp $
 
-BLAKE2s (php-xdebug/xdebug-3.3.1.tgz) = a1fbe9b495d6f75aa0ed690f9141403c1bd39e840899537ad59905880199c51f
-SHA512 (php-xdebug/xdebug-3.3.1.tgz) = e5cc8c5b2455dcdff00f883585e2f3395df9f8a8f1e8dd755aae6bd3dc934dcdaf321afa16674a1b67a28ca88e5a2d3779353eda04334eebb03dc33d4669ae55
-Size (php-xdebug/xdebug-3.3.1.tgz) = 258953 bytes
+BLAKE2s (php-xdebug/xdebug-3.3.2.tgz) = 7de22f340a1c8f97c7ee72bdac1352655bd142399efa4674c76d7d95be972c94
+SHA512 (php-xdebug/xdebug-3.3.2.tgz) = 06096e7a8899e586af8a9a763889546274ef0b520c1b84a1153c704cfdd2f6ff5491c30510da34c0b41169c94fe1f08f27b81535f98162edbb14f1569bd55846
+Size (php-xdebug/xdebug-3.3.2.tgz) = 258943 bytes
 SHA1 (patch-src_debugger_com.c) = 51c3ea372dca99ab06490d2dc0611277ea0ba8f0



Home | Main Index | Thread Index | Old Index