summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef>2015-04-21 13:24:56 +0000
committermef <mef>2015-04-21 13:24:56 +0000
commit8a6a20813046adb948587964e3db58193dcca8cd (patch)
tree78da9878c0b167d7429aa43ad86636c6c6d1b348 /devel
parent1250d61d656d044d5e59cfc40229d486d657596e (diff)
downloadpkgsrc-8a6a20813046adb948587964e3db58193dcca8cd.tar.gz
Update to 0.66
-------------- 0.66 2015/04/17 20:36:39 [CHANGES] * Created IO::Async::Debug * Ignore SIGPIPE by default (RT92024) * IaSocket->bind now returns a Future * Added IaSocket->bind resolver support and neatened up UDP examples in synopsis/documentation [BUGFIXES] * Correct call to unpack() in IaStream example (RT103143) * Don't silently eat accept() failures in IaListener (RT102677) * Remember to add the new resolver instance to $loop in ->set_resolver (RT103446) * Correct implementation of ->unwatch_io on IaLoop::Poll to prevent 100% CPU spin (RT103445) * Ensure that an exception thrown by Timer::Periodic's on_tick doesn't prevent rescheduling
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-Async/Makefile4
-rw-r--r--devel/p5-IO-Async/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-IO-Async/Makefile b/devel/p5-IO-Async/Makefile
index 22fdcdcb2f7..0d60ad058b9 100644
--- a/devel/p5-IO-Async/Makefile
+++ b/devel/p5-IO-Async/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2015/03/15 23:08:38 mef Exp $
+# $NetBSD: Makefile,v 1.5 2015/04/21 13:24:56 mef Exp $
-DISTNAME= IO-Async-0.65
+DISTNAME= IO-Async-0.66
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
diff --git a/devel/p5-IO-Async/distinfo b/devel/p5-IO-Async/distinfo
index fec69687ea1..c732713b84c 100644
--- a/devel/p5-IO-Async/distinfo
+++ b/devel/p5-IO-Async/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2015/03/15 23:08:38 mef Exp $
+$NetBSD: distinfo,v 1.4 2015/04/21 13:24:56 mef Exp $
-SHA1 (IO-Async-0.65.tar.gz) = d375fea923a6bc9c52cd99c253a6462292405344
-RMD160 (IO-Async-0.65.tar.gz) = 3b984bfd3cad422975b2934409919f5a6818d362
-Size (IO-Async-0.65.tar.gz) = 233644 bytes
+SHA1 (IO-Async-0.66.tar.gz) = 743091a0bf148eadf2471364c3fbdd74f1cb52af
+RMD160 (IO-Async-0.66.tar.gz) = 9274a2620f8a00ff201cc31fca0c907f978f37e7
+Size (IO-Async-0.66.tar.gz) = 236162 bytes