node/deps/cares/RELEASE-NOTES.md
Node.js GitHub Bot 67527c427e
deps: update c-ares to v1.34.6
PR-URL: https://github.com/nodejs/node/pull/60997
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
2025-12-11 00:01:22 +00:00

1.5 KiB

c-ares version 1.34.6 - December 8 2025

This is a security release.

Security:

Changes:

  • Ignore Windows IDN Search Domains until proper IDN support is added. PR #1034

Bugfixes:

  • Event Thread could stall when not notified of new queries on existing connections that are in a bad state PR #1032
  • fix conversion of invalid service to port number in ares_getaddrinfo() PR #1029
  • fix memory leak in ares_uri PR #1012
  • Ignore ares_event_configchg_init failures PR #1009
  • Use XOR for random seed generation on fallback logic. PR #994
  • Fix clang build on windows. PR #996
  • Fix IPv6 link-local nameservers in /etc/resolv.conf PR #996
  • Fix a few build issues on MidnightBSD. PR #983

Thanks go to these friendly people for their efforts and contributions for this release:

  • Brad House (@bradh352)
  • (@F3lixTheCat)
  • Lucas Holt (@laffer1)
  • @oargon
  • Pavel P (@pps83)
  • Sean Harmer (@seanharmer)
  • Uwe (@nixblik)