Skip to content

Commit

Permalink
Update to 20231003.0
Browse files Browse the repository at this point in the history
Upstream changes:
20231003.0 Mon Oct 2 2023
 Windows now matches other platforms in that a child calling exit(N) causes
 result() to return N and full_result() to return N << 8.  On Windows, before
 this change, result() was returning N >> 8, and full_result() was returning N.
 Programs having workarounds for this may need to condition those workarounds on
 $IPC::Run::VERSION.
 - #157 - On Windows, avoid hang under IPCRUNDEBUG.
 - Refresh "cpanfile" from Makefile.PL, to allow use on Windows.
 - #163 - Normalize shebangs to /usr/bin/perl
 - Fix or skip all tests recently seen to fail on Windows.
 - Include t/result.t in releases.
 - #168 - Make full_result() and result() Windows behavior match non-Windows.
  • Loading branch information
wen committed Nov 5, 2023
1 parent cb6b15e commit 3f41105
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-IPC-Run/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.43 2023/07/06 09:39:22 wiz Exp $
# $NetBSD: Makefile,v 1.44 2023/11/05 02:19:34 wen Exp $

DISTNAME= IPC-Run-20220807.0
DISTNAME= IPC-Run-20231003.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-IPC-Run/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.18 2023/02/12 11:01:43 wen Exp $
$NetBSD: distinfo,v 1.19 2023/11/05 02:19:34 wen Exp $

BLAKE2s (IPC-Run-20220807.0.tar.gz) = a13e20fcacb6c33de0dafa8bcd9b5b2c262f391b05995f1404199666aa658669
SHA512 (IPC-Run-20220807.0.tar.gz) = ddfd0ceb78bd56c8c95a0a293a59d605959ba8d1b161a2c5959ac185c18fffa5cf047c3448d3b83a2733aa1372550f93d74d86eb05d49748f789fa46282694aa
Size (IPC-Run-20220807.0.tar.gz) = 133631 bytes
BLAKE2s (IPC-Run-20231003.0.tar.gz) = 9ce32eb2f9dde685daea890d5a515ec7a8a00f3250b70c7b07b00fba528565ac
SHA512 (IPC-Run-20231003.0.tar.gz) = 81b94715e61f2a302ba4cfbd03f6af14ab66d438dfdf58187ccf8b0f7ff562fd343ef560ad48dad8118342dd493530560ac89beca6de2818663d556d18feff90
Size (IPC-Run-20231003.0.tar.gz) = 135491 bytes
SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c

0 comments on commit 3f41105

Please sign in to comment.