summaryrefslogtreecommitdiff
path: root/net/libcares/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-11-28 08:53:18 +0000
committeradam <adam@pkgsrc.org>2018-11-28 08:53:18 +0000
commit42100613bd65c9953105424a4eef9a2b1a24325e (patch)
tree601b906725c0554259dc95ca7126c2d94f6ee4ce /net/libcares/PLIST
parent9884b05ee810e85d19a91abb11cf4014df4917f5 (diff)
downloadpkgsrc-42100613bd65c9953105424a4eef9a2b1a24325e.tar.gz
libcares: updated to 1.15.0
c-ares version 1.15.0: Changes: - Add ares_init_options() configurability for path to resolv.conf file - Ability to exclude building of tools (adig, ahost, acountry) in CMake - Android: Support for domain search suffix - Report ARES_ENOTFOUND for .onion domain names as per RFC7686 Bug fixes: - AIX build fix for trying to include both nameser_compat.h and onameser_compat.h - Windows: Improve DNS suffixes extracting from WinNT registry - Fix modern GCC warnings - Apply the IPv6 server blacklist to all nameserver sources, not just Windows - Fix warnings emitted by MSVC when using -W4 - Prevent changing name servers while queries are outstanding - Harden and rationalize c-ares timeout computation - Distribute ares_android.h - ares_set_servers_csv() on failure should not leave channel in a bad state - Add missing docs to distribution
Diffstat (limited to 'net/libcares/PLIST')
-rw-r--r--net/libcares/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/libcares/PLIST b/net/libcares/PLIST
index 5cd8a5946af..28a98309a46 100644
--- a/net/libcares/PLIST
+++ b/net/libcares/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/06/20 07:48:50 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2018/11/28 08:53:18 adam Exp $
include/ares.h
include/ares_build.h
include/ares_dns.h
@@ -30,6 +30,7 @@ man/man3/ares_init.3
man/man3/ares_init_options.3
man/man3/ares_library_cleanup.3
man/man3/ares_library_init.3
+man/man3/ares_library_init_android.3
man/man3/ares_library_initialized.3
man/man3/ares_mkquery.3
man/man3/ares_parse_a_reply.3
@@ -55,6 +56,7 @@ man/man3/ares_set_servers_ports.3
man/man3/ares_set_servers_ports_csv.3
man/man3/ares_set_socket_callback.3
man/man3/ares_set_socket_configure_callback.3
+man/man3/ares_set_socket_functions.3
man/man3/ares_set_sortlist.3
man/man3/ares_strerror.3
man/man3/ares_timeout.3