Bug 198341 - Package lacks uucp IPv6 support
Summary: Package lacks uucp IPv6 support
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: uucp
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Vrabec
QA Contact: Bill Huang
URL:
Whiteboard:
Depends On:
Blocks: IPv6Blocker
TreeView+ depends on / blocked
 
Reported: 2006-07-11 09:30 UTC by Martin Bacovsky
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-07-21 12:44:58 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Martin Bacovsky 2006-07-11 09:30:45 UTC
This bug was reported automaticaly in connection vith IPv6 project.
Our aim is to support IPv6 in all Fedora Core packages so FC6 and RHEL5 will be ready for IPv6.
			
This package seems to lack IPv6 support as is illustrated in attached log.
	
Here follows part of scanning log (grep -r F_INET *)/up to 30 lines: 
/uucp-1.07/unix/tcp.c:160:      qhints->ai_family = PF_INET;
/uucp-1.07/unix/tcp.c:163:#ifdef PF_INET6
/uucp-1.07/unix/tcp.c:164:      qhints->ai_family = PF_INET6;
/uucp-1.07/unix/tcp.c:291:      qsysdep->o = socket (AF_INET, SOCK_STREAM, 0);
/uucp-1.07/unix/tcp.c:304:  if (quse != NULL && quse->ai_family == AF_INET6)
/uucp-1.07/unix/tcp.c:368:      sin.sin_family = AF_INET;
/uucp-1.07/unix/tcp.c:589:      qsysdep->o = socket (AF_INET, SOCK_STREAM, 0);
/uucp-1.07/unix/tcp.c:614:	  sin.sin_family = AF_INET;

Comment 1 Peter Vrabec 2006-07-21 11:39:16 UTC
uucp is compiled with IPv6 support


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