Bug 124684 - cvs pserver fails with IPv6-only hosts
Summary: cvs pserver fails with IPv6-only hosts
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: cvs
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Martin Stransky
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-05-28 14:32 UTC by David Woodhouse
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-04 12:39:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description David Woodhouse 2004-05-28 14:32:25 UTC
CVS fails to contact a server which has only AAAA and not A addresses,
because it uses gethostbyname() instead of getaddrinfo().

Version-Release number of selected component (if applicable):
cvs-1.11.15-2

How reproducible:
100%

Steps to Reproduce:
1. cvs -d :pserver:anoncvs.org:/home/cvs co mtd

  
Actual results:
Unknown host cvs.infradead.org.


Expected results:
It should work. Well, no -- it should fail because xinetd is also
IPv6-challenged and isn't actually listening on cvs.infradead.org at
the moment -- but it should at least _try_ :)

Comment 1 Robert Scheck 2004-10-23 10:51:48 UTC
I guess CVS 1.11.x hasn't andy IPv6 support and a IPv6 patch only will 
work if the (unneeded?) krb4 support is disabled.


Note You need to log in before you can comment on or make changes to this bug.