Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432916 - net-ftp/lftp - default lftp.conf has wrong dns order for use="socks5"
Summary: net-ftp/lftp - default lftp.conf has wrong dns order for use="socks5"
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Jeroen Roovers (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-26 23:49 UTC by Andreas Steinmetz
Modified: 2012-08-27 18:42 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 Andreas Steinmetz 2012-08-26 23:49:21 UTC
When lftp is installed with use="socks5" it is linked against dante.
dante doesn't support IPv6 so any access to sites with AAAA as well as A records through socks will fail. This is remedied by putting the following line in /etc/lftp/lftp.conf:

set dns:order inet inet6

This line should be added to /etc/lftp/lftp.conf on initial lftp installs when the "socks5" use flag is set.


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-08-27 18:42:57 UTC
We install the default configuration. Ask upstream to change that, please.