From owner-cvs-ports@FreeBSD.ORG Fri Jul 29 11:32:27 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66F61106564A; Fri, 29 Jul 2011 11:32:27 +0000 (UTC) (envelope-from rea@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3FDE38FC13; Fri, 29 Jul 2011 11:32:27 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p6TBWRM7010475; Fri, 29 Jul 2011 11:32:27 GMT (envelope-from rea@repoman.freebsd.org) Received: (from rea@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p6TBWRaw010474; Fri, 29 Jul 2011 11:32:27 GMT (envelope-from rea) Message-Id: <201107291132.p6TBWRaw010474@repoman.freebsd.org> From: Eygene Ryabinkin Date: Fri, 29 Jul 2011 11:32:27 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/pdsh Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jul 2011 11:32:27 -0000 rea 2011-07-29 11:32:27 UTC FreeBSD ports repository Modified files: sysutils/pdsh Makefile distinfo Log: 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 (maintainer), erwin (mentor) Feature-safe: yes Revision Changes Path 1.8 +1 -1 ports/sysutils/pdsh/Makefile 1.6 +2 -2 ports/sysutils/pdsh/distinfo