mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:41:37 +08:00
8346836471
* [curl] Split the OpenSSL and SChannel backends into separate features * [curl] Add mbedTLS backend as a feature * [curl] Make winssl the default for Windows. Remove need for compatibility workaround. * [curl] Continue to use openssl in UWP because PSecurityFunctionTableA is not available.
36 lines
768 B
Plaintext
36 lines
768 B
Plaintext
Source: curl
|
|
Version: 7.61.1-2
|
|
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), curl[winssl] (windows)
|
|
Description: Default SSL backend
|
|
|
|
Feature: ssh
|
|
Build-Depends: 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)
|