Bug 198421

Summary: Package xmlsec1 lacks IPv6 support
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: xmlsec1Assignee: Daniel Veillard <veillard>
Status: CLOSED WONTFIX QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: mbacovsk
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: 2006-07-11 10:34:16 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:
Bug Depends On:    
Bug Blocks: 195271    

Description Peter Vrabec 2006-07-11 10:31:46 UTC
This bug was reported automaticaly in connection with 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: 

/xmlsec1-1.2.9/examples/xkms-server.c:312:    sockfd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP);
/xmlsec1-1.2.9/examples/xkms-server.c:347:    saddr.sin_family 		= AF_INET;

Comment 1 Daniel Veillard 2006-07-11 10:34:16 UTC
You should request that upstream. Nothing I, the packager can do about it.
I can't fix it, sorry, it's not just an option not activated !
To report upstream use bugzilla.gnome.org, thanks.

Daniel


Comment 2 Daniel Veillard 2006-07-11 10:38:00 UTC
Also this is about an example, I don't think xmlsec1 itself does any
direct network access, it will reuse libxml2 for this.
Definitely a WONTFIX, complexifying an example in the source whose
putpose is to show how to use the library sounds really not a good idea.
You can still send patches to aleksey using the mailing-list 
xmlsec

Daniel