Bug 2183905
| Summary: | replace gettext hostname helper with /usr/bin/hostname | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> |
| Component: | gettext | Assignee: | Manish Tiwari <matiwari> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 39 | CC: | dueno, i18n-bugs, nphilipp, petersen, praiskup, suanand |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-07-08 04:14:48 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jens Petersen
2023-04-03 03:58:41 UTC
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component. This bug appears to have been reported against 'rawhide' during the Fedora Linux 39 development cycle. Changing version to 39. This is no longer used in current version of gettext, getaddrinfo() is the preferred function for hostname resolution. Similar issue fixed in upstream gettext: https://savannah.gnu.org/bugs/?63983 Commit details of changes done at upstream gettext to replace deprecated gethostbyname with getaddrinfo : https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commitdiff;h=c5cdf41d436261b279c172753ac727335d44b9fd I still think it would be useful to change that centos-stream rpminspect doesn't complain any more about the network functions, just to be sure. Sorry, s/change/check/ I don't see anything remained here to be fixed. The centos-stream MR already reported and waiting for its maintainers to merge it. |