aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2019-07-07 23:11:01 -0700
committerPhil Christensen <philc@microsoft.com>2019-07-07 23:11:01 -0700
commit042d7d368f7417039cc8e42cc34af634d9a45f80 (patch)
treeca784546b2c3709008791cd54afbae7aeff8d203 /ports/curl/CONTROL
parentd5959f2e4c8efcf22048beca8e393058e37a3ead (diff)
downloadvcpkg-042d7d368f7417039cc8e42cc34af634d9a45f80.tar.gz
vcpkg-042d7d368f7417039cc8e42cc34af634d9a45f80.zip
[curl] Add features. (#7156)
Diffstat (limited to 'ports/curl/CONTROL')
-rw-r--r--ports/curl/CONTROL12
1 files changed, 11 insertions, 1 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index bd7c4b39b..0b2028369 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,5 +1,5 @@
Source: curl
-Version: 7.65.0-2
+Version: 7.65.0-3
Build-Depends: zlib
Homepage: https://github.com/curl/curl
Description: A library for transferring data with URLs
@@ -37,3 +37,13 @@ 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) \ No newline at end of file