summaryrefslogtreecommitdiff
path: root/parallel/paexec/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov>2013-03-07 13:02:26 +0000
committercheusov <cheusov>2013-03-07 13:02:26 +0000
commit3c570d1c8e8f35bce1b35e6331a528732bff4055 (patch)
treed12a6816a9c657c88d71f9f433ecfad982fbabcf /parallel/paexec/Makefile
parentcf2d9781ec294a35b307c1dd28d76b72c886849b (diff)
downloadpkgsrc-3c570d1c8e8f35bce1b35e6331a528732bff4055.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/paexec/Makefile')
-rw-r--r--parallel/paexec/Makefile4
1 files changed, 2 insertions, 2 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/