Skip to content

Commit 665017d

Browse files
committed
Update curl to v8.5.0
Add in additional `option` values for the port. Continue to use the default of `CURL_DISABLE_BINDLOCAL`. Turn `ON` `CURL_DISABLE_SRP` since it is not used in the browser.
1 parent 0057b48 commit 665017d

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ the requirements.
5656
| [nghttp3](https://github.com/ngtcp2/nghttp3) | 1.1.0 | 2023-11-25 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 1.1.0 | 2023-11-25 |
5858
| [c-ares](https://c-ares.org) | 1.23.0 | 2023-11-30 |
59-
| [curl](https://curl.se) | 8.4.0 | 2023-10-11 |
59+
| [curl](https://curl.se) | 8.5.0 | 2023-12-06 |
6060
| [libxml2](http://xmlsoft.org) | 2.12.1 | 2023-11-23 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.39 | 2023-11-16 |
6262
| [lcms](https://www.littlecms.com/) | 2.16.0 | 2023-12-03 |
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 9efc0257d54a3785339b34f4747af988598d0bd3 Mon Sep 17 00:00:00 2001
1+
From 36625179edd6b92b6a03a857f025b653ac7fd03b Mon Sep 17 00:00:00 2001
22
From: Don <[email protected]>
33
Date: Mon, 26 Nov 2018 16:32:05 -0800
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 1b19c681d..b41290612 100644
11+
index a54c2fff9..58a20de8d 100644
1212
--- a/CMakeLists.txt
1313
+++ b/CMakeLists.txt
14-
@@ -1469,7 +1469,7 @@ endfunction()
14+
@@ -1498,7 +1498,7 @@ endfunction()
1515

1616
include(GNUInstallDirs)
1717

@@ -21,5 +21,5 @@ index 1b19c681d..b41290612 100644
2121
set(generated_dir "${CMAKE_CURRENT_BINARY_DIR}/generated")
2222
set(project_config "${generated_dir}/${PROJECT_NAME}Config.cmake")
2323
--
24-
2.42.0.windows.2
24+
2.43.0.windows.1
2525

ports/curl/portfile.cmake

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

44
# Get archive
55
vcpkg_download_distfile(ARCHIVE
66
URLS "https://github.com/curl/curl/releases/download/curl-${TAG}/curl-${VERSION}.zip"
77
FILENAME "curl-${VERSION}.zip"
8-
SHA512 ab9d19a99e91b0eb3fcdd5c7156cd4330c884961aa211a3ffafa91781b38f74bb96a9779c67f9470b9f6d64de76045880f51318d5d0fad2bd0639a47ba37a29e
8+
SHA512 966937f2a17b20f320d5cf7a94aafb85158e945191bfe040d75c8d99b55e5af12f43b1b4f40ebe0f6f583fea0ceb92e3ae184efe844cf8fd7b6b52b45124a199
99
)
1010

1111
# Patches
@@ -30,6 +30,7 @@ set(BUILD_OPTIONS
3030
-DCURL_BROTLI=ON
3131
-DCURL_ZLIB=ON
3232
-DCURL_DISABLE_ALTSVC=OFF
33+
-DCURL_DISABLE_SRP=ON
3334
-DCURL_DISABLE_BASIC_AUTH=OFF
3435
-DCURL_DISABLE_BEARER_AUTH=OFF
3536
-DCURL_DISABLE_DIGEST_AUTH=OFF
@@ -49,6 +50,7 @@ set(BUILD_OPTIONS
4950
-DCURL_DISABLE_LDAP=ON
5051
-DCURL_DISABLE_LDAPS=ON
5152
-DCURL_DISABLE_MIME=OFF
53+
-DCURL_DISABLE_BINDLOCAL=OFF
5254
-DCURL_DISABLE_MQTT=ON
5355
-DCURL_DISABLE_NETRC=ON
5456
-DCURL_DISABLE_NTLM=ON

ports/curl/vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "curl",
3-
"version": "8.4.0",
3+
"version": "8.5.0",
44
"description": "A library for transferring data with URLs",
55
"homepage": "https://curl.se/",
66
"dependencies": [

0 commit comments

Comments
 (0)