Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281866 - >=net-misc/wget-1.11.3 is no longer supports SOCKS proxy but the USE flag exists in the ebuilds.
Summary: >=net-misc/wget-1.11.3 is no longer supports SOCKS proxy but the USE flag exi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 06:23 UTC by jackieku
Modified: 2009-08-18 08:34 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 jackieku 2009-08-18 06:23:34 UTC
Recently I tried to use wget with a SOCKS proxy (ssh tunnel), but it doesn't work at all. Then I trace the codes and documentation from the sources tarball. I couldn't found anything but the lines in doc/ChangeLog.
--
2008-02-06  Micah Cowan  <micah@cowan.name>

    * wget.ṫexi <Overview>: Remove references to no-longer-supported
    socks library.

Reproducible: Always

Actual Results:  
emerge wget with USE="socks5" will pull net-proxy/dante as well, but wget doesn't use it at all.

Expected Results:  
The USE flag should be removed.