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:           Wed Oct 16 08:51:31 UTC 2024

Modified Files:
        pkgsrc/net/libcares: Makefile PLIST distinfo
Removed Files:
        pkgsrc/net/libcares/patches: patch-include_ares__version.h

Log Message:
libcares: updated to 1.34.2

c-ares version 1.34.2 - October 15 2024

This release contains a fix for downstream packages detecting the c-ares
version based on the contents of the header file rather than the
distributed pkgconf or cmake files.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/libcares/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/net/libcares/patches/patch-include_ares__version.h

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.49 pkgsrc/net/libcares/Makefile:1.50
--- pkgsrc/net/libcares/Makefile:1.49   Mon Oct 14 22:06:30 2024
+++ pkgsrc/net/libcares/Makefile        Wed Oct 16 08:51:31 2024
@@ -1,10 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2024/10/14 22:06:30 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2024/10/16 08:51:31 adam Exp $
 
-# NOTE: when updating this, also update the version in
-# patches/patch-include_ares__version.h!
-DISTNAME=      c-ares-1.34.1
+DISTNAME=      c-ares-1.34.2
 PKGNAME=       ${DISTNAME:S/c-/libc/1}
-PKGREVISION=   1
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=c-ares/}
 GITHUB_PROJECT=        c-ares

Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.30 pkgsrc/net/libcares/PLIST:1.31
--- pkgsrc/net/libcares/PLIST:1.30      Sun Oct 13 07:45:54 2024
+++ pkgsrc/net/libcares/PLIST   Wed Oct 16 08:51:31 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2024/10/13 07:45:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/10/16 08:51:31 adam Exp $
 bin/adig
 bin/ahost
 include/ares.h
@@ -61,6 +61,7 @@ man/man3/ares_dns_record_set_id.3
 man/man3/ares_dns_rr.3
 man/man3/ares_dns_rr_add_abin.3
 man/man3/ares_dns_rr_del_abin.3
+man/man3/ares_dns_rr_del_opt_byid.3
 man/man3/ares_dns_rr_get_abin.3
 man/man3/ares_dns_rr_get_abin_cnt.3
 man/man3/ares_dns_rr_get_addr.3
@@ -158,6 +159,7 @@ man/man3/ares_set_servers_ports_csv.3
 man/man3/ares_set_socket_callback.3
 man/man3/ares_set_socket_configure_callback.3
 man/man3/ares_set_socket_functions.3
+man/man3/ares_set_socket_functions_ex.3
 man/man3/ares_set_sortlist.3
 man/man3/ares_strerror.3
 man/man3/ares_svcb_param_t.3

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.41 pkgsrc/net/libcares/distinfo:1.42
--- pkgsrc/net/libcares/distinfo:1.41   Mon Oct 14 22:06:30 2024
+++ pkgsrc/net/libcares/distinfo        Wed Oct 16 08:51:31 2024
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.41 2024/10/14 22:06:30 wiz Exp $
+$NetBSD: distinfo,v 1.42 2024/10/16 08:51:31 adam Exp $
 
-BLAKE2s (c-ares-1.34.1.tar.gz) = 0128284c4cd3557f7ba44e499fb2f69d85ad72f7b89eef726e06914c37d35e88
-SHA512 (c-ares-1.34.1.tar.gz) = 193a4b304dd81dcaf9854ae26662868187521eddd3514a7ba32b2f4f45dc158081bf5829b07e36436e2f16344120e83fe1b9369a11d701ad053824d0b03371bb
-Size (c-ares-1.34.1.tar.gz) = 1008224 bytes
-SHA1 (patch-include_ares__version.h) = f727b16ff1f3d4356ba44f834a281e1839be0f75
+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



Home | Main Index | Thread Index | Old Index