aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2023-12-27 12:21:39 +0000
committerDima Panov <fluffy@FreeBSD.org>2023-12-27 12:21:39 +0000
commitc3dd595019b7786a8317c4a9ff7e406d438e8d4b (patch)
treefdff76111ae2ff2f1afb821cba1a3a8f6b58a65a
parent3bc242b59f7beddc048b020545135d1f26da079f (diff)
downloadports-c3dd595019b7786a8317c4a9ff7e406d438e8d4b.tar.gz
ports-c3dd595019b7786a8317c4a9ff7e406d438e8d4b.zip
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
-rw-r--r--devel/pecl-event/Makefile2
-rw-r--r--devel/pecl-event/distinfo6
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