At least https://github.com/c-ares/c-ares/blob/main/src/lib/bitncmp.c https://github.com/c-ares/c-ares/blob/main/src/lib/inet_ntop.c https://github.com/c-ares/c-ares/blob/main/src/lib/inet_net_pton.c are ISC Reproducible: Always
bitncmp is needed on linux, but inet_ntop (HAVE_INET_NTOP) should be available on linux already. But it's a mess as to whether some of these are/aren't used, so let's just include ISC. I think inet_net_pton is at least.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d281c38380d030cfeefc3eaf503e7b5c34daef81 commit d281c38380d030cfeefc3eaf503e7b5c34daef81 Author: Sam James <sam@gentoo.org> AuthorDate: 2023-10-08 01:43:47 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-10-08 01:44:00 +0000 net-dns/c-ares: fix LICENSE Closes: https://bugs.gentoo.org/912405 Signed-off-by: Sam James <sam@gentoo.org> net-dns/c-ares/c-ares-1.19.1.ebuild | 3 ++- net-dns/c-ares/c-ares-1.20.0.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-)