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 Apr  8 14:02:44 UTC 2025

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

Log Message:
libcares: update to 1.34.5.

## c-ares version 1.34.5 - April 8 2025

This is a security release.

Security:
* CVE-2025-31498. A use-after-free bug has been uncovered in read_answers() that
  was introduced in v1.32.3.  Please see https://github.com/c-ares/c-ares/security/advisories/GHSA-6hxc-62jh-p29v

Changes:
* Restore Windows XP support.

Bugfixes:
* A missing mutex initialization would make busy polling for configuration
  changes (platforms other than Windows, Linux, MacOS) eat too much CPU
* Pkgconfig may be generated wrong for static builds in relation to `-pthread`
* Localhost resolution can fail if only one address family is in `/etc/hosts`


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.44 -r1.45 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.52 pkgsrc/net/libcares/Makefile:1.53
--- pkgsrc/net/libcares/Makefile:1.52   Tue Dec 24 15:43:03 2024
+++ pkgsrc/net/libcares/Makefile        Tue Apr  8 14:02:44 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.52 2024/12/24 15:43:03 adam Exp $
+# $NetBSD: Makefile,v 1.53 2025/04/08 14:02:44 wiz Exp $
 
-DISTNAME=      c-ares-1.34.4
+DISTNAME=      c-ares-1.34.5
 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.33 pkgsrc/net/libcares/PLIST:1.34
--- pkgsrc/net/libcares/PLIST:1.33      Tue Dec 24 15:43:03 2024
+++ pkgsrc/net/libcares/PLIST   Tue Apr  8 14:02:44 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.33 2024/12/24 15:43:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.34 2025/04/08 14:02:44 wiz Exp $
 bin/adig
 bin/ahost
 include/ares.h
@@ -14,7 +14,7 @@ lib/cmake/c-ares/c-ares-targets.cmake
 lib/libcares.a
 lib/libcares.so
 lib/libcares.so.2
-lib/libcares.so.2.19.3
+lib/libcares.so.2.19.4
 lib/pkgconfig/libcares.pc
 man/man1/adig.1
 man/man1/ahost.1

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.44 pkgsrc/net/libcares/distinfo:1.45
--- pkgsrc/net/libcares/distinfo:1.44   Tue Dec 24 15:43:03 2024
+++ pkgsrc/net/libcares/distinfo        Tue Apr  8 14:02:44 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.44 2024/12/24 15:43:03 adam Exp $
+$NetBSD: distinfo,v 1.45 2025/04/08 14:02:44 wiz Exp $
 
-BLAKE2s (c-ares-1.34.4.tar.gz) = 7236ab3b23c32a062248d56919bf4d4683aef9de5438bab04133b8299efdbc13
-SHA512 (c-ares-1.34.4.tar.gz) = 3285e14d94bc736d6caddfe7ad7e3c6a6e69d49b079c989bb3e8aba4da62c022e38229d1e691aaa030b7d3bcd89e458d203f260806149a71ad9adb31606eae02
-Size (c-ares-1.34.4.tar.gz) = 1001209 bytes
+BLAKE2s (c-ares-1.34.5.tar.gz) = ce63c27e5c2f3702267ec3404490607aa4a4eb7983e0bc7997945d881c0760e8
+SHA512 (c-ares-1.34.5.tar.gz) = 386709e9f405034cb16ba514f9792e89992be52b24a237e6c51f1032e4ca99a8c57b1c3038d6f0a205202a3bfb1246bb95ff0d5e6fc0ee2bba1cb17f6677f97f
+Size (c-ares-1.34.5.tar.gz) = 1009261 bytes



Home | Main Index | Thread Index | Old Index