Version 0.18.0, by Aleksey Cheusov, Thu, 7 Mar 2013 15:17:33 +0300
paexec: - fixed: NULL dereference when the first line given on input is empty. Thanks to Sergey Revyako for bug report! - fixed: entire command passed tp ssh-like transport should be shquoted. In particular this fixes -x that didn't work with -t. Thanks to Sergey Revyako for bug report! - 'paexec -g' accepts empty strings as tasks. - More regression tests were added paexec_reorder.1: - Mistype fix
This commit is contained in:
parent
fdd196c648
commit
a6252a060d
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.10 2013/01/08 16:36:53 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2013/03/07 13:02:26 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= paexec-0.17.0
|
||||
DISTNAME= paexec-0.18.0
|
||||
CATEGORIES= parallel sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=paexec/} \
|
||||
http://mova.org/~cheusov/pub/paexec/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2012/09/09 23:30:26 cheusov Exp $
|
||||
$NetBSD: distinfo,v 1.4 2013/03/07 13:02:26 cheusov Exp $
|
||||
|
||||
SHA1 (paexec-0.17.0.tar.gz) = 4a43c4f60f0aad195b12495b89534f65dd739b2b
|
||||
RMD160 (paexec-0.17.0.tar.gz) = ce7940bf1bb2fa09a8aabcbe6db3e0a5d0dc6d9d
|
||||
Size (paexec-0.17.0.tar.gz) = 72673 bytes
|
||||
SHA1 (paexec-0.18.0.tar.gz) = f67ed51c123db17845eaed4f513b334bbe29b0fa
|
||||
RMD160 (paexec-0.18.0.tar.gz) = ffd14acfa995bb81e2a4f50b03e6056621a8543e
|
||||
Size (paexec-0.18.0.tar.gz) = 74183 bytes
|
||||
|
|
Loading…
Reference in a new issue