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 Nov 22 11:48:32 UTC 2023

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

Log Message:
libcares: updated to 1.22.1

c-ares version 1.22.1

Bugfixes:

Fix /etc/hosts processing performance with all entries using same IPaddress. Large hosts files using the same IP address for all entries could use exponential time.
Fix typos in manpages
Fix OpenWatcom building


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/net/libcares/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/net/libcares/PLIST
cvs rdiff -u -r1.31 -r1.32 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.37 pkgsrc/net/libcares/Makefile:1.38
--- pkgsrc/net/libcares/Makefile:1.37   Sun Nov 19 13:35:07 2023
+++ pkgsrc/net/libcares/Makefile        Wed Nov 22 11:48:32 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2023/11/19 13:35:07 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2023/11/22 11:48:32 adam Exp $
 
-DISTNAME=      c-ares-1.22.0
+DISTNAME=      c-ares-1.22.1
 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.21 pkgsrc/net/libcares/PLIST:1.22
--- pkgsrc/net/libcares/PLIST:1.21      Sun Nov 19 13:35:07 2023
+++ pkgsrc/net/libcares/PLIST   Wed Nov 22 11:48:32 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2023/11/19 13:35:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.22 2023/11/22 11:48:32 adam 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.8.0
+lib/libcares.so.2.8.1
 lib/libcares_static.a
 lib/pkgconfig/libcares.pc
 man/man1/adig.1

Index: pkgsrc/net/libcares/distinfo
diff -u pkgsrc/net/libcares/distinfo:1.31 pkgsrc/net/libcares/distinfo:1.32
--- pkgsrc/net/libcares/distinfo:1.31   Sun Nov 19 13:35:07 2023
+++ pkgsrc/net/libcares/distinfo        Wed Nov 22 11:48:32 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2023/11/19 13:35:07 wiz Exp $
+$NetBSD: distinfo,v 1.32 2023/11/22 11:48:32 adam Exp $
 
-BLAKE2s (c-ares-1.22.0.tar.gz) = 0d7af33373b1c9e1763b772d0c46ca6b7f0239c3b1ba61bd1246b14e187ea15d
-SHA512 (c-ares-1.22.0.tar.gz) = b84b774090bbeae7ad2eabeb223a12474e42f2efcc4e2209fcda260b1fe29337549eb7827eb7f75475fade65b6e1ab719abdae0ff543309c1914aa9cef65cd01
-Size (c-ares-1.22.0.tar.gz) = 1662808 bytes
+BLAKE2s (c-ares-1.22.1.tar.gz) = 186e873b7721e82be5dd703773baa28cc8cddac50479882e0a6a95cb092a65d3
+SHA512 (c-ares-1.22.1.tar.gz) = 9b9aa3ff48a76e7d1464f5fc644e736d09898b2245c81292c510d1a3b967dca13e4711bab564947ec99c118094c385d12a92ddd767a84153fdd21df03da75349
+Size (c-ares-1.22.1.tar.gz) = 1665059 bytes



Home | Main Index | Thread Index | Old Index