pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-IO-Async



Module Name:    pkgsrc
Committed By:   wen
Date:           Wed Aug 14 02:32:28 UTC 2019

Modified Files:
        pkgsrc/devel/p5-IO-Async: Makefile distinfo

Log Message:
Update to 0.74

Upstream changes:
0.74    2019-06-27 18:44:38
        [CHANGES]
         * Warn about IO::Async::Stream using autoflush on a blocking handle
         * Implement queuing priorities for IO::Async::Function calls (RT129918)
         * Send a terminating signal to a ->run_process process on cancellation
           (RT129225)
         * Optionally make ->run_process future fail when process exits non-zero
           (RT129225)
         * Implement the Future::IO->syswrite API

        [BUGFIXES]
         * Skip t/70future-io.t unless Future::IO is available (RT129807)
         * Remember to set O_NONBLOCK on IO::Async::Channel async mode
           filehandles (RT129879)
         * Handle Windows 7 which returns ENETDOWN to failed AF_UNIX connect()
           (RT129806)

0.73    2019-06-12 16:49:28
        [CHANGES]
         * Provide an IO::Async implementation of Future::IO
         * Added $loop->run_process (RT129225)
         * Clear $ONE_TRUE_LOOP in $loop->fork so that child processes can do
           IO::Async::Loop->new successfully
         * Added $notifier->adopted_futures accessor (RT127818)
         * Various docs fixes


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/p5-IO-Async/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-IO-Async/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-IO-Async/Makefile
diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.14 pkgsrc/devel/p5-IO-Async/Makefile:1.15
--- pkgsrc/devel/p5-IO-Async/Makefile:1.14      Sun Aug 11 13:19:36 2019
+++ pkgsrc/devel/p5-IO-Async/Makefile   Wed Aug 14 02:32:28 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/08/11 13:19:36 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/08/14 02:32:28 wen Exp $
 
-DISTNAME=      IO-Async-0.72
+DISTNAME=      IO-Async-0.74
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=IO/}
 

Index: pkgsrc/devel/p5-IO-Async/distinfo
diff -u pkgsrc/devel/p5-IO-Async/distinfo:1.9 pkgsrc/devel/p5-IO-Async/distinfo:1.10
--- pkgsrc/devel/p5-IO-Async/distinfo:1.9       Mon Apr 23 07:12:48 2018
+++ pkgsrc/devel/p5-IO-Async/distinfo   Wed Aug 14 02:32:28 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2018/04/23 07:12:48 wen Exp $
+$NetBSD: distinfo,v 1.10 2019/08/14 02:32:28 wen Exp $
 
-SHA1 (IO-Async-0.72.tar.gz) = 0dfb01c3ea508b1ccdbd15bd0530045d57709abf
-RMD160 (IO-Async-0.72.tar.gz) = 431ef96865feb16a2b50a1aaa89f071225273353
-SHA512 (IO-Async-0.72.tar.gz) = 4d1243e7904647d94bceb300d677ed2d28e58b7b57695b9de40b19f9b5d79418516837d5f6bead3836897956aad7027213b84c1244e46ddaa335b4916fe53804
-Size (IO-Async-0.72.tar.gz) = 236223 bytes
+SHA1 (IO-Async-0.74.tar.gz) = 92001ebb025ffe0a3a07b947b50cb848c74b54e5
+RMD160 (IO-Async-0.74.tar.gz) = 864103a9524a4040f1b703a28525b4ac2feb6b91
+SHA512 (IO-Async-0.74.tar.gz) = 99a2e7385259cbe645443c7dfdf4e9ba083f8ee3db7fa806d6576c21403c96641612c77f814dc0d7727a4391c8a375ec1ae026c955c1b34a3e172ffd7e9602b9
+Size (IO-Async-0.74.tar.gz) = 241367 bytes



Home | Main Index | Thread Index | Old Index