diff --git a/ports/curl/0023-fix-find-cares.patch b/ports/curl/0023-fix-find-cares.patch index 2eadc69544..4aa11acfa1 100644 --- a/ports/curl/0023-fix-find-cares.patch +++ b/ports/curl/0023-fix-find-cares.patch @@ -1,5 +1,19 @@ +diff --git a/CMake/curl-config.cmake.in b/CMake/curl-config.cmake.in +index 496a92d0e..564415ef6 100644 +--- a/CMake/curl-config.cmake.in ++++ b/CMake/curl-config.cmake.in +@@ -30,6 +30,9 @@ endif() + if(@USE_ZLIB@) + find_dependency(ZLIB @ZLIB_VERSION_MAJOR@) + endif() ++if(@USE_ARES@) ++ find_dependency(c-ares) ++endif() + + include("${CMAKE_CURRENT_LIST_DIR}/@TARGETS_EXPORT_NAME@.cmake") + check_required_components("@PROJECT_NAME@") diff --git a/CMakeLists.txt b/CMakeLists.txt -index f6e1071..62aed82 100644 +index b43520751..dbf62751f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -169,8 +169,8 @@ set(CURL_LIBS "") diff --git a/ports/curl/vcpkg.json b/ports/curl/vcpkg.json index f83a2700e3..2c0d5aa9fb 100644 --- a/ports/curl/vcpkg.json +++ b/ports/curl/vcpkg.json @@ -1,6 +1,7 @@ { "name": "curl", "version": "7.88.1", + "port-version": 1, "description": "A library for transferring data with URLs", "homepage": "https://curl.se/", "license": null, diff --git a/versions/baseline.json b/versions/baseline.json index c65160e8eb..79b35875e0 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1886,7 +1886,7 @@ }, "curl": { "baseline": "7.88.1", - "port-version": 0 + "port-version": 1 }, "curlpp": { "baseline": "2018-06-15", diff --git a/versions/c-/curl.json b/versions/c-/curl.json index 42c27c09ca..cb92138504 100644 --- a/versions/c-/curl.json +++ b/versions/c-/curl.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "9be28a8022b91c14e868d88a74eedc0dd891e966", + "version": "7.88.1", + "port-version": 1 + }, { "git-tree": "2b76f0341314696395cfa982b5199c8336192757", "version": "7.88.1",