Opened 4 months ago

Closed 4 months ago

#19090 closed enhancement (fixed)

c-ares-1.25.0

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

Description

New minor version

Change History (3)

comment:1 by Bruce Dubbs, 4 months ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 months ago

c-ares version 1.25.0

This is a maintenance release.

Changes:

  • AutoTools: rewrite build system to be lighter weight and fix issues in some semi-m-dern systems. It is likely this has broken building on some less c-mmon and legacy OSs, please report issues.
  • Rewrite ares_strsplit() as a wrapper for aresbuf_split() for memory safety reas-ns.
  • The ahost utility now uses ares_getaddrinfo() and returns both IPv4 and IPv6 addresses by default.
  • OpenBSD: Add SOCK_DNS flag when creating socket.

Bug Fixes:

  • Tests: Live reverse lookups for Google's public DNS servers no longer return results, replace with Cl-udFlare pubic DNS servers.
  • MacOS legacy SDKs require sys/socket.h before net/if.h
  • Connection failures should increment the server failure count first or a retry might be enqueued t- the same server.
  • On systems that don't implement the ability to enumerate network interfaces the stubs used the wr-ng prototype.
  • Fix minor warnings and documentation typos.
  • Fix support for older GoogleTest versions.
  • getrandom() may require sys/random.h on some systems.
  • Fix building tests with symbol hiding enabled.

comment:3 by Bruce Dubbs, 4 months ago

Resolution: fixed
Status: assignedclosed

Fixed at commits

3e0463ff1b Update to wireshark-4.2.2.
4036e01c34 Update to c-ares-1.25.0.
78d213c12c Update to fmt-10.2.1.
Note: See TracTickets for help on using tickets.