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:           Mon Jun  1 19:11:37 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.20 -r1.21 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.27 pkgsrc/net/libcares/Makefile:1.28
--- pkgsrc/net/libcares/Makefile:1.27   Fri Mar 13 09:49:41 2020
+++ pkgsrc/net/libcares/Makefile        Mon Jun  1 19:11:37 2020
@@ -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/

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.12 pkgsrc/net/libcares/PLIST:1.13
--- pkgsrc/net/libcares/PLIST:1.12      Fri Mar 13 09:49:41 2020
+++ pkgsrc/net/libcares/PLIST   Mon Jun  1 19:11:37 2020
@@ -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
 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

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.20 pkgsrc/net/libcares/distinfo:1.21
--- pkgsrc/net/libcares/distinfo:1.20   Fri Mar 13 09:49:41 2020
+++ pkgsrc/net/libcares/distinfo        Mon Jun  1 19:11:37 2020
@@ -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