vcpkg/ports/curl/CONTROL
past-due 67a9305c75 [curl] Update to 7.66.0 (#7331)
* [curl] Update to 7.65.3

* [curl] Remove USAGE

(Use auto-generated message about exported config.)

* Add wrapper

* [curl] Update to 7.66.0

* Add wrapper to curl

* drop parent_scope

* add change that didn't make it

* Populate CURL_LIBRARY

* Fix transitive dependency

* try to actually set LIBRARIES

* get .libs

* fix curlpp and dynamic builds on linux

* add @cenit's suggestion and fix typo in curlpp

* modify PDAL patch
2019-09-26 21:31:33 -07:00

49 lines
1.0 KiB
Plaintext

Source: curl
Version: 7.66.0
Build-Depends: zlib
Homepage: https://github.com/curl/curl
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)
Feature: c-ares
Build-Depends: c-ares
Description: c-ares support
Feature:sspi
Description: SSPI support
Feature: brotli
Description: brotli support (brotli)