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:   wiz
Date:           Tue Jun 20 07:48:50 UTC 2017

Modified Files:
        pkgsrc/net/libcares: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.12 -r1.13 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.19 pkgsrc/net/libcares/Makefile:1.20
--- pkgsrc/net/libcares/Makefile:1.19   Fri Sep 30 09:00:10 2016
+++ pkgsrc/net/libcares/Makefile        Tue Jun 20 07:48:50 2017
@@ -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/

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.8 pkgsrc/net/libcares/PLIST:1.9
--- pkgsrc/net/libcares/PLIST:1.8       Thu Sep 29 14:19:59 2016
+++ pkgsrc/net/libcares/PLIST   Tue Jun 20 07:48:50 2017
@@ -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.3
 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

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.12 pkgsrc/net/libcares/distinfo:1.13
--- pkgsrc/net/libcares/distinfo:1.12   Fri Sep 30 09:00:10 2016
+++ pkgsrc/net/libcares/distinfo        Tue Jun 20 07:48:50 2017
@@ -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