Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ of third party libraries used in the Windows port of WebKit.
| [icu](http://site.icu-project.org) | 77.1 | 2025-03-13 | CMake port. Upstream pinned to 74.1 |
| [openssl](https://www.libressl.org/) | libressl | N/A | Map openssl to libressl |
| [zlib](https://github.com/zlib-ng/zlib-ng) | zlib-ng | N/A | Map zlib to zlib-ng |
| [curl](https://curl.se) | 8.13.0 | 2025-04-02 | Customization of build options, and release candidates |
| [curl](https://curl.se) | 8.16.0 | 2025-09-10 | Customization of build options, and release candidates |
| [cairo](https://gitlab.freedesktop.org/cairo/cairo) | 1.18.2 | 2024-09-01 | CMake port. Will remove when cairo taken out of WebKit |

This file was deleted.

8 changes: 2 additions & 6 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(VERSION 8.13.0)
set(VERSION 8.16.0)
string(REPLACE "." "_" TAG ${VERSION})

set(FILENAME "curl-${VERSION}.tar.xz")
Expand All @@ -15,11 +15,7 @@ endif ()
vcpkg_download_distfile(ARCHIVE
URLS ${URLS}
FILENAME ${FILENAME}
SHA512 d266e460f162ee455b56726e5b7247b2d1aa5265ae12081513fc0c5c79e785a594097bc71d505dc9bcd2c2f6f1ff6f4bab9dbd9d120bb76d06c5be8521a8ca7d
)

set(PATCHES
0001-cpool-cshutdown-force-close-connections-under-pressu.patch
SHA512 8262c3dc113cfd5744ef1b82dbccaa69448a9395ad5c094c22df5cf537a047a927d3332db2cb3be12a31a68a60d8d0fa8485b916e975eda36a4ebd860da4f621
)

# Extract archive
Expand Down
9 changes: 7 additions & 2 deletions ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curl",
"version": "8.13.0",
"version": "8.16.0",
"port-version": 1,
"description": "A library for transferring data with URLs",
"homepage": "https://curl.se/",
Expand Down Expand Up @@ -34,7 +34,12 @@
"description": "Enable HTTP/3 support.",
"dependencies": [
"nghttp3",
"ngtcp2"
{
"name": "ngtcp2",
"features": [
"openssl"
]
}
]
},
"ipv6": {
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"port-version": 0
},
"curl": {
"baseline": "8.13.0",
"baseline": "8.16.0",
"port-version": 1
},
"icu": {
Expand Down