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:           Sun Nov 10 09:14:10 UTC 2024

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

Log Message:
libcares: updated to 1.34.3

c-ares version 1.34.3 - November 9 2024

This is a bugfix release.

Changes:
* Build the release package in an automated way so we can provide
  provenance as per [SLSA3](https://slsa.dev/).

Bugfixes:
* Some upstream servers are non-compliant with EDNS options, resend queries
  without EDNS.
* Android: <=7 needs sys/system_properties.h
* Android: CMake needs `-D_GNU_SOURCE` and others.
* TSAN warns on missing lock, but lock isn't actually necessary.
* `ares_getaddrinfo()` for `AF_UNSPEC` should retry IPv4 if only IPv6 is
  received.
* `ares_send()` shouldn't return `ARES_EBADRESP`, its `ARES_EBADQUERY`.
* Fix typos in man pages.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.42 -r1.43 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.50 pkgsrc/net/libcares/Makefile:1.51
--- pkgsrc/net/libcares/Makefile:1.50   Wed Oct 16 08:51:31 2024
+++ pkgsrc/net/libcares/Makefile        Sun Nov 10 09:14:10 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2024/10/16 08:51:31 adam Exp $
+# $NetBSD: Makefile,v 1.51 2024/11/10 09:14:10 adam Exp $
 
-DISTNAME=      c-ares-1.34.2
+DISTNAME=      c-ares-1.34.3
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=c-ares/}

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.31 pkgsrc/net/libcares/PLIST:1.32
--- pkgsrc/net/libcares/PLIST:1.31      Wed Oct 16 08:51:31 2024
+++ pkgsrc/net/libcares/PLIST   Sun Nov 10 09:14:10 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.31 2024/10/16 08:51:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.32 2024/11/10 09:14:10 adam Exp $
 bin/adig
 bin/ahost
 include/ares.h
@@ -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.19.1
+lib/libcares.so.2.19.2
 lib/libcares_static.a
 lib/pkgconfig/libcares.pc
 man/man1/adig.1

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.42 pkgsrc/net/libcares/distinfo:1.43
--- pkgsrc/net/libcares/distinfo:1.42   Wed Oct 16 08:51:31 2024
+++ pkgsrc/net/libcares/distinfo        Sun Nov 10 09:14:10 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2024/10/16 08:51:31 adam Exp $
+$NetBSD: distinfo,v 1.43 2024/11/10 09:14:10 adam Exp $
 
-BLAKE2s (c-ares-1.34.2.tar.gz) = b0ec5cf54052a94b411c44eab3c386d160655813db0d202efba9a12b82f2b0a8
-SHA512 (c-ares-1.34.2.tar.gz) = ddcda2f4c82ece7d670d0beb11485253a0f0db1f01131164e7253a20405c081844d2c69e366300c76ca0419a025e0fed516ee54314443afc39d55ce292354ad9
-Size (c-ares-1.34.2.tar.gz) = 1008432 bytes
+BLAKE2s (c-ares-1.34.3.tar.gz) = d4fbfe293a6f7c1524948f11c1a8100d50129ba44caf9c486dd4f385cd7418bd
+SHA512 (c-ares-1.34.3.tar.gz) = f122d27cc76c20b41f9659b8bc662a8d82b857f8c066b1216b0349228d996224e42a7a0535bcdd6a3928b437c67d18726bfcb51c93f3a9801eebda6574e39c78
+Size (c-ares-1.34.3.tar.gz) = 997244 bytes



Home | Main Index | Thread Index | Old Index