diff options
author | fhajny <fhajny@pkgsrc.org> | 2016-09-19 09:24:52 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2016-09-19 09:24:52 +0000 |
commit | 9934b7f0742336bed0c0a990822fb56466f9fd69 (patch) | |
tree | 526e200ed11e65cc4e7246674cc3de4819cd702a | |
parent | 76c48066490a3c6fa18a5a8fe2ac71797c82eebc (diff) | |
download | pkgsrc-9934b7f0742336bed0c0a990822fb56466f9fd69.tar.gz |
Update parallel/pdsh to 2.31.
* Changes in pdsh-2.31 (2013-11-07)
===================================
-- Fix issue 56: slurm: Allow mixed use of -P, -w and -j options.
-- Fix issue 59: pdsh very slow when using a few thousand hosts
and genders.
-- testsuite: Expanded tests for genders module (Pythagoras
Watson)
* Changes in pdsh-2.30 (2013-03-02)
===================================
-- Fix issue 55: genders -X option removes more hosts than
expected.
(This was a generic fix for hostname matching, so it probably
affected -x and other options as well.)
-- testsuite: Add test for issue 55.
-rw-r--r-- | parallel/pdsh/Makefile | 12 | ||||
-rw-r--r-- | parallel/pdsh/distinfo | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/parallel/pdsh/Makefile b/parallel/pdsh/Makefile index e16e71ab97b..5a86cce7a9f 100644 --- a/parallel/pdsh/Makefile +++ b/parallel/pdsh/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.4 2016/07/09 06:38:48 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2016/09/19 09:24:52 fhajny Exp $ # -DISTNAME= pdsh-2.29 -PKGREVISION= 3 +DISTNAME= pdsh-2.31 CATEGORIES= parallel -MASTER_SITES= http://pdsh.googlecode.com/files/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= ${MASTER_SITE_GITHUB:=grondo/} MAINTAINER= filip@joyent.com -HOMEPAGE= https://pdsh.googlecode.com/ +HOMEPAGE= https://github.com/grondo/pdsh/ COMMENT= High-performance, parallel remote shell utility LICENSE= gnu-gpl-v2 +GITHUB_TAG= ${DISTNAME} + PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes diff --git a/parallel/pdsh/distinfo b/parallel/pdsh/distinfo index 382149c5835..6afa86401ad 100644 --- a/parallel/pdsh/distinfo +++ b/parallel/pdsh/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/02 23:46:13 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/09/19 09:24:52 fhajny Exp $ -SHA1 (pdsh-2.29.tar.bz2) = a3e44ffba151f023d72df67cd7a7d37b4a80c80e -RMD160 (pdsh-2.29.tar.bz2) = c56e6cc85e3af4c3f5c025c45c723b04c683a797 -SHA512 (pdsh-2.29.tar.bz2) = eb68974aa22b3051a886e3a8abde41ed4cb221cdd2a224b930eda60fc252a4952fa066f536b86be81a96bad3814299450ff9fd05fb322ad37b859bb05ef081ae -Size (pdsh-2.29.tar.bz2) = 470693 bytes +SHA1 (pdsh-2.31.tar.gz) = ac219024a2bbe90656e25c534c463078665c6573 +RMD160 (pdsh-2.31.tar.gz) = 964912fd35b41397ee52ade73ef66cb896ae55fb +SHA512 (pdsh-2.31.tar.gz) = 38b0aec1c1123ccb6e1bed0c76f88ea4bd3bc75711e09b72a41b1a247528ce702120b9bc35fa7c89f8fcea6e69dc25cb91d305f6f60810d1b9f6a044f3b4f282 +Size (pdsh-2.31.tar.gz) = 646112 bytes |