From: Alan Johnson Date: 2008-11-18T18:26:32+09:00 Subject: [ruby-core:19982] [patch] Net::FTP SOCKS support is broken. ------=_Part_16070_27041898.1227000605535 Content-Type: multipart/alternative; boundary="----=_Part_16071_22428570.1227000605535" ------=_Part_16071_22428570.1227000605535 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline In ruby 1.8.6 the following line existed in socket.c: rb_define_global_const("SOCKSsocket", rb_cSOCKSSocket); The lowercase s in "socket" was probably a typo, and this line has been removed in the trunk. In ftp.rb references are made to "SOCKSsocket" instead of "SOCKSSocket" (note the case difference), resulting in broken SOCKS support. Apply the simple patch attached to fix this issue and restore SOCKS functionality for Net::FTP. -- Alan ------=_Part_16071_22428570.1227000605535 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline In ruby 1.8.6 the following line existed in socket.c:
    rb_define_global_const("SOCKSsocket", rb_cSOCKSSocket);

The lowercase s in "socket" was probably a typo, and this line has been removed
in the trunk.

In ftp.rb references are made to "SOCKSsocket" instead of "SOCKSSocket" (note
the case difference), resulting in broken SOCKS support.

Apply the simple patch attached to fix this issue and restore SOCKS
functionality for Net::FTP.

--
Alan
------=_Part_16071_22428570.1227000605535-- ------=_Part_16070_27041898.1227000605535 Content-Type: application/octet-stream; name=ftp-socks.patch Content-Transfer-Encoding: base64 X-Attachment-Id: f_fnocghvz0 Content-Disposition: attachment; filename=ftp-socks.patch SW5kZXg6IGxpYi9uZXQvZnRwLnJiCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGxpYi9uZXQvZnRwLnJiCShyZXZp c2lvbiAyMDI0NykKKysrIGxpYi9uZXQvZnRwLnJiCSh3b3JraW5nIGNvcHkpCkBAIC0xNzAsOSAr MTcwLDkgQEAKICAgICBlbmQKIAogICAgIGRlZiBvcGVuX3NvY2tldChob3N0LCBwb3J0KQotICAg ICAgaWYgZGVmaW5lZD8gU09DS1Nzb2NrZXQgYW5kIEVOVlsiU09DS1NfU0VSVkVSIl0KKyAgICAg IGlmIGRlZmluZWQ/IFNPQ0tTU29ja2V0IGFuZCBFTlZbIlNPQ0tTX1NFUlZFUiJdCiAJQHBhc3Np dmUgPSB0cnVlCi0JcmV0dXJuIFNPQ0tTc29ja2V0Lm9wZW4oaG9zdCwgcG9ydCkKKwlyZXR1cm4g U09DS1NTb2NrZXQub3Blbihob3N0LCBwb3J0KQogICAgICAgZWxzZQogCXJldHVybiBUQ1BTb2Nr ZXQub3Blbihob3N0LCBwb3J0KQogICAgICAgZW5kCg== ------=_Part_16070_27041898.1227000605535--