mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-23 14:27:51 +08:00
9ffac4d56e
* [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
39 lines
866 B
Plaintext
39 lines
866 B
Plaintext
Source: curl
|
|
Version: 7.65.0
|
|
Build-Depends: zlib
|
|
Description: A library for transferring data with URLs
|
|
Default-Features: ssl
|
|
|
|
Feature: tool
|
|
Description: Builds curl executable
|
|
|
|
Feature: non-http
|
|
Description: Enables protocols beyond HTTP/HTTPS/HTTP2
|
|
|
|
Feature: http2
|
|
Build-Depends: nghttp2, curl[ssl]
|
|
Description: HTTP2 support
|
|
|
|
Feature: ssl
|
|
Build-Depends: curl[openssl] (!windows&!osx), curl[winssl] (windows), curl[sectransp] (osx)
|
|
Description: Default SSL backend
|
|
|
|
Feature: ssh
|
|
Build-Depends: curl[openssl], libssh2, curl[non-http]
|
|
Description: SSH support via libssh2
|
|
|
|
# SSL backends
|
|
Feature: openssl
|
|
Build-Depends: openssl
|
|
Description: SSL support (OpenSSL)
|
|
|
|
Feature: winssl
|
|
Description: SSL support (Secure Channel / "WinSSL")
|
|
|
|
Feature: mbedtls
|
|
Build-Depends: mbedtls
|
|
Description: SSL support (mbedTLS)
|
|
|
|
Feature: sectransp
|
|
Description: SSL support (sectransp)
|