pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/libcares Updated libcares to 1.13.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f8439e6d530
branches:  trunk
changeset: 364008:1f8439e6d530
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 20 07:48:50 2017 +0000

description:
Updated libcares to 1.13.0.

 c-ares version 1.13.0 - June 20 2017

Changes:

    cmake build system support added
    Add virtual function set for socket IO: ares_set_socket_functions

Bug fixes:

    CVE-2017-1000381: c-ares NAPTR parser out of bounds access
    macos: do not set HAVE_CLOCK_GETTIME_MONOTONIC
    test: check ares_create_query with too-long name
    dist: add ares_library_initialized.* to the tarball
    fix build on OpenBSD
    dist: ship msvc_ver.inc too
    test: Add gTest/gMock files to SOURCES
    test: add fuzz entrypoint for ares_create_query()
    configure: clock_gettime workaround
    docs: convert INSTALL to MarkDown & tweak
    ares_process: fix return type of socket_create function (win32 warning)
    docs: fixed references to ares_set_local_ip4 and ares_set_local_ip6
    Windows DNS server sorting
    Use ares_socklen_t instead of socket_t
    ares_create_query: use ares_free not naked free
    msvc_ver.inc support most recent Visual Studio 2017
    acountry: Convert char from ISO-8859-1 to UTF-8
    ares_expand_name: limit number of indirections
    configure: do not check for ar if specified manually
    Added support for Windows DNS Suffix Search List
    ares.h: support compiling with QNX

diffstat:

 net/libcares/Makefile |   4 ++--
 net/libcares/PLIST    |   3 ++-
 net/libcares/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r e21e826896c1 -r 1f8439e6d530 net/libcares/Makefile
--- a/net/libcares/Makefile     Tue Jun 20 07:35:12 2017 +0000
+++ b/net/libcares/Makefile     Tue Jun 20 07:48:50 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/09/30 09:00:10 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2017/06/20 07:48:50 wiz Exp $
 
-DISTNAME=      c-ares-1.12.0
+DISTNAME=      c-ares-1.13.0
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
 CATEGORIES=    net
 MASTER_SITES=  http://c-ares.haxx.se/download/
diff -r e21e826896c1 -r 1f8439e6d530 net/libcares/PLIST
--- a/net/libcares/PLIST        Tue Jun 20 07:35:12 2017 +0000
+++ b/net/libcares/PLIST        Tue Jun 20 07:48:50 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2016/09/29 14:19:59 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2017/06/20 07:48:50 wiz Exp $
 include/ares.h
 include/ares_build.h
 include/ares_dns.h
@@ -30,6 +30,7 @@
 man/man3/ares_init_options.3
 man/man3/ares_library_cleanup.3
 man/man3/ares_library_init.3
+man/man3/ares_library_initialized.3
 man/man3/ares_mkquery.3
 man/man3/ares_parse_a_reply.3
 man/man3/ares_parse_aaaa_reply.3
diff -r e21e826896c1 -r 1f8439e6d530 net/libcares/distinfo
--- a/net/libcares/distinfo     Tue Jun 20 07:35:12 2017 +0000
+++ b/net/libcares/distinfo     Tue Jun 20 07:48:50 2017 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2016/09/30 09:00:10 wiz Exp $
+$NetBSD: distinfo,v 1.13 2017/06/20 07:48:50 wiz Exp $
 
-SHA1 (c-ares-1.12.0.tar.gz) = 8abfce61d2d788fb60a3441d05275162a460cbed
-RMD160 (c-ares-1.12.0.tar.gz) = 731085f5d46eabac858eee4c2bde87f70687445e
-SHA512 (c-ares-1.12.0.tar.gz) = 3da0fadb04eccab49b4e6eff3f087a392dd76238d47e74e2ede723883468da688e41f679ee8ca38613fc4f80d3bd7c29e69d3d6c711f988a02fd5d21a3ee1dc6
-Size (c-ares-1.12.0.tar.gz) = 1769879 bytes
+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 (patch-Makefile.am) = aef2a0e1975aadab33e647752fd44e30fbfb568a
 SHA1 (patch-configure) = 1726722a94960fabc7fd69c8e7f9ca40a1492713



Home | Main Index | Thread Index | Old Index