diff options
| author | Phoebe <925731795@qq.com> | 2019-05-27 07:53:41 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-05-26 16:53:41 -0700 |
| commit | 9ffac4d56eed774419fbb628ea89417a6399db58 (patch) | |
| tree | 63817a836e32db3713fb968440881cddd5848b4d /ports/curl/CONTROL | |
| parent | 0cbbeda9cd47dd3c5c9126d7e504bc3ca08d6ccc (diff) | |
| download | vcpkg-9ffac4d56eed774419fbb628ea89417a6399db58.tar.gz vcpkg-9ffac4d56eed774419fbb628ea89417a6399db58.zip | |
[Curl] Upgrades 2019.05.08 (#6429)
* [Curl] Upgrades 2019.05.08
* merge changes from master
* Fix cpr failure
* Fix the case issue in Linux
* Update patch and portfile
* Update the portfile that changed by my mistake
* [curl] Update to 7.65.0 to skip USE_DARWINSSL regression. Disable PERL since we don't build the manual anyway.
* Rename DARWINSSL to SECTRANSP
* Update the name and error detect
Diffstat (limited to 'ports/curl/CONTROL')
| -rw-r--r-- | ports/curl/CONTROL | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index 9d5dde10e..226ce5b1a 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,5 +1,5 @@ Source: curl -Version: 7.61.1-7 +Version: 7.65.0 Build-Depends: zlib Description: A library for transferring data with URLs Default-Features: ssl @@ -15,7 +15,7 @@ Build-Depends: nghttp2, curl[ssl] Description: HTTP2 support Feature: ssl -Build-Depends: curl[openssl] (!windows&!osx), curl[winssl] (windows), curl[darwinssl] (osx) +Build-Depends: curl[openssl] (!windows&!osx), curl[winssl] (windows), curl[sectransp] (osx) Description: Default SSL backend Feature: ssh @@ -34,5 +34,5 @@ Feature: mbedtls Build-Depends: mbedtls Description: SSL support (mbedTLS) -Feature: darwinssl -Description: SSL support (darwinssl) +Feature: sectransp +Description: SSL support (sectransp) |
