Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2023 12:23:24 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c3dd595019b7 - main - devel/pecl-event: update to 3.1.0 release (+)
Message-ID:  <202312271223.3BRCNOh8061251@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by fluffy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c3dd595019b7786a8317c4a9ff7e406d438e8d4b

commit c3dd595019b7786a8317c4a9ff7e406d438e8d4b
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2023-12-27 12:21:39 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2023-12-27 12:21:39 +0000

    devel/pecl-event: update to 3.1.0 release (+)
    
    - The loop will now be stopped if an event callback throws an exception.
      This prevents user from losing control on the event loop.
    - EventDnsBase::__construct() now accepts bool|int as its second parameter:
    * false and true have the same meaning as before;
    * EventDnsBase::DISABLE_WHEN_INACTIVE - Do not prevent the libevent event loop from exiting when we have no active DNS requests.
    * EventDnsBase::INITIALIZE_NAMESERVERS - Process resolv.conf.
    * EventDnsBase::NAMESERVERS_NO_DEFAULT - Do not add default nameserver if there are no nameservers in resolv.conf.
    - Internally, a safer strlcpy() will be used instead of strcpy().
    - Fixed a segmentation fault that might occur in the EventHttpRequest callback.
    - Fixed a bug where the EventBuffer::copyout method didn't populate the output variable properly in PHP >= 8.2 (thanks to Joseph Tseng).
    
    Changelog:      https://pecl.php.net/package-changelog.php?package=event&release=3.1.0
---
 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 15b315a0ac52..0be2875a9cdc 100644
--- a/devel/pecl-event/Makefile
+++ b/devel/pecl-event/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	event
-PORTVERSION=	3.0.8
+PORTVERSION=	3.1.0
 CATEGORIES=	devel
 
 MAINTAINER=	fluffy@FreeBSD.org
diff --git a/devel/pecl-event/distinfo b/devel/pecl-event/distinfo
index fead15040d4b..2d610dd08454 100644
--- a/devel/pecl-event/distinfo
+++ b/devel/pecl-event/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1654254777
-SHA256 (PECL/event-3.0.8.tgz) = e3e91edd3dc15e0969b9254cc3626ae07825e39bf26d61b49935f66f603d7b6b
-SIZE (PECL/event-3.0.8.tgz) = 199567
+TIMESTAMP = 1703679508
+SHA256 (PECL/event-3.1.0.tgz) = 3e0e811c54a64b7c6871fbd4557cc3f03bfd31a53f9504b479102c767a23ce41
+SIZE (PECL/event-3.1.0.tgz) = 204576



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312271223.3BRCNOh8061251>