diff options
author | adam <adam@pkgsrc.org> | 2020-06-01 19:11:37 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-01 19:11:37 +0000 |
commit | d332db5907784815cd9144a0e601ce0078682b04 (patch) | |
tree | 6964a52957e364c27d25a5d5453f2fac60dc0eed /net/libcares | |
parent | 1c386481a7841bdb63cf4ed4ee7aea1f280754b1 (diff) | |
download | pkgsrc-d332db5907784815cd9144a0e601ce0078682b04.tar.gz |
libcares: updated to 1.16.1
c-ares version 1.16.1
Security:
* Prevent possible use-after-free and double-free in ares_getaddrinfo() if ares_destroy() is called prior to ares_getaddrinfo() completing. Reported by Jann Horn at Google Project Zero.
Changes:
* Allow TXT records on CHAOS qclass. Used for retriving things like version.bind, version.server, authoris.bind, hostname.bind, and id.server.
Bug fixes:
* Fix Windows Unicode incompatibilities with ares_getaddrinfo()
* Silence false cast-align compiler warnings due to valid casts of struct sockaddr to struct sockaddr_in and struct sockaddr_in6.
* MacOS should use libresolv for retrieving DNS servers, like iOS
* CMake build system should populate the INCLUDE_DIRECTORIES property of installed targets
* Correct macros in use for the ares_getaddrinfo.3 man page
Diffstat (limited to 'net/libcares')
-rw-r--r-- | net/libcares/Makefile | 4 | ||||
-rw-r--r-- | net/libcares/PLIST | 4 | ||||
-rw-r--r-- | net/libcares/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net/libcares/Makefile b/net/libcares/Makefile index 4da5c7008b8..983428b3e6c 100644 --- a/net/libcares/Makefile +++ b/net/libcares/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2020/03/13 09:49:41 adam Exp $ +# $NetBSD: Makefile,v 1.28 2020/06/01 19:11:37 adam Exp $ -DISTNAME= c-ares-1.16.0 +DISTNAME= c-ares-1.16.1 PKGNAME= ${DISTNAME:S/c-/libc/1} CATEGORIES= net MASTER_SITES= https://c-ares.haxx.se/download/ diff --git a/net/libcares/PLIST b/net/libcares/PLIST index 804c4636c72..647927a0ccd 100644 --- a/net/libcares/PLIST +++ b/net/libcares/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2020/03/13 09:49:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.13 2020/06/01 19:11:37 adam Exp $ bin/acountry bin/adig bin/ahost @@ -13,7 +13,7 @@ lib/cmake/c-ares/c-ares-targets-noconfig.cmake lib/cmake/c-ares/c-ares-targets.cmake lib/libcares.so lib/libcares.so.2 -lib/libcares.so.2.4.0 +lib/libcares.so.2.4.1 lib/libcares_static.a lib/pkgconfig/libcares.pc man/man1/acountry.1 diff --git a/net/libcares/distinfo b/net/libcares/distinfo index f05bacc7d4c..34935f25517 100644 --- a/net/libcares/distinfo +++ b/net/libcares/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.20 2020/03/13 09:49:41 adam Exp $ +$NetBSD: distinfo,v 1.21 2020/06/01 19:11:37 adam Exp $ -SHA1 (c-ares-1.16.0.tar.gz) = b1f824cd7bffd3035aba58ddaa803259fd9df491 -RMD160 (c-ares-1.16.0.tar.gz) = daca1f5f40e81d768184ac58518a1a806fda38e8 -SHA512 (c-ares-1.16.0.tar.gz) = 9f5def3206d61682e66c2173b18a8dd76138e6eb53bfe06a5830408cce9a70895d2148be23064ff18e0fd25b4f4b2c3cfe77e040744cc80dcce6ffec3ea534a9 -Size (c-ares-1.16.0.tar.gz) = 1374180 bytes +SHA1 (c-ares-1.16.1.tar.gz) = 1111250ae1bf9adea1afc278ada1136091531d72 +RMD160 (c-ares-1.16.1.tar.gz) = 31e7f455f8e700f1879877a1f3d841b1ca395b90 +SHA512 (c-ares-1.16.1.tar.gz) = 4ac2a5d5c6da74eb1d6155c4eadc7127ab1b53a8d13caec41bd6172db5417a79f3ab022e77ba37d8b13da6893d7ced5fd8baf5cc3950a4154b4de8743ad31471 +Size (c-ares-1.16.1.tar.gz) = 1374637 bytes |