Bug 197025

Summary: net/tsocks: handle EISCONN
Product: Ports & Packages Reporter: Kan Sasaki <sasaki12>
Component: Individual Port(s)Assignee: John Marino <marino>
Status: Closed Overcome By Events    
Severity: Affects Only Me CC: marino, sasaki12
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for tsocks.h
none
patch for tsocks.c none

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.