Bug 124684

Summary: cvs pserver fails with IPv6-only hosts
Product: [Fedora] Fedora Reporter: David Woodhouse <dwmw2>
Component: cvsAssignee: Martin Stransky <stransky>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 2CC: redhat-bugzilla
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-04 12:39:52 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.