summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-03-15 23:08:38 +0000
committermef <mef@pkgsrc.org>2015-03-15 23:08:38 +0000
commit399d10d26426518700c47cdfe216638f091ca449 (patch)
tree35deef2d37c722d196ae0e1822896a489eede478 /devel
parent1c01e6402a316f4d38c9a3f33a045feb9fef89d5 (diff)
downloadpkgsrc-399d10d26426518700c47cdfe216638f091ca449.tar.gz
Update to 0.65
-------------- 0.65 2015/02/15 14:28:02 [CHANGES] * Optionally allow IO::Async::Channel to use 'Sereal' serialisation * Added documentation about the 'env' Child Manager key and copying %ENV * Take OS "preferred loop subclass" hints from IO::Async::OS directly [BUGFIXES] * Nested $stream->read_* inside read_* cause double-completion of Future (RT101774) * Implement IO::Async::Loop::Poll directly on _poll() syscall wrapper, thus avoiding many bugs in IO::Poll (RT93141) * Ensure that IO::Async::Loop::Select can cope with callbacks that remove other IO handle watches (RT101919) * Silently upgrade watched IO handles to O_NONBLOCK (RT102044) * Complain about unrecognised keys to ->extract_addrinfo (RT101453)
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 199eb3e7639..22fdcdcb2f7 100644
--- a/devel/p5-IO-Async/Makefile
+++ b/devel/p5-IO-Async/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2015/02/05 14:50:04 mef Exp $
+# $NetBSD: Makefile,v 1.4 2015/03/15 23:08:38 mef Exp $
-DISTNAME= IO-Async-0.64
+DISTNAME= IO-Async-0.65
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 e4e13aad36c..fec69687ea1 100644
--- a/devel/p5-IO-Async/distinfo
+++ b/devel/p5-IO-Async/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2015/02/05 14:50:04 mef Exp $
+$NetBSD: distinfo,v 1.3 2015/03/15 23:08:38 mef Exp $
-SHA1 (IO-Async-0.64.tar.gz) = 4451f7a79d1f8d7c1879003510a6f5e7eef40754
-RMD160 (IO-Async-0.64.tar.gz) = 674762ff58383f4b01582d323724f3ffb8e36e84
-Size (IO-Async-0.64.tar.gz) = 231632 bytes
+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