Path to this page:
Subject: CVS commit: pkgsrc/net/libcares
From: Adam Ciarcinski
Date: 2024-11-10 10:14:10
Message id: 20241110091410.A0D3CFC72@cvs.NetBSD.org
Log Message:
libcares: updated to 1.34.3
c-ares version 1.34.3 - November 9 2024
This is a bugfix release.
Changes:
* Build the release package in an automated way so we can provide
provenance as per [SLSA3](https://slsa.dev/).
Bugfixes:
* Some upstream servers are non-compliant with EDNS options, resend queries
without EDNS.
* Android: <=7 needs sys/system_properties.h
* Android: CMake needs `-D_GNU_SOURCE` and others.
* TSAN warns on missing lock, but lock isn't actually necessary.
* `ares_getaddrinfo()` for `AF_UNSPEC` should retry IPv4 if only IPv6 is
received.
* `ares_send()` shouldn't return `ARES_EBADRESP`, its `ARES_EBADQUERY`.
* Fix typos in man pages.
Files: