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.74
details: https://anonhg.NetBSD.org/pkgsrc/rev/a7e739a33b97
branches: trunk
changeset: 399673:a7e739a33b97
user: wen <wen%pkgsrc.org@localhost>
date: Wed Aug 14 02:32:28 2019 +0000
description:
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
diffstat:
devel/p5-IO-Async/Makefile | 5 ++---
devel/p5-IO-Async/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r fb814fb8fca2 -r a7e739a33b97 devel/p5-IO-Async/Makefile
--- a/devel/p5-IO-Async/Makefile Wed Aug 14 01:54:22 2019 +0000
+++ b/devel/p5-IO-Async/Makefile Wed Aug 14 02:32:28 2019 +0000
@@ -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/}
diff -r fb814fb8fca2 -r a7e739a33b97 devel/p5-IO-Async/distinfo
--- a/devel/p5-IO-Async/distinfo Wed Aug 14 01:54:22 2019 +0000
+++ b/devel/p5-IO-Async/distinfo Wed Aug 14 02:32:28 2019 +0000
@@ -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