Skip to content

Commit

Permalink
dns/c-ares: Update to 1.25.0
Browse files Browse the repository at this point in the history
Changelog: https://c-ares.org/changelog.html#1_25_0

PR:		276130
Reviewed by:	zi (maintainer)
Sponsored by:	Blinkinblox
  • Loading branch information
Daniel Engberg authored and Daniel Engberg committed Jan 6, 2024
1 parent 74944a8 commit c5ff94a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 1 addition & 4 deletions dns/c-ares/Makefile
@@ -1,12 +1,9 @@
PORTNAME= c-ares
DISTVERSION= 1.24.0
DISTVERSION= 1.25.0
CATEGORIES= dns
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/cares-${DISTVERSION:S/./_/g}/ \
https://c-ares.org/download/

PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
PATCHFILES= 7dd384a99cc385e408e64c3e0af4e0e2136ed034.patch:-p1

MAINTAINER= zi@FreeBSD.org
COMMENT= Asynchronous DNS resolver library
WWW= https://c-ares.haxx.se/
Expand Down
8 changes: 3 additions & 5 deletions dns/c-ares/distinfo
@@ -1,5 +1,3 @@
TIMESTAMP = 1702828727
SHA256 (c-ares-1.24.0.tar.gz) = c517de6d5ac9cd55a9b72c1541c3e25b84588421817b5f092850ac09a8df5103
SIZE (c-ares-1.24.0.tar.gz) = 1368749
SHA256 (7dd384a99cc385e408e64c3e0af4e0e2136ed034.patch) = 0e8b2aa7c199998977a8b1bc4acf40416acea55c9d16d7186a4022c8fab2c694
SIZE (7dd384a99cc385e408e64c3e0af4e0e2136ed034.patch) = 3279
TIMESTAMP = 1704405577
SHA256 (c-ares-1.25.0.tar.gz) = 71832b93a48f5ff579c505f4869120c14e57b783275367207f1a98314aa724e5
SIZE (c-ares-1.25.0.tar.gz) = 1264129
2 changes: 1 addition & 1 deletion dns/c-ares/pkg-plist
Expand Up @@ -13,7 +13,7 @@ lib/cmake/c-ares/c-ares-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/c-ares/c-ares-targets.cmake
lib/libcares.so
lib/libcares.so.2
lib/libcares.so.2.10.0
lib/libcares.so.2.10.1
libdata/pkgconfig/libcares.pc
man/man1/adig.1.gz
man/man1/ahost.1.gz
Expand Down

0 comments on commit c5ff94a

Please sign in to comment.