From owner-svn-ports-head@freebsd.org Mon Nov 30 08:19:10 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 05C4B47314A; Mon, 30 Nov 2020 08:19:10 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Ckyn96jWmz4k3n; Mon, 30 Nov 2020 08:19:09 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id D98F01FFD5; Mon, 30 Nov 2020 08:19:09 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AU8J9xN052878; Mon, 30 Nov 2020 08:19:09 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AU8J9xJ052875; Mon, 30 Nov 2020 08:19:09 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <202011300819.0AU8J9xJ052875@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Mon, 30 Nov 2020 08:19:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556624 - in head/devel/pecl-swoole: . files X-SVN-Group: ports-head X-SVN-Commit-Author: vanilla X-SVN-Commit-Paths: in head/devel/pecl-swoole: . files X-SVN-Commit-Revision: 556624 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2020 08:19:10 -0000 Author: vanilla Date: Mon Nov 30 08:19:09 2020 New Revision: 556624 URL: https://svnweb.freebsd.org/changeset/ports/556624 Log: Update to 4.5.9. Modified: head/devel/pecl-swoole/Makefile head/devel/pecl-swoole/distinfo head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h Modified: head/devel/pecl-swoole/Makefile ============================================================================== --- head/devel/pecl-swoole/Makefile Mon Nov 30 07:42:44 2020 (r556623) +++ head/devel/pecl-swoole/Makefile Mon Nov 30 08:19:09 2020 (r556624) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swoole -PORTVERSION= 4.5.8 +PORTVERSION= 4.5.9 CATEGORIES= devel net MAINTAINER= vanilla@FreeBSD.org Modified: head/devel/pecl-swoole/distinfo ============================================================================== --- head/devel/pecl-swoole/distinfo Mon Nov 30 07:42:44 2020 (r556623) +++ head/devel/pecl-swoole/distinfo Mon Nov 30 08:19:09 2020 (r556624) @@ -1,3 +1,3 @@ -TIMESTAMP = 1605967424 -SHA256 (PECL/swoole-4.5.8.tgz) = 202efb1ca36b7d30a54ee7571c7db34a5bf73a983a2c97f68cf074891a8f12c9 -SIZE (PECL/swoole-4.5.8.tgz) = 1552785 +TIMESTAMP = 1606661098 +SHA256 (PECL/swoole-4.5.9.tgz) = 8991012db81138a1cd825860ba1628e8f1b799573ad16aeed82a955b6fe72e3d +SIZE (PECL/swoole-4.5.9.tgz) = 1552445 Modified: head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h ============================================================================== --- head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h Mon Nov 30 07:42:44 2020 (r556623) +++ head/devel/pecl-swoole/files/patch-ext-src_php__swoole.h Mon Nov 30 08:19:09 2020 (r556624) @@ -1,6 +1,6 @@ ---- ext-src/php_swoole.h.orig 2020-11-22 13:36:39 UTC -+++ ext-src/php_swoole.h -@@ -912,10 +912,11 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram +--- ext-src/php_swoole.h.orig 2020-11-27 11:02:33.000000000 +0800 ++++ ext-src/php_swoole.h 2020-11-30 16:16:31.186209000 +0800 +@@ -912,7 +912,7 @@ static sw_inline zend_bool sw_zend_is_callable_at_fram { zend_string *name; zend_bool ret; @@ -8,9 +8,4 @@ +#if PHP_VERSION_ID < 80001 ret = zend_is_callable_ex(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, check_flags, &name, fci_cache, error); #else -- ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, &name, fci_cache, error); -+ ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, fci_cache, error); -+ name = zend_get_callable_name_ex(zcallable, zobject); - #endif - if (callable_name) - { + ret = zend_is_callable_at_frame(zcallable, zobject ? Z_OBJ_P(zobject) : NULL, frame, check_flags, fci_cache, error);