Skip to content

Commit

Permalink
Update to 20220807.0
Browse files Browse the repository at this point in the history
Upstream changes:
20220807.0 Mon Aug 1 2022
 If your applications rely on portability to Windows, see new documentation
 sections "argument-passing rules are program-specific" and "batch files".  This
 release fixes bugs in runs of Windows programs that use standard command line
 parsing rules.  Runs of non-standard programs may require changes.  Notable
 non-standard programs include cmd.exe, cscript.exe, and Cygwin programs.
 - #140 - skip t/pty.t test on NetBSD too
 - Add strict/warnings
 - #142 - Follow Windows argument quoting rules
 - #146 - allow win32_newlines.t to actually run
 - #150 - Make t/pty.t test pass on OpenBSD.
 - #148 - Support Win32 commands having nonstandard command line parsing rules
 - Support executing Win32 batch files.
 - Add IPC::Run::Win32Process, for delivering nonstandard command lines.
 - Fix reporting of Win32::Process::Create() errors.
 - #156 - On Windows, avoid hang when closing read end of pipe.
 - #155 - Ignore known test failure on msys. - t/windows_search_path.t
 - Avoid warning with IPCRUNDEBUG, in Windows spawned children.
 - Use $^X, not 'perl', in tests.
 - Thanks to the New active developer: Noah Misch!
  • Loading branch information
wen committed Feb 12, 2023
1 parent a78cced commit 30f6298
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 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.41 2022/06/28 11:32:37 wiz Exp $
# $NetBSD: Makefile,v 1.42 2023/02/12 11:01:43 wen Exp $

DISTNAME= IPC-Run-20200505.0
DISTNAME= IPC-Run-20220807.0
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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.17 2021/10/26 10:16:48 nia Exp $
$NetBSD: distinfo,v 1.18 2023/02/12 11:01:43 wen Exp $

BLAKE2s (IPC-Run-20200505.0.tar.gz) = 172002ba168134fde6295c153fbb001224ecc5001992643a2aab0082c8e15bf9
SHA512 (IPC-Run-20200505.0.tar.gz) = 6f2e0cdbd66741a5185aa6f79c5d23189f6527e319ead385a033e482abed439a7e7fb1bbb7fa83c91c7b2971b31313a99b2b6510cc6aad3516ae6524a196d57c
Size (IPC-Run-20200505.0.tar.gz) = 127505 bytes
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
SHA1 (patch-aa) = c078542da7548c3d46cbd6c656cdfb99308ae11c
15 changes: 0 additions & 15 deletions devel/p5-IPC-Run/patches/patch-aa

This file was deleted.

0 comments on commit 30f6298

Please sign in to comment.