Bug 197025 - net/tsocks: handle EISCONN
Summary: net/tsocks: handle EISCONN
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: John Marino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-23 08:13 UTC by Kan Sasaki
Modified: 2016-01-09 19:24 UTC (History)
2 users (show)

See Also:


Attachments
patch for tsocks.h (474 bytes, patch)
2015-02-02 03:01 UTC, Kan Sasaki
no flags Details | Diff
patch for tsocks.c (1006 bytes, patch)
2015-02-02 03:01 UTC, Kan Sasaki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kan Sasaki 2015-01-23 08:13:02 UTC
The last change, ports/196115, works with telnet and ssh, but it doesn't work with ftp.
When I login to ftp server and type 'ls', the server will never respond.

I found other upstream bug report. I think that a patch attached the report will fix this issue.

Upstream bug: http://sourceforge.net/p/tsocks/bugs/16/
Patch : http://sourceforge.net/p/tsocks/bugs/_discuss/thread/619ef08c/e3b6/attachment/tsocks-1.8beta5.patch
Comment 1 Kan Sasaki 2015-02-02 03:01:29 UTC
Created attachment 152463 [details]
patch for tsocks.h
Comment 2 Kan Sasaki 2015-02-02 03:01:46 UTC
Created attachment 152464 [details]
patch for tsocks.c
Comment 3 John Marino freebsd_committer freebsd_triage 2016-01-09 19:24:50 UTC
hmmm, strange.

This PR was submitted on 23 Jan 2015, but EISCONN was fixed on 19 Dec 2014:

http://www.freshports.org/commit.php?category=net&port=tsocks&files=yes&message_id=201412190217.sBJ2HVSG033422@svn.freebsd.org


I think we can just close the PR, the intent has been accomplished already I think.