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:           Tue Dec 24 15:43:03 UTC 2024

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

Log Message:
libcares: updated to 1.34.4

c-ares version 1.34.4 - December 14 2024

This is a bugfix release.

Changes:

QNX Port: Port to QNX 8, add primary config reading support, add CI build.

Bugfixes:

Empty TXT records were not being preserved.
docs: update deprecation notices for ares_create_query() and ares_mkquery().
license: some files weren’t properly updated.
Fix bind local device regression from 1.34.0.
CMake: set policy version to prevent deprecation warnings.
CMake: shared and static library names should be the same on unix platforms like autotools uses.
Update to latest autoconf archive macros for enhanced system compatibility.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.43 -r1.44 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.51 pkgsrc/net/libcares/Makefile:1.52
--- pkgsrc/net/libcares/Makefile:1.51   Sun Nov 10 09:14:10 2024
+++ pkgsrc/net/libcares/Makefile        Tue Dec 24 15:43:03 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2024/11/10 09:14:10 adam Exp $
+# $NetBSD: Makefile,v 1.52 2024/12/24 15:43:03 adam Exp $
 
-DISTNAME=      c-ares-1.34.3
+DISTNAME=      c-ares-1.34.4
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=c-ares/}
@@ -8,7 +8,7 @@ GITHUB_PROJECT= c-ares
 GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://c-ares.haxx.se/
+HOMEPAGE=      https://c-ares.org/
 COMMENT=       Asynchronous resolver library, c-ares
 LICENSE=       mit
 

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.32 pkgsrc/net/libcares/PLIST:1.33
--- pkgsrc/net/libcares/PLIST:1.32      Sun Nov 10 09:14:10 2024
+++ pkgsrc/net/libcares/PLIST   Tue Dec 24 15:43:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.32 2024/11/10 09:14:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.33 2024/12/24 15:43:03 adam Exp $
 bin/adig
 bin/ahost
 include/ares.h
@@ -11,10 +11,10 @@ lib/cmake/c-ares/c-ares-config-version.c
 lib/cmake/c-ares/c-ares-config.cmake
 lib/cmake/c-ares/c-ares-targets-noconfig.cmake
 lib/cmake/c-ares/c-ares-targets.cmake
+lib/libcares.a
 lib/libcares.so
 lib/libcares.so.2
-lib/libcares.so.2.19.2
-lib/libcares_static.a
+lib/libcares.so.2.19.3
 lib/pkgconfig/libcares.pc
 man/man1/adig.1
 man/man1/ahost.1

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.43 pkgsrc/net/libcares/distinfo:1.44
--- pkgsrc/net/libcares/distinfo:1.43   Sun Nov 10 09:14:10 2024
+++ pkgsrc/net/libcares/distinfo        Tue Dec 24 15:43:03 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.43 2024/11/10 09:14:10 adam Exp $
+$NetBSD: distinfo,v 1.44 2024/12/24 15:43:03 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index