Skip to content

Commit 64aaa93

Browse files
committed
Update curl to v8.6.0
1 parent 7e80e43 commit 64aaa93

File tree

5 files changed

+9
-133
lines changed

5 files changed

+9
-133
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.2.0 | 2024-01-20 |
5858
| [c-ares](https://c-ares.org) | 1.26.0 | 2024-01-26 |
59-
| [curl](https://curl.se) | 8.5.0 | 2023-12-06 |
59+
| [curl](https://curl.se) | 8.6.0 | 2024-01-30 |
6060
| [libxml2](http://xmlsoft.org) | 2.12.4 | 2024-01-15 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.39 | 2023-11-16 |
6262
| [lcms](https://www.littlecms.com/) | 2.16.0 | 2023-12-03 |

ports/curl/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 36625179edd6b92b6a03a857f025b653ac7fd03b Mon Sep 17 00:00:00 2001
1+
From 53f0c5770ac53757b73932ae4e47c920cafa7f03 Mon Sep 17 00:00:00 2001
22
From: Don <don.j.olmstead@gmail.com>
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 a54c2fff9..58a20de8d 100644
11+
index 1b5ea67c2..8a34a28f4 100644
1212
--- a/CMakeLists.txt
1313
+++ b/CMakeLists.txt
14-
@@ -1498,7 +1498,7 @@ endfunction()
14+
@@ -1475,7 +1475,7 @@ endfunction()
1515

1616
include(GNUInstallDirs)
1717

ports/curl/patches/0002-http2-improved-on_stream_close-data_done-handling.patch

Lines changed: 0 additions & 123 deletions
This file was deleted.

ports/curl/portfile.cmake

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
set(VERSION 8.5.0)
1+
set(VERSION 8.6.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 966937f2a17b20f320d5cf7a94aafb85158e945191bfe040d75c8d99b55e5af12f43b1b4f40ebe0f6f583fea0ceb92e3ae184efe844cf8fd7b6b52b45124a199
8+
SHA512 f5f4b966b3bd379617d2f6d62513fa674f302c817c58903284f8aaeac6f1f1d62970def0b78d7f13341b6862b95e3ad6055d2dc62563eba22911981e17daa9cc
99
)
1010

1111
# Patches
1212
set(PATCHES
1313
${CMAKE_CURRENT_LIST_DIR}/patches/0001-Adjust-CMake-for-vcpkg.patch
14-
# Remove after 8.6.0 release
15-
${CMAKE_CURRENT_LIST_DIR}/patches/0002-http2-improved-on_stream_close-data_done-handling.patch
1614
)
1715

1816
# Extract archive
@@ -27,6 +25,7 @@ vcpkg_extract_source_archive_ex(
2725
set(BUILD_OPTIONS
2826
# BUILD options
2927
-DBUILD_CURL_EXE=OFF
28+
-DBUILD_LIBCURL_DOCS=OFF
3029
-DBUILD_TESTING=OFF
3130
# CURL options
3231
-DCURL_BROTLI=ON
@@ -71,7 +70,7 @@ set(BUILD_OPTIONS
7170
-DCURL_USE_LIBPSL=OFF
7271
-DCURL_USE_LIBSSH2=OFF
7372
# ENABLE options
74-
-DENABLE_MANUAL=OFF
73+
-DENABLE_CURL_MANUAL=OFF
7574
-DENABLE_UNIX_SOCKETS=OFF
7675
# USE options
7776
-DUSE_NGHTTP2=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.5.0",
3+
"version": "8.6.0",
44
"description": "A library for transferring data with URLs",
55
"homepage": "https://curl.se/",
66
"dependencies": [

0 commit comments

Comments
 (0)