Date: Sun, 26 Oct 2025 00:36:11 GMT From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5c4e4e325620 - main - devel/pecl-swoole: update to 6.1.0. Message-ID: <202510260036.59Q0aBat062135@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vanilla: URL: https://cgit.FreeBSD.org/ports/commit/?id=5c4e4e325620272393a3a9d3d50f54f69b92d92b commit 5c4e4e325620272393a3a9d3d50f54f69b92d92b Author: Vanilla I. Shu <vanilla@FreeBSD.org> AuthorDate: 2025-10-25 08:20:43 +0000 Commit: Vanilla I. Shu <vanilla@FreeBSD.org> CommitDate: 2025-10-26 00:36:02 +0000 devel/pecl-swoole: update to 6.1.0. --- devel/pecl-swoole/Makefile | 2 +- devel/pecl-swoole/distinfo | 6 +++--- devel/pecl-swoole/files/patch-include_swoole__socket.h | 10 ---------- devel/pecl-swoole/files/patch-src_coroutine_system.cc | 12 ------------ 4 files changed, 4 insertions(+), 26 deletions(-) diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index cbea49956bdd..76b4b1bb2ecc 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -1,5 +1,5 @@ PORTNAME= swoole -PORTVERSION= 6.0.2 +PORTVERSION= 6.1.0 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org diff --git a/devel/pecl-swoole/distinfo b/devel/pecl-swoole/distinfo index 38f9acc912f2..e1c9d6f6ccaf 100644 --- a/devel/pecl-swoole/distinfo +++ b/devel/pecl-swoole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742736592 -SHA256 (PECL/swoole-6.0.2.tgz) = ca9df27a4188f6670720ffaed9c4ecd6e832ea5aed55e554b63230f3147166ca -SIZE (PECL/swoole-6.0.2.tgz) = 2330514 +TIMESTAMP = 1761379710 +SHA256 (PECL/swoole-6.1.0.tgz) = 1ee89c3888ef97bbee8f08db130536467e41969796baff739b10f391dc44fcb3 +SIZE (PECL/swoole-6.1.0.tgz) = 2451482 diff --git a/devel/pecl-swoole/files/patch-include_swoole__socket.h b/devel/pecl-swoole/files/patch-include_swoole__socket.h deleted file mode 100644 index 302c92fb3b28..000000000000 --- a/devel/pecl-swoole/files/patch-include_swoole__socket.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/swoole_socket.h.orig 2021-07-16 07:18:11 UTC -+++ include/swoole_socket.h -@@ -17,6 +17,7 @@ - - #pragma once - -+#include <sys/types.h> - #include <sys/socket.h> - #include <sys/un.h> - #include <sys/uio.h> diff --git a/devel/pecl-swoole/files/patch-src_coroutine_system.cc b/devel/pecl-swoole/files/patch-src_coroutine_system.cc deleted file mode 100644 index ad235fcfbf97..000000000000 --- a/devel/pecl-swoole/files/patch-src_coroutine_system.cc +++ /dev/null @@ -1,12 +0,0 @@ ---- src/coroutine/system.cc.orig 2024-11-28 03:39:05 UTC -+++ src/coroutine/system.cc -@@ -701,7 +701,8 @@ std::shared_ptr<AsyncLock> async_lock(void *resource) - "resource(%p) has already been bound to another coroutine#%ld, " - "%s of the same resource in coroutine#%ld at the same time is not allowed", - resource, -- *iter, -+ iter->second, -+ iter->first, - Coroutine::get_current_cid()); - return nullptr; - }home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510260036.59Q0aBat062135>
