Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107838 - version 1.3 of autossh available
Summary: version 1.3 of autossh available
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-01 20:45 UTC by Joe Wells
Modified: 2005-12-24 10:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joe Wells 2005-10-01 20:45:51 UTC
Version 1.3 of autossh is available at:

  http://www.harding.motd.ca/autossh/autossh-1.3.tgz

The checksums are at:

  http://www.harding.motd.ca/autossh/autossh-1.3.cksums

The latest version in portage is 1.2g from roughly a year ago.

The changes in version 1.3 from 1.2g, as described at
<URL:http://www.harding.motd.ca/autossh/CHANGES>, include:

- fix AUTOSSH_DEBUG for Solaris and AIX
- fix attempt to free() static storage (affected platforms without 
  getaddrinfo() -- mostly cygwin) (Andrew Schulman)
- change test and placement of typedef for socklen_t under OS X; new
  OS X defines it
- add ability to signal autossh to kill and restart ssh child, using
  SIGUSR1
- add hostname to monitor message (Ron Yorston)
- check on looping on poll() where connection has been lost (spinning
  and high CPU)
- fix bug where length argument to accept() was not initialised
- fix arg parsing bug where stripping -f from arguments would strip
  from a parameter to the argument: e.g -L8808:foo:80 would become
  -L8808:oo:80 (pointed out by Eric Larson)
- pull out r/w loops in conn_test() into separate functions, makes
  logic more apparent
- add echo port support: have the remote server use the inetd
  echo service to echo our test string back to us. Or use some other
  echo service. Idea and patch from Ron Yorston. This makes it 1.3.
- remove bad strcpy() (left over from some testing?) thanks to Ron
  Yorston, change to memset read buffer to all zeros
- fix ssh args when AUTOSSH_PORT=0 is used to turn monitor loop off
  (Karl Berry)
- add more descriptive usage output, by popular request

Can a new ebuild for the new version please be created?


Reproducible: Always
Steps to Reproduce:
Comment 1 Marcelo Goes (RETIRED) gentoo-dev 2005-12-24 10:21:40 UTC
1.3 in cvs, thanks for reporting.