diff options
author | Eygene Ryabinkin <rea@FreeBSD.org> | 2011-07-29 11:32:27 +0000 |
---|---|---|
committer | Eygene Ryabinkin <rea@FreeBSD.org> | 2011-07-29 11:32:27 +0000 |
commit | cbad1f0840169631014932a7d2ff828796c443ba (patch) | |
tree | 96228f7fc4670b3e7a98a5d02b147c838035da44 /sysutils/pdsh | |
parent | 36e60188839fed0849a3d4bdc2e00bc5aa76900e (diff) |
sysutils/pdsh: update to 2.26
Extracts from the Changelog for 2.26:
- Fix interactive dsh with ssh. (Issue 14)
- Fix interactive dsh with exec. Instead of trying to split the
cmdline entered in interactive mode internally within pdsh,
the exec module will pass the command as a string to sh -c.
- dshbak: Fix for missing commas in header output (issue 19).
- Remove runtime check for genders_query support using dlopen/dlsym.
Use HAVE_GENDERS_QUERY at compile-time instead.
- Check for presence of %u and %h in PDSH_SSH_ARGS and append them
if missing (otherwise assume user supplied them properly.)
- Fallback to rresvport when we don't have rresvport_af.
- dshbak: Simplify concatenation of compressed hosts in print_header
by using join() instead of the obscure $" variable.
PR: ports/158867
Approved-by: Mykola Dzham <i@levsha.me> (maintainer), erwin (mentor)
Feature-safe: yes
Notes
Notes:
svn path=/head/; revision=278520
Diffstat (limited to 'sysutils/pdsh')
-rw-r--r-- | sysutils/pdsh/Makefile | 2 | ||||
-rw-r--r-- | sysutils/pdsh/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pdsh/Makefile b/sysutils/pdsh/Makefile index 87a7748f2723..2243c09877ba 100644 --- a/sysutils/pdsh/Makefile +++ b/sysutils/pdsh/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pdsh -PORTVERSION= 2.25 +PORTVERSION= 2.26 CATEGORIES= sysutils MASTER_SITES= GOOGLE_CODE diff --git a/sysutils/pdsh/distinfo b/sysutils/pdsh/distinfo index bb3cf0f537a5..784e4ec5ad75 100644 --- a/sysutils/pdsh/distinfo +++ b/sysutils/pdsh/distinfo @@ -1,2 +1,2 @@ -SHA256 (pdsh-2.25.tar.bz2) = 1f9ce600b70dbf34c1552685f028e945fa138d5e58f08f95807ba9daee7c9101 -SIZE (pdsh-2.25.tar.bz2) = 489093 +SHA256 (pdsh-2.26.tar.bz2) = ada2f35509064bf9cd0fd5ca39a351108cdd6f5155b05f39f1711a271298469a +SIZE (pdsh-2.26.tar.bz2) = 490732 |