pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-IO-Async Update to 0.65



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4d728715dcbc
branches:  trunk
changeset: 648646:4d728715dcbc
user:      mef <mef%pkgsrc.org@localhost>
date:      Sun Mar 15 23:08:38 2015 +0000

description:
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:

 devel/p5-IO-Async/Makefile |  4 ++--
 devel/p5-IO-Async/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 513756d98f57 -r 4d728715dcbc devel/p5-IO-Async/Makefile
--- a/devel/p5-IO-Async/Makefile        Sun Mar 15 23:07:20 2015 +0000
+++ b/devel/p5-IO-Async/Makefile        Sun Mar 15 23:08:38 2015 +0000
@@ -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 -r 513756d98f57 -r 4d728715dcbc devel/p5-IO-Async/distinfo
--- a/devel/p5-IO-Async/distinfo        Sun Mar 15 23:07:20 2015 +0000
+++ b/devel/p5-IO-Async/distinfo        Sun Mar 15 23:08:38 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index