From owner-dev-commits-ports-all@freebsd.org Fri Sep 24 17:49:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 0A8FF6713EF; Fri, 24 Sep 2021 17:49:16 +0000 (UTC) (envelope-from git@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 "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HGKKR6DLDz3QkZ; Fri, 24 Sep 2021 17:49:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B190B1AED0; Fri, 24 Sep 2021 17:49:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18OHnFJB024894; Fri, 24 Sep 2021 17:49:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18OHnFeq024893; Fri, 24 Sep 2021 17:49:15 GMT (envelope-from git) Date: Fri, 24 Sep 2021 17:49:15 GMT Message-Id: <202109241749.18OHnFeq024893@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Dima Panov Subject: git: 6e066cc005be - main - devel/pecl-event: update to 3.0.6 release MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: fluffy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6e066cc005be1c906c4ffcd16782a53f5c871973 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Sep 2021 17:49:16 -0000 The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e066cc005be1c906c4ffcd16782a53f5c871973 commit 6e066cc005be1c906c4ffcd16782a53f5c871973 Author: Dima Panov AuthorDate: 2021-09-24 17:37:07 +0000 Commit: Dima Panov CommitDate: 2021-09-24 17:49:08 +0000 devel/pecl-event: update to 3.0.6 release - Fixed tests for the builds in debug mode where libevent complained about STDIN and STDOUT being not set to non-blocking mode - Fixed build with OpenSSL 3.0 (Thanks to Remi Collet). Release notes: https://pecl.php.net/package/event/3.0.6 --- devel/pecl-event/Makefile | 2 +- devel/pecl-event/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile index 6ff4e5623882..e6799ced2633 100644 --- a/devel/pecl-event/Makefile +++ b/devel/pecl-event/Makefile @@ -1,7 +1,7 @@ # Created by: John Chen PORTNAME= event -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.6 CATEGORIES= devel MAINTAINER= fluffy@FreeBSD.org diff --git a/devel/pecl-event/distinfo b/devel/pecl-event/distinfo index 92c2aa3a0fd4..cdca6b6070c1 100644 --- a/devel/pecl-event/distinfo +++ b/devel/pecl-event/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1629116392 -SHA256 (PECL/event-3.0.5.tgz) = 2c0df976ff1a54f9a22995156de2b4d46da97b9105b55c7cf6ec24caea40aa60 -SIZE (PECL/event-3.0.5.tgz) = 198356 +TIMESTAMP = 1632504759 +SHA256 (PECL/event-3.0.6.tgz) = 04de37c3274f40109595adbd6283ea29256285264290b00880365bf8235079cc +SIZE (PECL/event-3.0.6.tgz) = 198565