Thu Mar 1 08:56:31 2018 UTC ()
libcares: updated to 1.14.0

c-ares version 1.14.0:

Changes:
android: Introduce new ares_library_init_android() call for Oreo support

Bug fixes:
Fix patch for CVE-2017-1000381 to not be overly aggressive
win32: Preserve DNS server order returned by Windows when sorting and exclude DNS servers in legacy subnets
win32: Support most recent Visual Studio 2017
gethostbyaddr should fail with ECANCELLED not ENOTFOUND when ares_cancel is called
win32: Exclude legacy ipv6 subnets
android: Applications compiled for Oreo can no longer use __system_property_get and must use Java calls to retrieve DNS servers
win32: Force use of ANSI functions
CMake minimum version is now 3.1
ares_gethostbyname.3: fix callback status values
docs: Document WSAStartup requirement
Fix a typo in init_by_resolv_conf
Android JNI code leaks local references in some cases
Force using the ANSI versions of WinAPI functions


(adam)
diff -r1.23 -r1.24 pkgsrc/net/libcares/Makefile
diff -r1.15 -r1.16 pkgsrc/net/libcares/distinfo

cvs diff -r1.23 -r1.24 pkgsrc/net/libcares/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libcares/Makefile 2017/08/16 20:21:13 1.23
+++ pkgsrc/net/libcares/Makefile 2018/03/01 08:56:31 1.24
@@ -1,23 +1,22 @@ @@ -1,23 +1,22 @@
1# $NetBSD: Makefile,v 1.23 2017/08/16 20:21:13 wiz Exp $ 1# $NetBSD: Makefile,v 1.24 2018/03/01 08:56:31 adam Exp $
2 2
3DISTNAME= c-ares-1.13.0 3DISTNAME= c-ares-1.14.0
4PKGNAME= ${DISTNAME:S/c-/libc/1} 4PKGNAME= ${DISTNAME:S/c-/libc/1}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= https://c-ares.haxx.se/download/ 6MASTER_SITES= https://c-ares.haxx.se/download/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://c-ares.haxx.se/ 9HOMEPAGE= https://c-ares.haxx.se/
10COMMENT= Asynchronous resolver library, c-ares 10COMMENT= Asynchronous resolver library, c-ares
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13USE_LIBTOOL= yes
14USE_LIBTOOL= yes 14USE_TOOLS+= automake autoreconf
15USE_TOOLS+= automake 15GNU_CONFIGURE= yes
16 
17PKGCONFIG_OVERRIDE+= libcares.pc.in 16PKGCONFIG_OVERRIDE+= libcares.pc.in
18 17
19pre-configure: 18pre-configure:
20 ${RM} -f ${WRKSRC}/m4/xc-val-flgs.m4 19 ${RM} -f ${WRKSRC}/m4/xc-val-flgs.m4
21 cd ${WRKSRC} && autoreconf -fiv 20 cd ${WRKSRC} && autoreconf -fiv
22 21
23.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.15 -r1.16 pkgsrc/net/libcares/distinfo (expand / switch to unified diff)

--- pkgsrc/net/libcares/distinfo 2017/12/13 15:15:45 1.15
+++ pkgsrc/net/libcares/distinfo 2018/03/01 08:56:31 1.16
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.15 2017/12/13 15:15:45 jperkin Exp $ 1$NetBSD: distinfo,v 1.16 2018/03/01 08:56:31 adam Exp $
2 2
3SHA1 (c-ares-1.13.0.tar.gz) = dde50284cc3d505fb2463ff6276e61d5531b1d68 3SHA1 (c-ares-1.14.0.tar.gz) = 5b4989208c936d6445d4d73487634fe0b07e8ea7
4RMD160 (c-ares-1.13.0.tar.gz) = 97f312aa01d41f381c97ad30a07fbbfdf043f9ea 4RMD160 (c-ares-1.14.0.tar.gz) = 9cca7b4fab82c2460a96ed2faa17d64feb308150
5SHA512 (c-ares-1.13.0.tar.gz) = 4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d 5SHA512 (c-ares-1.14.0.tar.gz) = 30cd3f8c4eea15f994b2ceb44d84e506858f69f624e651e39bb4db523fea9ad5e8906b75abf07131ae364be19172274ed4053059669091f21ce4463cdbb857bf
6Size (c-ares-1.13.0.tar.gz) = 1446797 bytes 6Size (c-ares-1.14.0.tar.gz) = 1335940 bytes
7SHA1 (patch-Makefile.am) = aef2a0e1975aadab33e647752fd44e30fbfb568a 7SHA1 (patch-Makefile.am) = aef2a0e1975aadab33e647752fd44e30fbfb568a
8SHA1 (patch-configure.ac) = 0327491be4565b5121811d42288bd1d79b7c1241 8SHA1 (patch-configure.ac) = 0327491be4565b5121811d42288bd1d79b7c1241
9SHA1 (patch-m4_cares-compilers.m4) = 3a5cf27d33ebb7803eab873c6adfc6a70fa4a782 9SHA1 (patch-m4_cares-compilers.m4) = 3a5cf27d33ebb7803eab873c6adfc6a70fa4a782
10SHA1 (patch-m4_xc-cc-check.m4) = b979d60f1ecb5008b145ade55281c6e2a59be613 10SHA1 (patch-m4_xc-cc-check.m4) = b979d60f1ecb5008b145ade55281c6e2a59be613