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.66



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce50dabbaa94
branches:  trunk
changeset: 650334:ce50dabbaa94
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 21 13:24:56 2015 +0000

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

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

diffs (25 lines):

diff -r d8438ed3509b -r ce50dabbaa94 devel/p5-IO-Async/Makefile
--- a/devel/p5-IO-Async/Makefile        Tue Apr 21 11:38:57 2015 +0000
+++ b/devel/p5-IO-Async/Makefile        Tue Apr 21 13:24:56 2015 +0000
@@ -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 -r d8438ed3509b -r ce50dabbaa94 devel/p5-IO-Async/distinfo
--- a/devel/p5-IO-Async/distinfo        Tue Apr 21 11:38:57 2015 +0000
+++ b/devel/p5-IO-Async/distinfo        Tue Apr 21 13:24:56 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index