Re: Fedora Packaging: gethostbyname

2024-05-16 Thread Schanzenbach, Martin
Hello Benson, note that we already have a fedora COPR: https://copr.fedorainfracloud.org/coprs/schanzen/gnunet Here is the upstream issue: https://bugzilla.redhat.com/show_bug.cgi?id=2094246 That being said, patches are always welcome, but I think the nits are not critical due to what Chri

Re: Fedora Packaging: gethostbyname

2024-05-15 Thread Christian Grothoff
Dear Benson, If you look closely, getaddrinfo is used by the code by default, with fallbacks (!) to gethostbyname if getaddrinfo doesn't work. I don't think we want to accept a patch that removes the fallbacks, as that wouldn't do anything on modern platforms and only hurt portability. Happy