On Thu, Jun 04, 2009 at 12:06:35PM -0600, Pierre-Yves Ritschard wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]    2009/06/04 12:06:35
> 
> Modified files:
>       include        : resolv.h 
>       lib/libc/net   : res_init.c getaddrinfo.c 
> 
> Log message:
> Add a resolv.conf option to specify the order in which getaddrinfo
> PF_UNSPEC queries are made. While there change the default from inet6
> first then inet4 to inet4 first then inet6, this prevents the many
> people with IPv4 only connectivity from constantly trying to contact
> IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
> right.

For those who will ask : yes, it unbreaks www/midori on many sites,
including www.undeadly.org. Blame devel/libsoup for only using first
address returned by getaddrinfo().

Reply via email to