Received: by mail.netbsd.org (Postfix, from userid 605) id A926384D75; Mon, 26 Apr 2021 14:31:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E326484D74 for ; Mon, 26 Apr 2021 14:31:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id HTXvwB_0A5WQ for ; Mon, 26 Apr 2021 14:31:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5D1A984D6D for ; Mon, 26 Apr 2021 14:31:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5B12BFA95; Mon, 26 Apr 2021 14:31:50 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161944751092830" MIME-Version: 1.0 Date: Mon, 26 Apr 2021 14:31:50 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/p5-IO-Async To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210426143150.5B12BFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161944751092830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 26 14:31:50 UTC 2021 Modified Files: pkgsrc/devel/p5-IO-Async: Makefile distinfo Log Message: p5-IO-Async: update to 0.78. 0.78 2021-01-21 [CHANGES] * Warn on attempts to ->connect to INADDR(6)_LOOPBACK as some OSes (e.g. OpenBSD) do not allow it * Various fixes for IO::Async::LoopTests to better support IO::Async::Loop::UV: + Insert some ->loop_once(0) calls between timing tests to allow libuv to clear its pending queues + Allow loops to declare that they cannot perform all-child PID watch and skip the relevant tests for it if so * Have $loop->later return a future instance if not passed any code (RT133240) [BUGFIXES] * Accept more error codes for failure to resolve missing hostname (RT131109) * Defend against some undef values at global destruction time (RT132677) To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-IO-Async/Makefile cvs rdiff -u -r1.12 -r1.13 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. --_----------=_161944751092830 Content-Disposition: inline Content-Length: 1648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-IO-Async/Makefile diff -u pkgsrc/devel/p5-IO-Async/Makefile:1.19 pkgsrc/devel/p5-IO-Async/Makefile:1.20 --- pkgsrc/devel/p5-IO-Async/Makefile:1.19 Sun Sep 6 23:24:46 2020 +++ pkgsrc/devel/p5-IO-Async/Makefile Mon Apr 26 14:31:50 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/09/06 23:24:46 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2021/04/26 14:31:50 wiz Exp $ -DISTNAME= IO-Async-0.77 +DISTNAME= IO-Async-0.78 PKGNAME= p5-${DISTNAME} 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.12 pkgsrc/devel/p5-IO-Async/distinfo:1.13 --- pkgsrc/devel/p5-IO-Async/distinfo:1.12 Sun Sep 6 23:24:46 2020 +++ pkgsrc/devel/p5-IO-Async/distinfo Mon Apr 26 14:31:50 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2020/09/06 23:24:46 wiz Exp $ +$NetBSD: distinfo,v 1.13 2021/04/26 14:31:50 wiz Exp $ -SHA1 (IO-Async-0.77.tar.gz) = cb709f27f719821bb06829054243d0d08c962852 -RMD160 (IO-Async-0.77.tar.gz) = 388ad915b1ead5d0ca87aeffde5ced626b2c012b -SHA512 (IO-Async-0.77.tar.gz) = cdecd1efeae5f925df175a8045552c30d0d59c52aa806786c532e7b00de238829f4bae9afaec2f5c4d2a261074bdfe6d93cf271dde780370d4b5378a8582ed04 -Size (IO-Async-0.77.tar.gz) = 246133 bytes +SHA1 (IO-Async-0.78.tar.gz) = 33d4942c8ae37c0724efa60316c32ab94996ecc1 +RMD160 (IO-Async-0.78.tar.gz) = e333c0f78b407cfc8831762f6ac7f0ba6c3b9d5a +SHA512 (IO-Async-0.78.tar.gz) = da3a9ed058000fe254ddcf1d97648278674135c52f7201d200db5c63f7401db297d93932b5b40fb6be79bbe0935e51e6963869563d9467ace63286546c9d2362 +Size (IO-Async-0.78.tar.gz) = 248560 bytes --_----------=_161944751092830--