pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/libcares



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 07:45:55 UTC 2024

Modified Files:
        pkgsrc/net/libcares: Makefile PLIST distinfo

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.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.39 -r1.40 pkgsrc/net/libcares/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libcares/Makefile
diff -u pkgsrc/net/libcares/Makefile:1.47 pkgsrc/net/libcares/Makefile:1.48
--- pkgsrc/net/libcares/Makefile:1.47   Mon Sep  2 20:50:42 2024
+++ pkgsrc/net/libcares/Makefile        Sun Oct 13 07:45:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2024/09/02 20:50:42 adam Exp $
+# $NetBSD: Makefile,v 1.48 2024/10/13 07:45:54 wiz Exp $
 
-DISTNAME=      c-ares-1.33.1
+DISTNAME=      c-ares-1.34.1
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=c-ares/}

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.29 pkgsrc/net/libcares/PLIST:1.30
--- pkgsrc/net/libcares/PLIST:1.29      Mon Sep  2 20:50:42 2024
+++ pkgsrc/net/libcares/PLIST   Sun Oct 13 07:45:54 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2024/09/02 20:50:42 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2024/10/13 07:45:54 wiz Exp $
 bin/adig
 bin/ahost
 include/ares.h
@@ -13,7 +13,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.18.1
+lib/libcares.so.2.19.1
 lib/libcares_static.a
 lib/pkgconfig/libcares.pc
 man/man1/adig.1
@@ -132,6 +132,9 @@ man/man3/ares_parse_srv_reply.3
 man/man3/ares_parse_txt_reply.3
 man/man3/ares_parse_uri_reply.3
 man/man3/ares_process.3
+man/man3/ares_process_fd.3
+man/man3/ares_process_fds.3
+man/man3/ares_process_pending_write.3
 man/man3/ares_query.3
 man/man3/ares_query_dnsrec.3
 man/man3/ares_queue.3
@@ -146,6 +149,7 @@ man/man3/ares_send_dnsrec.3
 man/man3/ares_set_local_dev.3
 man/man3/ares_set_local_ip4.3
 man/man3/ares_set_local_ip6.3
+man/man3/ares_set_pending_write_cb.3
 man/man3/ares_set_server_state_callback.3
 man/man3/ares_set_servers.3
 man/man3/ares_set_servers_csv.3

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.39 pkgsrc/net/libcares/distinfo:1.40
--- pkgsrc/net/libcares/distinfo:1.39   Mon Sep  2 20:50:42 2024
+++ pkgsrc/net/libcares/distinfo        Sun Oct 13 07:45:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2024/09/02 20:50:42 adam Exp $
+$NetBSD: distinfo,v 1.40 2024/10/13 07:45:54 wiz Exp $
 
-BLAKE2s (c-ares-1.33.1.tar.gz) = 281fc8190fcdbe38219c58654c61e36d7199881f3b8d7783daffa2942c6e7719
-SHA512 (c-ares-1.33.1.tar.gz) = b5ec4f08539be552f01d49f03327e3999754b940d83c63fbd934c2ed34cf7f05c3f90c9eb64a78a3d7862280bf75765296576a70a6029257daaf90e3e35ab3e4
-Size (c-ares-1.33.1.tar.gz) = 1044943 bytes
+BLAKE2s (c-ares-1.34.1.tar.gz) = 0128284c4cd3557f7ba44e499fb2f69d85ad72f7b89eef726e06914c37d35e88
+SHA512 (c-ares-1.34.1.tar.gz) = 193a4b304dd81dcaf9854ae26662868187521eddd3514a7ba32b2f4f45dc158081bf5829b07e36436e2f16344120e83fe1b9369a11d701ad053824d0b03371bb
+Size (c-ares-1.34.1.tar.gz) = 1008224 bytes



Home | Main Index | Thread Index | Old Index