From 0c6776f5886241d7b072122602d7f6ef68b7cb8c Mon Sep 17 00:00:00 2001 From: mspo Date: Mon, 6 Aug 2012 13:57:23 +0000 Subject: update to 1.9.1 c-ares version 1.9.1 include the ares_parse_soa_reply.* files in the tarball c-ares version 1.9.0 Added ares_parse_soa_reply libcares.pc generation for static MingW* cross builds ares_dup: UDP and TCP port byte order in saved options c-ares version 1.8 Added ares_parse_naptr_reply() handle CNAME-only in ares_parse_aaaa_reply() support multiple DNS servers on Android check for __ANDROID__ in addition to ANDROID macro port numbers: convert them to network order get_iphlpapi_dns_info: fix buffer overrun configure: make CURL_CHECK_DEF ignore leading whitespace segfault triggered in ares_init_options() ares_getnameinfo's memcpy did not copy enough bytes ares_destroy: fix segfault in ares_destroy_options() CHANGES: generate from script configure: fix symbol hiding usability check c-ares version 1.7.5 detection of semicolon comments in resolv.conf avoid using system's inet_net_pton affected by the WLB-2008080064 advisory replacement ares_inet_net_pton affected by the WLB-2008080064 advisory replacement ares_inet_ntop affected by potential out of bounds write added install target to Makefile.msvc only fall back to AF_INET searches when looking for AF_UNSPEC addresses fixed ares_parse_*_reply memory leaks Use correct sizeof in ares_getnameinfo() IPv6-on-windows: find DNS servers correctly man pages: docs for the c-ares utility programs getservbyport replacement for Win CE config_sortlist: (win32) missing else advance_tcp_send_queue: avoid NULL ptr dereference configure: fix a bashism ares_expand_name: Fix encoded length for indirect root c-ares version 1.7.4 local-bind: Support binding to local interface/IPs, see ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev memory leak in ares_getnameinfo add missing break that caused get_ares_servers to fail ares_parse_a_reply: fix CNAME response parsing init_by_options: don't copy an empty sortlist Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms Fix lookup with HOSTALIASES set adig: fix NAPTR parsing compiler warning cleanups c-ares version 1.7.3 builds on Android now includes all files necessary to build it (1.7.2 lacked a file) c-ares version 1.7.2 Added ares_parse_mx_reply() ares_init: Last, not first instance of domain or search should win improve alternative definition of bool fix VS2010 compiler warnings --- net/libcares/Makefile | 12 ++++-------- net/libcares/PLIST | 4 +++- net/libcares/distinfo | 8 ++++---- 3 files changed, 11 insertions(+), 13 deletions(-) (limited to 'net/libcares') diff --git a/net/libcares/Makefile b/net/libcares/Makefile index d343c8165be..4d590177fd7 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2012/04/25 15:50:51 drochner Exp $ -# -# Please do not update or modify this package as it has been imported only -# as a dependecy for chat/unrealircd. This package should only be updated -# when chat/unrealircd requires it. +# $NetBSD: Makefile,v 1.13 2012/08/06 13:57:23 mspo Exp $ # -DISTNAME= c-ares-1.7.5 -PKGNAME= libcares-1.7.5 +DISTNAME= c-ares-1.9.1 +PKGNAME= libcares-1.9.1 CATEGORIES= net MASTER_SITES= http://c-ares.haxx.se/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://c-ares.haxx.se/ -COMMENT= Asynchronous resolver library +COMMENT= Asynchronous resolver library, c-ares LICENSE= mit CONFLICTS+= libares-[0-9]* diff --git a/net/libcares/PLIST b/net/libcares/PLIST index 43700ebd33c..11959963c01 100644 --- a/net/libcares/PLIST +++ b/net/libcares/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2012/04/25 15:50:51 drochner Exp $ +@comment $NetBSD: PLIST,v 1.6 2012/08/06 13:57:23 mspo Exp $ include/ares.h include/ares_build.h include/ares_dns.h @@ -30,8 +30,10 @@ man/man3/ares_mkquery.3 man/man3/ares_parse_a_reply.3 man/man3/ares_parse_aaaa_reply.3 man/man3/ares_parse_mx_reply.3 +man/man3/ares_parse_naptr_reply.3 man/man3/ares_parse_ns_reply.3 man/man3/ares_parse_ptr_reply.3 +man/man3/ares_parse_soa_reply.3 man/man3/ares_parse_srv_reply.3 man/man3/ares_parse_txt_reply.3 man/man3/ares_process.3 diff --git a/net/libcares/distinfo b/net/libcares/distinfo index c6bcf70b36f..66df31b3c43 100644 --- a/net/libcares/distinfo +++ b/net/libcares/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/04/25 15:50:51 drochner Exp $ +$NetBSD: distinfo,v 1.7 2012/08/06 13:57:23 mspo Exp $ -SHA1 (c-ares-1.7.5.tar.gz) = 5f005f16cc6a02aa0ff3b4cd0aae573bc47c9bfe -RMD160 (c-ares-1.7.5.tar.gz) = bbe0f95ce2d374d14fec0bd5ce5728ada9974235 -Size (c-ares-1.7.5.tar.gz) = 746032 bytes +SHA1 (c-ares-1.9.1.tar.gz) = fe41e47f300bfd587b7f552a141ad3bf85437b0f +RMD160 (c-ares-1.9.1.tar.gz) = b75d4039d61a1d41af47bcd54337a31bfaea5b37 +Size (c-ares-1.9.1.tar.gz) = 782945 bytes -- cgit v1.2.3