File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ the requirements.
5555| [ nghttp2] ( https://nghttp2.org ) | 1.58.0 | 2023-10-27 |
5656| [ nghttp3] ( https://github.com/ngtcp2/nghttp3 ) | 1.0.0 | 2023-10-15 |
5757| [ ngtcp2] ( https://github.com/ngtcp2/ngtcp2 ) | 1.0.1 | 2023-10-23 |
58- | [ c-ares] ( https://c-ares.org ) | 1.22.0 | 2023-11-14 |
58+ | [ c-ares] ( https://c-ares.org ) | 1.22.1 | 2023-11-19 |
5959| [ curl] ( https://curl.se ) | 8.4.0 | 2023-10-11 |
6060| [ libxml2] ( http://xmlsoft.org ) | 2.12.0 | 2023-11-16 |
6161| [ libxslt] ( http://xmlsoft.org/libxslt ) | 1.1.39 | 2023-11-16 |
Original file line number Diff line number Diff line change 1- From 3a1778a72e5266bab5f6bad66f1d430bb5a385eb Mon Sep 17 00:00:00 2001
1+ From 7a63edbc68228c95a9fd5b3dad8846c392c7d91e Mon Sep 17 00:00:00 2001
2233Date: Tue, 20 Oct 2020 16:42:08 -0700
44Subject: [PATCH] Adjust CMake for vcpkg
@@ -8,7 +8,7 @@ Subject: [PATCH] Adjust CMake for vcpkg
88 1 file changed, 1 insertion(+), 1 deletion(-)
99
1010diff --git a/CMakeLists.txt b/CMakeLists.txt
11- index 5c44ac7..735f5c1 100644
11+ index 2e9142d..f10f961 100644
1212--- a/CMakeLists.txt
1313+++ b/CMakeLists.txt
1414@@ -665,7 +665,7 @@ ENDIF ()
@@ -21,5 +21,5 @@ index 5c44ac7..735f5c1 100644
2121 CONFIGURE_PACKAGE_CONFIG_FILE (${PROJECT_NAME}-config.cmake.in ${PROJECT_NAME}-config.cmake
2222 INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR}
2323- -
24- 2.42 .0.windows.2
24+ 2.43 .0.windows.1
2525
Original file line number Diff line number Diff line change 1- set (VERSION 1.22.0 )
1+ set (VERSION 1.22.1 )
22string (REPLACE "." "_" TAG ${VERSION} )
33
44# Get archive
55vcpkg_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 b84b774090bbeae7ad2eabeb223a12474e42f2efcc4e2209fcda260b1fe29337549eb7827eb7f75475fade65b6e1ab719abdae0ff543309c1914aa9cef65cd01
8+ SHA512 9b9aa3ff48a76e7d1464f5fc644e736d09898b2245c81292c510d1a3b967dca13e4711bab564947ec99c118094c385d12a92ddd767a84153fdd21df03da75349
99)
1010
1111# Patches
Original file line number Diff line number Diff line change 11{
22 "name" : " c-ares" ,
3- "version" : " 1.22.0 " ,
3+ "version" : " 1.22.1 " ,
44 "description" : " A C library for asynchronous DNS requests" ,
55 "homepage" : " https://c-ares.org" ,
66 "license" : " MIT-CMU" ,
You can’t perform that action at this time.
0 commit comments