pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/php-gearman
Module Name: pkgsrc
Committed By: taca
Date: Sun Jan 19 14:36:00 UTC 2025
Modified Files:
pkgsrc/devel/php-gearman: Makefile distinfo
Log Message:
devel/php-gearman: update to 2.1.4
2.1.1 (unknown)
* Compatibility fix - remove ZVAL_NEW_ARR usage
* add Param to skip exception handling setup in addServer/addServers in
GearmanWorker class
* fix memory leak in GearmanClient::doXXX methods
* fix some proto and stubs types
2.1.2 (2024-04-04)
* Bump max PHP version so pecl will install for PHP 8.2 and 8.3 as well
2.1.3 (2025-01-07)
* Bump max PHP version so pecl will install for PHP 8.4
2.1.4 (2025-01-07)
* Bump min PHP version to 7.1
* Fix stubs and arginfo
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/php-gearman/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/php-gearman/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-gearman/Makefile
diff -u pkgsrc/devel/php-gearman/Makefile:1.39 pkgsrc/devel/php-gearman/Makefile:1.40
--- pkgsrc/devel/php-gearman/Makefile:1.39 Sun Dec 29 15:09:45 2024
+++ pkgsrc/devel/php-gearman/Makefile Sun Jan 19 14:36:00 2025
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.39 2024/12/29 15:09:45 adam Exp $
+# $NetBSD: Makefile,v 1.40 2025/01/19 14:36:00 taca Exp $
MODNAME= gearman
-PECL_VERSION= 2.1.0
+PECL_VERSION= 2.1.4
DISTNAME= gearman-${PECL_VERSION}
-PKGREVISION= 18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=php/}
GITHUB_PROJECT= pecl-networking-gearman
Index: pkgsrc/devel/php-gearman/distinfo
diff -u pkgsrc/devel/php-gearman/distinfo:1.6 pkgsrc/devel/php-gearman/distinfo:1.7
--- pkgsrc/devel/php-gearman/distinfo:1.6 Tue Oct 26 10:18:01 2021
+++ pkgsrc/devel/php-gearman/distinfo Sun Jan 19 14:36:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/26 10:18:01 nia Exp $
+$NetBSD: distinfo,v 1.7 2025/01/19 14:36:00 taca Exp $
-BLAKE2s (pecl-networking-gearman/gearman-2.1.0.tar.gz) = 04b193642631992f446a52d51e445132b3cdaeccecbd40dd5daad2158ff12457
-SHA512 (pecl-networking-gearman/gearman-2.1.0.tar.gz) = 99545525095ebe5073617e2748c652ee75cfacd5d166ac65f9e69998dea8cd7fbc06542b78779ba5b0ce1f9e5d57de5be653cf90c387c825c24798559b038397
-Size (pecl-networking-gearman/gearman-2.1.0.tar.gz) = 45436 bytes
+BLAKE2s (pecl-networking-gearman/gearman-2.1.4.tar.gz) = 9b659fba103c268dcf80db780acaef9a6f6e8d06a6146bd30897c5f20cf71335
+SHA512 (pecl-networking-gearman/gearman-2.1.4.tar.gz) = 4bdffc6781af336c44cc0c53be4129d040a6fd8ab3d28b94e110a170b73c7d9937fcb6695a1ec423a62aaaccae57e7925e2cf5cec1bdd7c467c47effe4838a42
+Size (pecl-networking-gearman/gearman-2.1.4.tar.gz) = 47028 bytes
Home |
Main Index |
Thread Index |
Old Index