Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 62329 - Update net-misc/autossh to version 1.2g
Summary: Update net-misc/autossh to version 1.2g
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL: http://www.harding.motd.ca/autossh/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 19:43 UTC by Nicolas Lidzborski
Modified: 2004-09-01 03:19 UTC (History)
0 users

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 Nicolas Lidzborski 2004-08-30 19:43:55 UTC
Current version in portage tree is 1.2f while the latest one is 1.2g.

Changes from 1.2f:
- add AUTOSSH_NTSERVICE (Andrew Schulman)
- fix bad calculation for seconds left in poll time (again from Andrew Schulman)
- from Andrew Schulman: add support for older networking and cygwin
- add AUTOSSH_MAXSTART (from Hugo Haas)
- loop around waitpid() in ssh_kill() in case interrupted (thanks to Jens Krabbenhoeft)
- update ssh argument string
- move openlog above port error checking
- handle environment variables and -M arg being set to the empty string (reported by Dan Christensen via Filippo Giunche)
- add some rudimetary auto-adjust to the network timeouts for low poll times. So by default 15secs on each of accept() and poll()to deal with high-latency connections, but as poll time falls below 30secs, then adjust timeouts down as well.
- adjust division in grace_time() to allow for low poll time
- don't call shutdown() and close() on invalid socket () (found by Dmitry V. Levin)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2004-09-01 03:19:29 UTC
In CVS, thanks!