Bug 198346
| Summary: | Package alsa-utils lacks IPv6 support | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter Vrabec <pvrabec> | ||||||
| Component: | alsa-utils | Assignee: | Martin Stransky <stransky> | ||||||
| Status: | CLOSED WONTFIX | QA Contact: | |||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | 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: |
|
||||||||
Created attachment 132542 [details]
IPv6 patch for alsa-utils-1.0.11rc2
Proposed patch for IPv6 support in alsa-utils 1.11rc2
Created attachment 135192 [details]
an updated patch, need to test, I work on it...
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. |
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;