diff options
author | cheusov <cheusov@pkgsrc.org> | 2013-03-07 13:02:26 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2013-03-07 13:02:26 +0000 |
commit | 97a13d87ea66e106bb13916150f7664bd12dc0ad (patch) | |
tree | d12a6816a9c657c88d71f9f433ecfad982fbabcf /parallel | |
parent | ef689c3c36faa7b77b1eea31e37a95f376c39c2b (diff) | |
download | pkgsrc-97a13d87ea66e106bb13916150f7664bd12dc0ad.tar.gz |
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
Diffstat (limited to 'parallel')
-rw-r--r-- | parallel/paexec/Makefile | 4 | ||||
-rw-r--r-- | parallel/paexec/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/parallel/paexec/Makefile b/parallel/paexec/Makefile index 98e2f94fca5..492fa7969dc 100644 --- a/parallel/paexec/Makefile +++ b/parallel/paexec/Makefile @@ -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/ diff --git a/parallel/paexec/distinfo b/parallel/paexec/distinfo index a439bae757f..24513e5334c 100644 --- a/parallel/paexec/distinfo +++ b/parallel/paexec/distinfo @@ -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 |