Opened 5 months ago

Closed 5 months ago

#18945 closed enhancement (fixed)

c-ares-1.23.0

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version

Change History (3)

comment:1 by Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 months ago

c-ares version 1.23.0 - Nov 30 2023

Features:

  • Introduce optional (but on by default) thread-safety for the c-ares library. This has no API nor ABI implications.
  • resolv.conf in modern systems uses attempts and timeouts options instead of the old retrans and retry options.
  • Query caching support based on TTL of responses. Can be enabled via ares_init_options() with ARES_OPT_QUERY_CACHE.

Bugfixes:

  • ares_init_options() for ARES_OPT_UDP_PORT and ARES_OPT_TCP_PORT accept theport in host byte order, but it was reading it as network byte order. Regression introduced in 1.20.0.
  • ares_init_options() for ARES_FLAG_NOSEARCH was not being honored forares_getaddrinfo() or ares_gethostbyname(). Regression introduced in 1.16.0.
  • Autotools MacOS and iOS version check was failing
  • Environment variables passed to c-ares are meant to be an override for system configuration. Regression introduced in 1.22.0.
  • Spelling fixes as detected by codespell.
  • The timeout returned by ares_timeout() was truncated to milliseconds butvalidated to microseconds which could cause a user to attempt to process timeouts prior to the timeout actually expiring.
  • CMake was not honoring CXXFLAGS passed in via the environment which couldcause compile and link errors with distribution hardening flags during packaging.
  • Fix Windows UWP and Cygwin compilation.
  • ares_set_servers_*() for legacy reasons needs to accept an empty server listand zero out all servers. This results in an inoperable channel and thus is only used in simulation testing, but we don't want to break users. Regression introduced in 1.21.0.

comment:3 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.