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
This commit is contained in:
parent
b42d0d3da7
commit
93ea7705fb
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2018/03/01 08:56:31 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2018/11/28 08:53:18 adam Exp $
|
||||
|
||||
DISTNAME= c-ares-1.14.0
|
||||
DISTNAME= c-ares-1.15.0
|
||||
PKGNAME= ${DISTNAME:S/c-/libc/1}
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://c-ares.haxx.se/download/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.16 2018/03/01 08:56:31 adam Exp $
|
||||
$NetBSD: distinfo,v 1.17 2018/11/28 08:53:18 adam Exp $
|
||||
|
||||
SHA1 (c-ares-1.14.0.tar.gz) = 5b4989208c936d6445d4d73487634fe0b07e8ea7
|
||||
RMD160 (c-ares-1.14.0.tar.gz) = 9cca7b4fab82c2460a96ed2faa17d64feb308150
|
||||
SHA512 (c-ares-1.14.0.tar.gz) = 30cd3f8c4eea15f994b2ceb44d84e506858f69f624e651e39bb4db523fea9ad5e8906b75abf07131ae364be19172274ed4053059669091f21ce4463cdbb857bf
|
||||
Size (c-ares-1.14.0.tar.gz) = 1335940 bytes
|
||||
SHA1 (c-ares-1.15.0.tar.gz) = 74a50c02b7f051c4fb66c0f60f187350f196d908
|
||||
RMD160 (c-ares-1.15.0.tar.gz) = a819b9eec9864cca80bf9a2e0669d1ef4190bb91
|
||||
SHA512 (c-ares-1.15.0.tar.gz) = a1de6c5e7e1a6a13c926aae690e83d5caa51e7313d63da1cf2af6bc757c41d585aad5466bc3ba7b7f7793cb1748fa589f40972b196728851c8b059cfc8c3be50
|
||||
Size (c-ares-1.15.0.tar.gz) = 1347687 bytes
|
||||
SHA1 (patch-Makefile.am) = aef2a0e1975aadab33e647752fd44e30fbfb568a
|
||||
SHA1 (patch-configure.ac) = 0327491be4565b5121811d42288bd1d79b7c1241
|
||||
SHA1 (patch-m4_cares-compilers.m4) = 3a5cf27d33ebb7803eab873c6adfc6a70fa4a782
|
||||
|
|
Loading…
Reference in a new issue