Bug 198346

Summary: Package alsa-utils lacks IPv6 support
Product: [Fedora] Fedora Reporter: Peter Vrabec <pvrabec>
Component: alsa-utilsAssignee: Martin Stransky <stransky>
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: 2007-08-16 12:22:25 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    
Attachments:
Description Flags
IPv6 patch for alsa-utils-1.0.11rc2
none
an updated patch, need to test, I work on it... none

Description Peter Vrabec 2006-07-11 09:50:38 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: 

/alsa-utils-1.0.11rc2/seq/aseqnet/aseqnet.c:335:	addr.sin_family = AF_INET;
/alsa-utils-1.0.11rc2/seq/aseqnet/aseqnet.c:339:	sockfd = socket(AF_INET, SOCK_STREAM, 0);
/alsa-utils-1.0.11rc2/seq/aseqnet/aseqnet.c:401:	if ((fd = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP)) < 0){
/alsa-utils-1.0.11rc2/seq/aseqnet/aseqnet.c:414:	addr.sin_family = AF_INET;

Comment 1 Milan Zazrivec 2006-07-17 11:52:23 UTC
Created attachment 132542 [details]
IPv6 patch for alsa-utils-1.0.11rc2

Proposed patch for IPv6 support in alsa-utils 1.11rc2

Comment 2 Martin Stransky 2006-08-30 09:28:11 UTC
Created attachment 135192 [details]
an updated patch, need to test, I work on it...

Comment 3 Martin Stransky 2007-08-16 12:22:25 UTC
It's a minor functionality and we don't use that network interface in Fedora. If
you believe it should be fixed, please report it at ALSA project, it should be
fixed there.