Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libcares libcares: updated to 1.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb141fcde39f
branches:  trunk
changeset: 433371:cb141fcde39f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 01 19:11:37 2020 +0000

description:
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:

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

diffs (45 lines):

diff -r 9feb8b4a7344 -r cb141fcde39f net/libcares/Makefile
--- a/net/libcares/Makefile     Mon Jun 01 18:38:23 2020 +0000
+++ b/net/libcares/Makefile     Mon Jun 01 19:11:37 2020 +0000
@@ -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 -r 9feb8b4a7344 -r cb141fcde39f net/libcares/PLIST
--- a/net/libcares/PLIST        Mon Jun 01 18:38:23 2020 +0000
+++ b/net/libcares/PLIST        Mon Jun 01 19:11:37 2020 +0000
@@ -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.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 -r 9feb8b4a7344 -r cb141fcde39f net/libcares/distinfo
--- a/net/libcares/distinfo     Mon Jun 01 18:38:23 2020 +0000
+++ b/net/libcares/distinfo     Mon Jun 01 19:11:37 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index