pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test-Future-IO-Impl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan 25 07:04:06 UTC 2026

Modified Files:
        pkgsrc/devel/p5-Test-Future-IO-Impl: Makefile distinfo

Log Message:
p5-Test-Future-IO-Impl: update to 0.17.

0.17    2026-01-18
        [CHANGES]
         * Added tests for `poll` method

        [BUGFIXES]
         * Account for the fact that read or write IO operations may have
           already happened before they are cancelled
         * Clear the EAGAIN error from `$wr` filehandle in EAGAIN write test
           to stop perl writing annoying warnings during test

0.16    2026-01-07
        [BUGFIXES]
         * Be less sensitive to `->send` failure in peer-closed case, as OS
           behaviour differs here
         * sleep() unconditionally after closing listening server in connect
           test, as most OSes need it. 100msec is sufficient


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Test-Future-IO-Impl/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/p5-Test-Future-IO-Impl/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-Test-Future-IO-Impl/Makefile
diff -u pkgsrc/devel/p5-Test-Future-IO-Impl/Makefile:1.4 pkgsrc/devel/p5-Test-Future-IO-Impl/Makefile:1.5
--- pkgsrc/devel/p5-Test-Future-IO-Impl/Makefile:1.4    Fri Aug  8 23:44:18 2025
+++ pkgsrc/devel/p5-Test-Future-IO-Impl/Makefile        Sun Jan 25 07:04:06 2026
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2025/08/08 23:44:18 wen Exp $
+# $NetBSD: Makefile,v 1.5 2026/01/25 07:04:06 wiz Exp $
 
-DISTNAME=      Test-Future-IO-Impl-0.15
+DISTNAME=      Test-Future-IO-Impl-0.17
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
-MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PE/PEVANS/}
 
 MAINTAINER=    wen%NetBSD.org@localhost
 HOMEPAGE=      https://metacpan.org/release/Test-Future-IO-Impl

Index: pkgsrc/devel/p5-Test-Future-IO-Impl/distinfo
diff -u pkgsrc/devel/p5-Test-Future-IO-Impl/distinfo:1.2 pkgsrc/devel/p5-Test-Future-IO-Impl/distinfo:1.3
--- pkgsrc/devel/p5-Test-Future-IO-Impl/distinfo:1.2    Fri Aug  8 23:44:18 2025
+++ pkgsrc/devel/p5-Test-Future-IO-Impl/distinfo        Sun Jan 25 07:04:06 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2025/08/08 23:44:18 wen Exp $
+$NetBSD: distinfo,v 1.3 2026/01/25 07:04:06 wiz Exp $
 
-BLAKE2s (Test-Future-IO-Impl-0.15.tar.gz) = 36051ecffe35d5d8658a5429a6eaea1e06375211538e84c685f6d1cff57f7b96
-SHA512 (Test-Future-IO-Impl-0.15.tar.gz) = 7b2212f4c6931891253969c626f29b430cc59ad21ce05948183909bf1ffe781c501b23a1d5d8643bc7a546e4c8106f8673b985d24bc5328f70c819a3961d0991
-Size (Test-Future-IO-Impl-0.15.tar.gz) = 14658 bytes
+BLAKE2s (Test-Future-IO-Impl-0.17.tar.gz) = c5753b6ad90c66500f0c45f9152c410e8d854e04080649b6f8032b60f8c80f4d
+SHA512 (Test-Future-IO-Impl-0.17.tar.gz) = 987900cc03a6e747416b7f49fc60c5911688807e16d9f0c1f161a0e5c8acec8c37c0b5d5dcba4817e1c8dcd8da899df02bb62efbd9a497fdd3f899162e77dc1a
+Size (Test-Future-IO-Impl-0.17.tar.gz) = 16392 bytes



Home | Main Index | Thread Index | Old Index