Skip to content

Commit 3e587c3

Browse files
committed
Update curl to v7.60.0
1 parent c10140b commit 3e587c3

5 files changed

+4
-103
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
| [brotli](https://github.com/google/brotli) | 1.0.4 | 04-10-2018 |
2222
| [libressl](https://www.libressl.org) | 2.7.3 | 05-05-2018 |
2323
| [nghttp2](https://nghttp2.org) | 1.32.0 | 05-08-2018 |
24-
| [curl](https://curl.haxx.se) | 7.59.0 | 03-14-2018 |
24+
| [curl](https://curl.haxx.se) | 7.60.0 | 05-16-2018 |
2525
| [libxml2](http://xmlsoft.org/) | 2.9.7 | 11-02-2017 |
2626
| [libxslt](http://xmlsoft.org/libxslt/) | 1.1.32 | 11-02-2017 |
2727
| [libpng](http://www.libpng.org/pub/png/libpng.html) | 1.6.34 | 09-29-2017 |

ports/curl/CONTROL

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Source: curl
2-
Version: 7.59.0
2+
Version: 7.60.0
33
Build-Depends: zlib, brotli, nghttp2
44
Description: A library for transferring data with URLs
55

ports/curl/patches/0002-Add-support-for-Brotli-in-CMake.patch

-79
This file was deleted.

ports/curl/patches/0003-Fix-LibreSSL-detection.patch

-18
This file was deleted.

ports/curl/portfile.cmake

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
include(vcpkg_common_functions)
22

3-
set(CURL_VERSION 7.59.0)
3+
set(CURL_VERSION 7.60.0)
44
string(REPLACE "." "_" CURL_TAG ${CURL_VERSION})
55
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/curl-curl-${CURL_TAG})
66

77
vcpkg_download_distfile(ARCHIVE
88
URLS "https://github.com/curl/curl/archive/curl-${CURL_TAG}.zip"
99
FILENAME "curl-${CURL_TAG}.zip"
10-
SHA512 c124d1f39cdf8b64dfa016e5a3521c428f6471128eba54e23484428bfc7276ecd080d1a0adabdd0ddafd02624c7e73fdaa5619e824d36d6242558cce12d3bf77
10+
SHA512 19773facc0b8d3196227285585b4b0ae9d57fc3eca67004e0108b137b1bdc82bbaabbac3540e52efd2ea485316cd525a055c12954195f64e5052007a8f288e12
1111
)
1212
vcpkg_extract_source_archive(${ARCHIVE})
1313

@@ -16,8 +16,6 @@ vcpkg_apply_patches(
1616
SOURCE_PATH ${SOURCE_PATH}
1717
PATCHES
1818
${CMAKE_CURRENT_LIST_DIR}/patches/0001-Adjust-CMake-for-vcpkg.patch
19-
${CMAKE_CURRENT_LIST_DIR}/patches/0002-Add-support-for-Brotli-in-CMake.patch
20-
${CMAKE_CURRENT_LIST_DIR}/patches/0003-Fix-LibreSSL-detection.patch
2119
)
2220

2321
# Run CMake build

0 commit comments

Comments
 (0)