aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/CONTROL
diff options
context:
space:
mode:
authorKevin Lu <6320810+kevinlul@users.noreply.github.com>2020-09-05 00:18:37 -0400
committerGitHub <noreply@github.com>2020-09-04 21:18:37 -0700
commit3a7899deb743d0d2198349d032f4f10b8702bce6 (patch)
tree321dcd6d07e844c87542fcd7e29b4c9bdbda1b89 /ports/curl/CONTROL
parentc5ff9ed1f09f193e1965606e8dd39bf7e5086998 (diff)
downloadvcpkg-3a7899deb743d0d2198349d032f4f10b8702bce6.tar.gz
vcpkg-3a7899deb743d0d2198349d032f4f10b8702bce6.zip
[curl] Update to 7.22.0 (#13045)
Diffstat (limited to 'ports/curl/CONTROL')
-rw-r--r--ports/curl/CONTROL12
1 files changed, 7 insertions, 5 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index 6f50966de..1207ea9ef 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,6 +1,5 @@
Source: curl
-Version: 7.71.1
-Port-Version: 2
+Version: 7.72.0
Build-Depends: zlib
Homepage: https://github.com/curl/curl
Description: A library for transferring data with URLs
@@ -24,15 +23,18 @@ Feature: ssh
Build-Depends: curl[core,openssl], libssh2, curl[core,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: schannel
+Description: SSL support (Secure Channel)
Build-Depends: curl[core,sspi]
+Feature: winssl
+Description: Legacy name for schannel
+Build-Depends: curl[schannel]
+
Feature: mbedtls
Build-Depends: mbedtls
Description: SSL support (mbedTLS)