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: Sun Jan 28 13:02:12 UTC 2024
Modified Files:
pkgsrc/net/libcares: Makefile PLIST distinfo
Log Message:
libcares: update to 1.26.0.
## c-ares version 1.26.0 - Jan 26 2024
Features:
* Event Thread support. Integrators are no longer requried to monitor the
file descriptors registered by c-ares for events and call `ares_process()`
when enabling the event thread feature via `ARES_OPT_EVENT_THREAD` passed
to `ares_init_options()`. [PR #696](https://github.com/c-ares/c-ares/pull/696)
* Added flags to `are_dns_parse()` to force RAW packet parsing.
[PR #693](https://github.com/c-ares/c-ares/pull/693)
Changes:
* Mark `ares_fds()` as deprected.
[PR #691](https://github.com/c-ares/c-ares/pull/691)
Bugfixes:
* `adig`: Differentiate between internal and server errors.
[e10b16a](https://github.com/c-ares/c-ares/commit/e10b16a)
* Autotools allow make to override CFLAGS/CPPFLAGS/CXXFLAGS.
[PR #695](https://github.com/c-ares/c-ares/pull/695)
* Autotools: fix building for 32bit windows due to stdcall symbol mangling.
[PR #689](https://github.com/c-ares/c-ares/pull/689)
* RR Name should not be sanity checked against the Question.
[PR #685](https://github.com/c-ares/c-ares/pull/685)
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.35 -r1.36 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.41 pkgsrc/net/libcares/Makefile:1.42
--- pkgsrc/net/libcares/Makefile:1.41 Sun Jan 7 16:05:32 2024
+++ pkgsrc/net/libcares/Makefile Sun Jan 28 13:02:11 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2024/01/07 16:05:32 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2024/01/28 13:02:11 wiz Exp $
-DISTNAME= c-ares-1.25.0
+DISTNAME= c-ares-1.26.0
PKGNAME= ${DISTNAME:S/c-/libc/1}
CATEGORIES= net
MASTER_SITES= https://c-ares.haxx.se/download/
Index: pkgsrc/net/libcares/PLIST
diff -u pkgsrc/net/libcares/PLIST:1.25 pkgsrc/net/libcares/PLIST:1.26
--- pkgsrc/net/libcares/PLIST:1.25 Sun Jan 7 16:05:32 2024
+++ pkgsrc/net/libcares/PLIST Sun Jan 28 13:02:11 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2024/01/07 16:05:32 wiz Exp $
+@comment $NetBSD: PLIST,v 1.26 2024/01/28 13:02:11 wiz Exp $
bin/adig
bin/ahost
include/ares.h
@@ -14,7 +14,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.10.1
+lib/libcares.so.2.11.0
lib/libcares_static.a
lib/pkgconfig/libcares.pc
man/man1/adig.1
Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.35 pkgsrc/net/libcares/distinfo:1.36
--- pkgsrc/net/libcares/distinfo:1.35 Sun Jan 7 16:05:32 2024
+++ pkgsrc/net/libcares/distinfo Sun Jan 28 13:02:11 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.35 2024/01/07 16:05:32 wiz Exp $
+$NetBSD: distinfo,v 1.36 2024/01/28 13:02:11 wiz Exp $
-BLAKE2s (c-ares-1.25.0.tar.gz) = 68538255387c5d74156b4a013a2ec60ed52b80c26a0968b36d6f5068ec2e40cb
-SHA512 (c-ares-1.25.0.tar.gz) = f73ffc45c17f1e952ea5fae8a1d9e1508427f21c821ff470ff0b728cc4a1e21d1274f95d9192c22f704bc7e0f58a633608cfdc1704dfe8950902fdfc3dfa2e1c
-Size (c-ares-1.25.0.tar.gz) = 1264129 bytes
+BLAKE2s (c-ares-1.26.0.tar.gz) = eda1579df16629c92658d39df8c94e4276f17318be2cc2fa35ee9e06a1015b01
+SHA512 (c-ares-1.26.0.tar.gz) = 81657b8b9840a565b04ecf87ef8f0fc3192a9594808e47aed5e5bbebf2b5f0066b0cd5fae70f0fe70b68d428b4cc75fba22d2ae7683c6d0f87979c414c072af1
+Size (c-ares-1.26.0.tar.gz) = 1298394 bytes
Home |
Main Index |
Thread Index |
Old Index