Received: by mail.netbsd.org (Postfix, from userid 605) id 9488D84E55; Sun, 28 Jan 2024 13:02:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C5C1184D54 for ; Sun, 28 Jan 2024 13:02:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gsEMYPiEfFD4 for ; Sun, 28 Jan 2024 13:02:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2201484D2D for ; Sun, 28 Jan 2024 13:02:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1AA8FFA42; Sun, 28 Jan 2024 13:02:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1706446932269820" MIME-Version: 1.0 Date: Sun, 28 Jan 2024 13:02:12 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/libcares To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240128130212.1AA8FFA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1706446932269820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 13:02:12 UTC 2024 Modified Files: pkgsrc/net/libcares: Makefile PLIST distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/libcares/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/libcares/PLIST cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/libcares/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1706446932269820 Content-Disposition: inline Content-Length: 2155 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/libcares/Makefile diff -u pkgsrc/net/libcares/Makefile:1.41 pkgsrc/net/libcares/Makefile:1.42 --- pkgsrc/net/libcares/Makefile:1.41 Sun Jan 7 16:05:32 2024 +++ pkgsrc/net/libcares/Makefile Sun Jan 28 13:02:11 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2024/01/07 16:05:32 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2024/01/28 13:02:11 wiz Exp $ -DISTNAME= c-ares-1.25.0 +DISTNAME= c-ares-1.26.0 PKGNAME= ${DISTNAME:S/c-/libc/1} CATEGORIES= net MASTER_SITES= https://c-ares.haxx.se/download/ Index: pkgsrc/net/libcares/PLIST diff -u pkgsrc/net/libcares/PLIST:1.25 pkgsrc/net/libcares/PLIST:1.26 --- pkgsrc/net/libcares/PLIST:1.25 Sun Jan 7 16:05:32 2024 +++ pkgsrc/net/libcares/PLIST Sun Jan 28 13:02:11 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.25 2024/01/07 16:05:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.26 2024/01/28 13:02:11 wiz Exp $ bin/adig bin/ahost include/ares.h @@ -14,7 +14,7 @@ lib/cmake/c-ares/c-ares-targets-noconfig lib/cmake/c-ares/c-ares-targets.cmake lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.10.1 +lib/libcares.so.2.11.0 lib/libcares_static.a lib/pkgconfig/libcares.pc man/man1/adig.1 Index: pkgsrc/net/libcares/distinfo diff -u pkgsrc/net/libcares/distinfo:1.35 pkgsrc/net/libcares/distinfo:1.36 --- pkgsrc/net/libcares/distinfo:1.35 Sun Jan 7 16:05:32 2024 +++ pkgsrc/net/libcares/distinfo Sun Jan 28 13:02:11 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2024/01/07 16:05:32 wiz Exp $ +$NetBSD: distinfo,v 1.36 2024/01/28 13:02:11 wiz Exp $ -BLAKE2s (c-ares-1.25.0.tar.gz) = 68538255387c5d74156b4a013a2ec60ed52b80c26a0968b36d6f5068ec2e40cb -SHA512 (c-ares-1.25.0.tar.gz) = f73ffc45c17f1e952ea5fae8a1d9e1508427f21c821ff470ff0b728cc4a1e21d1274f95d9192c22f704bc7e0f58a633608cfdc1704dfe8950902fdfc3dfa2e1c -Size (c-ares-1.25.0.tar.gz) = 1264129 bytes +BLAKE2s (c-ares-1.26.0.tar.gz) = eda1579df16629c92658d39df8c94e4276f17318be2cc2fa35ee9e06a1015b01 +SHA512 (c-ares-1.26.0.tar.gz) = 81657b8b9840a565b04ecf87ef8f0fc3192a9594808e47aed5e5bbebf2b5f0066b0cd5fae70f0fe70b68d428b4cc75fba22d2ae7683c6d0f87979c414c072af1 +Size (c-ares-1.26.0.tar.gz) = 1298394 bytes --_----------=_1706446932269820--