man ares_fds(3): mark as deprecated and add explanation - #691
Merged
Conversation
bradh352
added a commit
that referenced
this pull request
Jan 16, 2024
netbsd-srcmastr
pushed a commit
to NetBSD/pkgsrc
that referenced
this pull request
Jan 28, 2024
## c-ares version 1.26.0 - Jan 26 2024 Features: * Event Thread support. Integrators are no longer requried to monitor the file descriptors registered by c-ares for events and call `ares_process()` when enabling the event thread feature via `ARES_OPT_EVENT_THREAD` passed to `ares_init_options()`. [PR #696](c-ares/c-ares#696) * Added flags to `are_dns_parse()` to force RAW packet parsing. [PR #693](c-ares/c-ares#693) Changes: * Mark `ares_fds()` as deprected. [PR #691](c-ares/c-ares#691) Bugfixes: * `adig`: Differentiate between internal and server errors. [e10b16a](c-ares/c-ares@e10b16a) * Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS. [PR #695](c-ares/c-ares#695) * Autotools: fix building for 32bit windows due to stdcall symbol mangling. [PR #689](c-ares/c-ares#689) * RR Name should not be sanity checked against the Question. [PR #685](c-ares/c-ares#685)
michael-dev
pushed a commit
to HamelinPorts/android_external_c-ares
that referenced
this pull request
Apr 25, 2026
ares_fds(3) is not safe to use, mark as deprecated. Fixes Issue: c-ares#687 Fix By: Brad House (@bradh352)
msk
pushed a commit
to msk/pkgsrc
that referenced
this pull request
May 11, 2026
## c-ares version 1.26.0 - Jan 26 2024 Features: * Event Thread support. Integrators are no longer requried to monitor the file descriptors registered by c-ares for events and call `ares_process()` when enabling the event thread feature via `ARES_OPT_EVENT_THREAD` passed to `ares_init_options()`. [PR #696](c-ares/c-ares#696) * Added flags to `are_dns_parse()` to force RAW packet parsing. [PR #693](c-ares/c-ares#693) Changes: * Mark `ares_fds()` as deprected. [PR #691](c-ares/c-ares#691) Bugfixes: * `adig`: Differentiate between internal and server errors. [e10b16a](c-ares/c-ares@e10b16a) * Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS. [PR #695](c-ares/c-ares#695) * Autotools: fix building for 32bit windows due to stdcall symbol mangling. [PR #689](c-ares/c-ares#689) * RR Name should not be sanity checked against the Question. [PR #685](c-ares/c-ares#685)
jperkin
pushed a commit
to TritonDataCenter/pkgsrc
that referenced
this pull request
May 14, 2026
## c-ares version 1.26.0 - Jan 26 2024 Features: * Event Thread support. Integrators are no longer requried to monitor the file descriptors registered by c-ares for events and call `ares_process()` when enabling the event thread feature via `ARES_OPT_EVENT_THREAD` passed to `ares_init_options()`. [PR #696](c-ares/c-ares#696) * Added flags to `are_dns_parse()` to force RAW packet parsing. [PR #693](c-ares/c-ares#693) Changes: * Mark `ares_fds()` as deprected. [PR #691](c-ares/c-ares#691) Bugfixes: * `adig`: Differentiate between internal and server errors. [e10b16a](c-ares/c-ares@e10b16a) * Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS. [PR #695](c-ares/c-ares#695) * Autotools: fix building for 32bit windows due to stdcall symbol mangling. [PR #689](c-ares/c-ares#689) * RR Name should not be sanity checked against the Question. [PR #685](c-ares/c-ares#685)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ares_fds(3) is not safe to use, mark as deprecated.
Fixes Issue: #687
Fix By: Brad House (@bradh352)