Skip to content

Commit 677ffd9

Browse files
committed
Update curl to v8.4.0
1 parent cd41e8d commit 677ffd9

File tree

5 files changed

+7
-76
lines changed

5 files changed

+7
-76
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) | 0.15.0 | 2023-09-02 |
5757
| [ngtcp2](https://github.com/ngtcp2/ngtcp2) | 0.19.1 | 2023-09-06 |
5858
| [c-ares](https://c-ares.org) | 1.20.1 | 2023-10-08 |
59-
| [curl](https://curl.se) | 8.3.0 | 2023-09-13 |
59+
| [curl](https://curl.se) | 8.4.0 | 2023-10-11 |
6060
| [libxml2](http://xmlsoft.org) | 2.11.5 | 2023-08-09 |
6161
| [libxslt](http://xmlsoft.org/libxslt) | 1.1.38 | 2023-05-08 |
6262
| [lcms](https://www.littlecms.com/) | 2.15.0 | 2023-03-01 |

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 64a3af674c111bd1652aa7b55057eea68c93f436 Mon Sep 17 00:00:00 2001
1+
From 9efc0257d54a3785339b34f4747af988598d0bd3 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 bc42c6a62..12b3385e6 100644
11+
index 1b19c681d..b41290612 100644
1212
--- a/CMakeLists.txt
1313
+++ b/CMakeLists.txt
14-
@@ -1424,7 +1424,7 @@ endfunction()
14+
@@ -1469,7 +1469,7 @@ endfunction()
1515

1616
include(GNUInstallDirs)
1717

ports/curl/patches/0001-h2-testcase-and-fix-for-pausing-h2-streams.patch

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

ports/curl/portfile.cmake

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
1-
set(VERSION 8.3.0)
1+
set(VERSION 8.4.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 8e34636bdd6ea07535053169b85d885d1a0a924189dd03980461d4691c5c50dc067f866ece8b2347def9e4f38c1ab4954c6117e9ab1e2dab1d0d515a4e40a19c
8+
SHA512 ab9d19a99e91b0eb3fcdd5c7156cd4330c884961aa211a3ffafa91781b38f74bb96a9779c67f9470b9f6d64de76045880f51318d5d0fad2bd0639a47ba37a29e
99
)
1010

1111
# Patches
1212
set(PATCHES
1313
${CMAKE_CURRENT_LIST_DIR}/patches/0001-Adjust-CMake-for-vcpkg.patch
14-
# Remove in next release 8.4.0
15-
${CMAKE_CURRENT_LIST_DIR}/patches/0001-h2-testcase-and-fix-for-pausing-h2-streams.patch
1614
)
1715

1816
# Extract archive

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.3.0",
3+
"version": "8.4.0",
44
"description": "A library for transferring data with URLs",
55
"homepage": "https://curl.se/",
66
"dependencies": [

0 commit comments

Comments
 (0)