Skip to content

Commit

Permalink
[curl] update to 7.61.0 (#3901)
Browse files Browse the repository at this point in the history
* [curl] update to 7.61.0

* [curl] Fix wrong checksum.

* [curl] Remove winssl-http2 patch which is not needed anymore.

per curl/curl#2591.
  • Loading branch information
pravic authored and ras0219-msft committed Jul 18, 2018
1 parent 1f4dde2 commit ef47bb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 83 deletions.
79 changes: 0 additions & 79 deletions ports/curl/0005_winssl_http2.patch

This file was deleted.

2 changes: 1 addition & 1 deletion ports/curl/CONTROL
@@ -1,5 +1,5 @@
Source: curl
Version: 7.60.0-2
Version: 7.61.0
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl
Expand Down
5 changes: 2 additions & 3 deletions ports/curl/portfile.cmake
Expand Up @@ -2,8 +2,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO curl/curl
REF curl-7_60_0
SHA512 876ca211d40887f36f77661235d3875bdd3fe210f131c8bd1025bd8c9ca3144a9ac23247067675a3e30385427748c51d0d54250cc2bb4a2ae0c3a9b9428b0e66
REF curl-7_61_0
SHA512 b6d2f57059e72139540cb93b945703857cb447920ed9b283993611453fed623432290adc5a3558181e3decc15c7cf54fff475010d922957807a37d1a1449be6c
HEAD_REF master
)

Expand All @@ -14,7 +14,6 @@ vcpkg_apply_patches(
${CMAKE_CURRENT_LIST_DIR}/0002_fix_uwp.patch
${CMAKE_CURRENT_LIST_DIR}/0003_fix_libraries.patch
${CMAKE_CURRENT_LIST_DIR}/0004_nghttp2_staticlib.patch
${CMAKE_CURRENT_LIST_DIR}/0005_winssl_http2.patch
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" CURL_STATICLIB)
Expand Down

0 comments on commit ef47bb4

Please sign in to comment.