| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=chg61fee15juose760pb62dl7q; path=/
content-type: text/html; charset=UTF-8
date: Sun, 28 Dec 2025 01:47:42 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
mail
math
mbone
meta-pkgs
misc
multimedia
net
libcares
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/libcares, Asynchronous resolver library, c-ares
[
Branch: CURRENT, Version: 1.34.6, Package name: libcares-1.34.6, Maintainer: pkgsrc-users
c-ares is a C library that performs DNS requests and name resolves
asynchronously.
c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
The fork was made on ares 1.1.1.
Required to build:
[pkgtools/cwrappers]
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
math
mbone
meta-pkgs
misc
multimedia
net
libcaresnews
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./net/libcares, Asynchronous resolver library, c-ares
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 1.34.6, Package name: libcares-1.34.6, Maintainer: pkgsrc-users
c-ares is a C library that performs DNS requests and name resolves
asynchronously.
c-ares is a fork of the library named 'ares', written by Greg Hudson at MIT.
The fork was made on ares 1.1.1.
Required to build:
[pkgtools/cwrappers]
Master sites:
Filesize: 994.008 KBVersion history: (Expand)
- (2025-12-09) Updated to version: libcares-1.34.6
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-08) Updated to version: libcares-1.34.5
- (2024-12-24) Updated to version: libcares-1.34.4
- (2024-11-10) Updated to version: libcares-1.34.3
CVS history: (Expand)
| 2025-12-09 00:37:49 by Thomas Klausner | Files touched by this commit (3) | |
Log message: libcares: update to 1.34.6. This is a security release. Security: * CVE-2025-62408. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3. Please see \ https://github.com/c-ares/c-ares/security/advisories/GHSA-jq53-42q6-pqr5 Changes: * Ignore Windows IDN Search Domains until proper IDN support is added. Bugfixes: * Event Thread could stall when not notified of new queries on existing connections that are in a bad state * fix conversion of invalid service to port number in ares_getaddrinfo() * fix memory leak in ares_uri * Ignore ares_event_configchg_init failures * Use XOR for random seed generation on fallback logic. * Fix clang build on windows. * Fix IPv6 link-local nameservers in /etc/resolv.conf * Fix a few build issues on MidnightBSD. |
| 2025-04-08 16:02:44 by Thomas Klausner | Files touched by this commit (3) | |
Log message: libcares: update to 1.34.5. ## c-ares version 1.34.5 - April 8 2025 This is a security release. Security: * CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that was introduced in v1.32.3. Please see \ https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v Changes: * Restore Windows XP support. Bugfixes: * A missing mutex initialization would make busy polling for configuration changes (platforms other than Windows, Linux, MacOS) eat too much CPU * Pkgconfig may be generated wrong for static builds in relation to `-pthread` * Localhost resolution can fail if only one address family is in `/etc/hosts` |
| 2024-12-24 16:43:03 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message: libcares: updated to 1.34.4 c-ares version 1.34.4 - December 14 2024 This is a bugfix release. Changes: QNX Port: Port to QNX 8, add primary config reading support, add CI build. Bugfixes: Empty TXT records were not being preserved. docs: update deprecation notices for ares_create_query() and ares_mkquery(). license: some files weren’t properly updated. Fix bind local device regression from 1.34.0. CMake: set policy version to prevent deprecation warnings. CMake: shared and static library names should be the same on unix platforms like \ autotools uses. Update to latest autoconf archive macros for enhanced system compatibility. |
| 2024-11-10 10:14:10 by Adam Ciarcinski | Files touched by this commit (3) | |
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. |
| 2024-10-16 10:51:31 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message: libcares: updated to 1.34.2 c-ares version 1.34.2 - October 15 2024 This release contains a fix for downstream packages detecting the c-ares version based on the contents of the header file rather than the distributed pkgconf or cmake files. |
| 2024-10-15 00:06:30 by Thomas Klausner | Files touched by this commit (3) |
Log message: libcares: fix version string in header for CMake Bug report filed upstream. Bump PKGREVISION. |
| 2024-10-13 09:45:55 by Thomas Klausner | Files touched by this commit (3) | |
Log message: libcares: update to 1.34.1. ## c-ares version 1.34.1 - Octover 9 2024 This release fixes a packaging issue. ## c-ares version 1.34.0 - October 9 2024 This is a feature and bugfix release. Features: * adig: read arguments from adigrc. * Add new pending write callback optimization via `ares_set_pending_write_cb`. * New function `ares_process_fds()`. * Failed servers should be probed rather than redirecting queries which could cause unexpected latency. * adig: rework command line arguments to mimic dig from bind. * Add new method for overriding network functions `ares_set_socket_function_ex()` to properly support all new functionality. * Fix regression with custom socket callbacks due to DNS cookie support. * ares_socket: set IP_BIND_ADDRESS_NO_PORT on ares_set_local_ip* tcp sockets * URI parser/writer for ares_set_servers_csv()/ares_get_servers_csv(). Changes: * Connection handling modularization. * Expose library/utility functions to tools. * Remove `ares__` prefix, just use `ares_` for internal functions. Bugfixes: * fix: potential WIN32_LEAN_AND_MEAN redefinition. * Fix googletest v1.15 compatibility. * Fix pkgconfig thread dependencies. |
| 2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message: *: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS |
