Sun Jan 28 13:02:12 2024 UTC (120d)
libcares: update to 1.26.0.

## 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](https://github.com/c-ares/c-ares/pull/696)
* Added flags to `are_dns_parse()` to force RAW packet parsing.
  [PR #693](https://github.com/c-ares/c-ares/pull/693)

Changes:

* Mark `ares_fds()` as deprected.
  [PR #691](https://github.com/c-ares/c-ares/pull/691)

Bugfixes:

* `adig`: Differentiate between internal and server errors.
  [e10b16a](https://github.com/c-ares/c-ares/commit/e10b16a)
* Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS.
  [PR #695](https://github.com/c-ares/c-ares/pull/695)
* Autotools: fix building for 32bit windows due to stdcall symbol mangling.
  [PR #689](https://github.com/c-ares/c-ares/pull/689)
* RR Name should not be sanity checked against the Question.
  [PR #685](https://github.com/c-ares/c-ares/pull/685)


(wiz)
diff -r1.41 -r1.42 pkgsrc/net/libcares/Makefile
diff -r1.25 -r1.26 pkgsrc/net/libcares/PLIST
diff -r1.35 -r1.36 pkgsrc/net/libcares/distinfo

cvs diff -r1.41 -r1.42 pkgsrc/net/libcares/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libcares/Makefile 2024/01/07 16:05:32 1.41
+++ pkgsrc/net/libcares/Makefile 2024/01/28 13:02:11 1.42
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.41 2024/01/07 16:05:32 wiz Exp $ 1# $NetBSD: Makefile,v 1.42 2024/01/28 13:02:11 wiz Exp $
2 2
3DISTNAME= c-ares-1.25.0 3DISTNAME= c-ares-1.26.0
4PKGNAME= ${DISTNAME:S/c-/libc/1} 4PKGNAME= ${DISTNAME:S/c-/libc/1}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= https://c-ares.haxx.se/download/ 6MASTER_SITES= https://c-ares.haxx.se/download/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://c-ares.haxx.se/ 9HOMEPAGE= https://c-ares.haxx.se/
10COMMENT= Asynchronous resolver library, c-ares 10COMMENT= Asynchronous resolver library, c-ares
11LICENSE= mit 11LICENSE= mit
12 12
13CMAKE_ARGS+= -DCARES_STATIC=ON 13CMAKE_ARGS+= -DCARES_STATIC=ON
14 14
15.include "../../devel/cmake/build.mk" 15.include "../../devel/cmake/build.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.25 -r1.26 pkgsrc/net/libcares/PLIST (expand / switch to unified diff)

--- pkgsrc/net/libcares/PLIST 2024/01/07 16:05:32 1.25
+++ pkgsrc/net/libcares/PLIST 2024/01/28 13:02:11 1.26
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1@comment $NetBSD: PLIST,v 1.25 2024/01/07 16:05:32 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.26 2024/01/28 13:02:11 wiz Exp $
2bin/adig 2bin/adig
3bin/ahost 3bin/ahost
4include/ares.h 4include/ares.h
5include/ares_build.h 5include/ares_build.h
6include/ares_dns.h 6include/ares_dns.h
7include/ares_dns_record.h 7include/ares_dns_record.h
8include/ares_nameser.h 8include/ares_nameser.h
9include/ares_rules.h 9include/ares_rules.h
10include/ares_version.h 10include/ares_version.h
11lib/cmake/c-ares/c-ares-config-version.cmake 11lib/cmake/c-ares/c-ares-config-version.cmake
12lib/cmake/c-ares/c-ares-config.cmake 12lib/cmake/c-ares/c-ares-config.cmake
13lib/cmake/c-ares/c-ares-targets-noconfig.cmake 13lib/cmake/c-ares/c-ares-targets-noconfig.cmake
14lib/cmake/c-ares/c-ares-targets.cmake 14lib/cmake/c-ares/c-ares-targets.cmake
15lib/libcares.so 15lib/libcares.so
16lib/libcares.so.2 16lib/libcares.so.2
17lib/libcares.so.2.10.1 17lib/libcares.so.2.11.0
18lib/libcares_static.a 18lib/libcares_static.a
19lib/pkgconfig/libcares.pc 19lib/pkgconfig/libcares.pc
20man/man1/adig.1 20man/man1/adig.1
21man/man1/ahost.1 21man/man1/ahost.1
22man/man3/ares_cancel.3 22man/man3/ares_cancel.3
23man/man3/ares_create_query.3 23man/man3/ares_create_query.3
24man/man3/ares_destroy.3 24man/man3/ares_destroy.3
25man/man3/ares_destroy_options.3 25man/man3/ares_destroy_options.3
26man/man3/ares_dns_class_fromstr.3 26man/man3/ares_dns_class_fromstr.3
27man/man3/ares_dns_class_t.3 27man/man3/ares_dns_class_t.3
28man/man3/ares_dns_class_tostr.3 28man/man3/ares_dns_class_tostr.3
29man/man3/ares_dns_datatype_t.3 29man/man3/ares_dns_datatype_t.3
30man/man3/ares_dns_flags_t.3 30man/man3/ares_dns_flags_t.3

cvs diff -r1.35 -r1.36 pkgsrc/net/libcares/distinfo (expand / switch to unified diff)

--- pkgsrc/net/libcares/distinfo 2024/01/07 16:05:32 1.35
+++ pkgsrc/net/libcares/distinfo 2024/01/28 13:02:11 1.36
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.35 2024/01/07 16:05:32 wiz Exp $ 1$NetBSD: distinfo,v 1.36 2024/01/28 13:02:11 wiz Exp $
2 2
3BLAKE2s (c-ares-1.25.0.tar.gz) = 68538255387c5d74156b4a013a2ec60ed52b80c26a0968b36d6f5068ec2e40cb 3BLAKE2s (c-ares-1.26.0.tar.gz) = eda1579df16629c92658d39df8c94e4276f17318be2cc2fa35ee9e06a1015b01
4SHA512 (c-ares-1.25.0.tar.gz) = f73ffc45c17f1e952ea5fae8a1d9e1508427f21c821ff470ff0b728cc4a1e21d1274f95d9192c22f704bc7e0f58a633608cfdc1704dfe8950902fdfc3dfa2e1c 4SHA512 (c-ares-1.26.0.tar.gz) = 81657b8b9840a565b04ecf87ef8f0fc3192a9594808e47aed5e5bbebf2b5f0066b0cd5fae70f0fe70b68d428b4cc75fba22d2ae7683c6d0f87979c414c072af1
5Size (c-ares-1.25.0.tar.gz) = 1264129 bytes 5Size (c-ares-1.26.0.tar.gz) = 1298394 bytes