Bug 158867 - [patch] sysutils/pdsh: upgrade to 2.26
Summary: [patch] sysutils/pdsh: upgrade to 2.26
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Eygene Ryabinkin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-13 12:50 UTC by Eygene Ryabinkin
Modified: 2011-07-29 12:40 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eygene Ryabinkin freebsd_committer freebsd_triage 2011-07-13 12:50:07 UTC
Pdsh 2.26 is out [1].

Relevant changelog extracts are:
 - 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.

[1] http://sourceforge.net/projects/pdsh/files/pdsh/pdsh-2.26/

Fix: 

The patch at
  http://codelabs.ru/fbsd/ports/notmy/pdsh/update-to-2.26.diff
updates the port.

Tinderbox builds are fine:
 - http://gpf.codelabs.ru/tb-logs/mine-9/pdsh-2.25.log
 - http://gpf.codelabs.ru/tb-logs/mine-8/pdsh-2.25.log
 - http://gpf.codelabs.ru/tb-logs/mine-7/pdsh-2.25.log

'portlint -A' also works fine and I am using the updated port
for a while without any visible problems.
How-To-Repeat: 
Look at [1].
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-13 12:50:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rea

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-13 12:50:21 UTC
Maintainer of sysutils/pdsh,

Please note that PR ports/158867 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158867

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2011-07-13 12:50:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Mykola Dzham 2011-07-28 06:36:04 UTC
Approved . Please commit

 Edwin Groothuis wrote:
> Maintainer of sysutils/pdsh,
> 
> Please note that PR ports/158867 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/158867
> 
> -- 
> Edwin Groothuis via the GNATS Auto Assign Tool
> edwin@FreeBSD.org

-- 
LEFT-(UANIC|RIPE)
JID: levsha@jabber.net.ua
PGP fingerprint: 1BCD 7C80 2E04 7282 C944  B0E0 7E67 619E 4E72 9280
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-07-29 12:32:41 UTC
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 <i@levsha.me> (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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Eygene Ryabinkin freebsd_committer freebsd_triage 2011-07-29 12:34:49 UTC
State Changed
From-To: feedback->closed

Everything is commited.  Thanks to everyone!