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:   adam
Date:           Thu Mar  1 08:56:31 UTC 2018

Modified Files:
        pkgsrc/net/libcares: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.15 -r1.16 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.23 pkgsrc/net/libcares/Makefile:1.24
--- pkgsrc/net/libcares/Makefile:1.23   Wed Aug 16 20:21:13 2017
+++ pkgsrc/net/libcares/Makefile        Thu Mar  1 08:56:31 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2017/08/16 20:21:13 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2018/03/01 08:56:31 adam Exp $
 
-DISTNAME=      c-ares-1.13.0
+DISTNAME=      c-ares-1.14.0
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
 CATEGORIES=    net
 MASTER_SITES=  https://c-ares.haxx.se/download/
@@ -10,10 +10,9 @@ HOMEPAGE=    https://c-ares.haxx.se/
 COMMENT=       Asynchronous resolver library, c-ares
 LICENSE=       mit
 
-GNU_CONFIGURE= yes
-USE_LIBTOOL=   yes
-USE_TOOLS+=    automake
-
+USE_LIBTOOL=           yes
+USE_TOOLS+=            automake autoreconf
+GNU_CONFIGURE=         yes
 PKGCONFIG_OVERRIDE+=   libcares.pc.in
 
 pre-configure:

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.15 pkgsrc/net/libcares/distinfo:1.16
--- pkgsrc/net/libcares/distinfo:1.15   Wed Dec 13 15:15:45 2017
+++ pkgsrc/net/libcares/distinfo        Thu Mar  1 08:56:31 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.15 2017/12/13 15:15:45 jperkin Exp $
+$NetBSD: distinfo,v 1.16 2018/03/01 08:56:31 adam Exp $
 
-SHA1 (c-ares-1.13.0.tar.gz) = dde50284cc3d505fb2463ff6276e61d5531b1d68
-RMD160 (c-ares-1.13.0.tar.gz) = 97f312aa01d41f381c97ad30a07fbbfdf043f9ea
-SHA512 (c-ares-1.13.0.tar.gz) = 4a7942e754673f5b8d55a7471e31b0f390e8324b14c12077580c956147fad4d165c7fe8a3190199b1add95c710ceeb1a7957706d4f0d6299d39c5dddc719bd9d
-Size (c-ares-1.13.0.tar.gz) = 1446797 bytes
+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 (patch-Makefile.am) = aef2a0e1975aadab33e647752fd44e30fbfb568a
 SHA1 (patch-configure.ac) = 0327491be4565b5121811d42288bd1d79b7c1241
 SHA1 (patch-m4_cares-compilers.m4) = 3a5cf27d33ebb7803eab873c6adfc6a70fa4a782



Home | Main Index | Thread Index | Old Index