pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2026Q2] pkgsrc/net/libcares
Module Name: pkgsrc
Committed By: maya
Date: Tue Aug 25 02:20:57 UTC 2026
Modified Files:
pkgsrc/net/libcares [pkgsrc-2026Q2]: Makefile PLIST distinfo
Log Message:
Pullup ticket #7243 - requested by wiz
net/libcares: Bug fix
Revisions pulled up:
- net/libcares/Makefile 1.57
- net/libcares/PLIST 1.37
- net/libcares/distinfo 1.49
---
Module Name: pkgsrc
Committed By: adam
Date: Thu Jul 9 12:46:45 UTC 2026
Modified Files:
pkgsrc/net/libcares: Makefile PLIST distinfo
Log Message:
libcares: updated to 1.34.8
c-ares version 1.34.8 - July 7 2026
This is a bugfix release.
Bugfixes:
* Revert "Mark parameters in callbacks as const" which shipped in 1.34.7.
Changing the parameter types of the `ares_callback`, `ares_host_callback`,
and `ares_nameinfo_callback` function pointer typedefs was an unintended
API break: existing applications with the historical non-const callback
signatures no longer compiled, particularly in C++ where function pointer
types must match exactly. The read-only nature of the callback parameters
is now documented instead.
To generate a diff of this commit:
cvs rdiff -u -r1.54.6.1 -r1.54.6.2 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.35.6.1 -r1.35.6.2 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.46.6.1 -r1.46.6.2 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.54.6.1 pkgsrc/net/libcares/Makefile:1.54.6.2
--- pkgsrc/net/libcares/Makefile:1.54.6.1 Thu Jul 16 14:06:45 2026
+++ pkgsrc/net/libcares/Makefile Tue Aug 25 02:20:57 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54.6.1 2026/07/16 14:06:45 maya Exp $
+# $NetBSD: Makefile,v 1.54.6.2 2026/08/25 02:20:57 maya Exp $
-DISTNAME= c-ares-1.34.7
+DISTNAME= c-ares-1.34.8
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.35.6.1 pkgsrc/net/libcares/PLIST:1.35.6.2
--- pkgsrc/net/libcares/PLIST:1.35.6.1 Thu Jul 16 14:06:45 2026
+++ pkgsrc/net/libcares/PLIST Tue Aug 25 02:20:57 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35.6.1 2026/07/16 14:06:45 maya Exp $
+@comment $NetBSD: PLIST,v 1.35.6.2 2026/08/25 02:20:57 maya 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.6
+lib/libcares.so.2.19.7
lib/pkgconfig/libcares.pc
man/man1/adig.1
man/man1/ahost.1
Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.46.6.1 pkgsrc/net/libcares/distinfo:1.46.6.2
--- pkgsrc/net/libcares/distinfo:1.46.6.1 Thu Jul 16 14:06:45 2026
+++ pkgsrc/net/libcares/distinfo Tue Aug 25 02:20:57 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46.6.1 2026/07/16 14:06:45 maya Exp $
+$NetBSD: distinfo,v 1.46.6.2 2026/08/25 02:20:57 maya Exp $
-BLAKE2s (c-ares-1.34.7.tar.gz) = 7ae401c366ffa215727e1590277cf92f8895fdb712ebc439172ed3adf56da344
-SHA512 (c-ares-1.34.7.tar.gz) = af0924f46790ff26cd60872870421c29fb4479f6260151f8ee91e96788ac269443dccc236bc4ff96012a9e4c03c57732ab1c17c4b4f106c4b24bf497abe0b16c
-Size (c-ares-1.34.7.tar.gz) = 1034872 bytes
+BLAKE2s (c-ares-1.34.8.tar.gz) = c75cc23ffb63f5ed023e768b930887943f8841b63ceb5d6b36d931a668b8b6e4
+SHA512 (c-ares-1.34.8.tar.gz) = d5997a57fda9b3a3385b1685e6b2f9292c3a1d39bd27579acaabf3d2d33aa5e91bfec5d41c5e51ca6b50dbc1f4346d75e9bfbccf44a494fbd4bc7613b167143c
+Size (c-ares-1.34.8.tar.gz) = 1036098 bytes
Home |
Main Index |
Thread Index |
Old Index