pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-IPC-Run
Module Name: pkgsrc
Committed By: wen
Date: Sun Feb 12 11:01:43 UTC 2023
Modified Files:
pkgsrc/devel/p5-IPC-Run: Makefile distinfo
Removed Files:
pkgsrc/devel/p5-IPC-Run/patches: patch-aa
Log Message:
Update to 20220807.0
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!
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-IPC-Run/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/p5-IPC-Run/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/devel/p5-IPC-Run/patches/patch-aa
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-IPC-Run/Makefile
diff -u pkgsrc/devel/p5-IPC-Run/Makefile:1.41 pkgsrc/devel/p5-IPC-Run/Makefile:1.42
--- pkgsrc/devel/p5-IPC-Run/Makefile:1.41 Tue Jun 28 11:32:37 2022
+++ pkgsrc/devel/p5-IPC-Run/Makefile Sun Feb 12 11:01:43 2023
@@ -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/}
Index: pkgsrc/devel/p5-IPC-Run/distinfo
diff -u pkgsrc/devel/p5-IPC-Run/distinfo:1.17 pkgsrc/devel/p5-IPC-Run/distinfo:1.18
--- pkgsrc/devel/p5-IPC-Run/distinfo:1.17 Tue Oct 26 10:16:48 2021
+++ pkgsrc/devel/p5-IPC-Run/distinfo Sun Feb 12 11:01:43 2023
@@ -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
Home |
Main Index |
Thread Index |
Old Index