Skip to content

Commit 3a2436b

Browse files
committed
Update c-ares to v1.28.0
1 parent 7fea118 commit 3a2436b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ the requirements.
5555
| [nghttp2](https://nghttp2.org) | 1.60.0 | 2024-03-01 |
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.2.0 | 2024-02-16 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.4.0 | 2024-03-18 |
58-
| [c-ares](https://c-ares.org) | 1.27.0 | 2024-02-22 |
58+
| [c-ares](https://c-ares.org) | 1.28.0 | 2024-03-29 |
5959
| [curl](https://curl.se) | 8.6.0 | 2024-01-30 |
6060
| [libxml2](http://xmlsoft.org) | 2.12.6 | 2024-03-15 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.39 | 2023-11-16 |

ports/c-ares/patches/0001-Adjust-CMake-for-vcpkg.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From bb612a3f4ac08fbbcbe9657594886549869eb9f0 Mon Sep 17 00:00:00 2001
1+
From 33bb506a3832cfca00869c2515a1dbcd57cd0824 Mon Sep 17 00:00:00 2001
22
From: Don <[email protected]>
33
Date: Tue, 20 Oct 2020 16:42:08 -0700
44
Subject: [PATCH] Adjust CMake for vcpkg
@@ -8,10 +8,10 @@ Subject: [PATCH] Adjust CMake for vcpkg
88
1 file changed, 1 insertion(+), 1 deletion(-)
99

1010
diff --git a/CMakeLists.txt b/CMakeLists.txt
11-
index 8cfc810..4f05344 100644
11+
index 4af7ba9..d3735ac 100644
1212
--- a/CMakeLists.txt
1313
+++ b/CMakeLists.txt
14-
@@ -725,7 +725,7 @@ ENDIF ()
14+
@@ -730,7 +730,7 @@ ENDIF ()
1515

1616
# Export targets
1717
IF (CARES_INSTALL)

ports/c-ares/portfile.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
set(VERSION 1.27.0)
1+
set(VERSION 1.28.0)
22
string(REPLACE "." "_" TAG ${VERSION})
33

44
# Get archive
55
vcpkg_download_distfile(ARCHIVE
66
URLS "https://github.com/c-ares/c-ares/releases/download/cares-${TAG}/c-ares-${VERSION}.tar.gz"
77
FILENAME "c-ares-${VERSION}.tar.gz"
8-
SHA512 d0bffeeabdc5f1d4cececd46bd495b8224a64eaaf6d2a91c5475517440effe0e096146a1ebf19ece07367198be576c61b11961d5e4c3f601c5c5529ce4fcb46a
8+
SHA512 588d428ec8f3952512228b2ece72b634251e1b4282180f332a06a83cc98d562eb23aee6f442f723d23fef8b5de1da103b22dd6a060bf5d90f9415d42ab99a417
99
)
1010

1111
# Patches

ports/c-ares/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "c-ares",
3-
"version": "1.27.0",
3+
"version": "1.28.0",
44
"description": "A C library for asynchronous DNS requests",
55
"homepage": "https://c-ares.org",
66
"license": "MIT-CMU",

0 commit comments

Comments
 (0)