Commit Graph

29 Commits

Author SHA1 Message Date
pravic
f0dc8c109e [curl] update to 7.59.0 2018-03-14 17:51:20 +03:00
Robert Schumacher
9f9778ccff [many ports] Improve behavior on Linux and general cleanup 2018-03-11 23:42:54 -07:00
Michał Janiszewski
d4797b37a6 [curl] Add missing advapi32 link (#2978)
This adds missing library, advapi32, to linking. Fixes ARM builds.

The same patch is pending merge upstream:
https://github.com/curl/curl/pull/2363
2018-03-06 12:08:29 -08:00
pravic
f272a872d4 [curl] Add support of different features. (#2862)
* [curl] Add support of different features.

Default-Features: openssl, http2, ssh (as in previous builds)

Feature: curl
Description: Builds curl executable (placed in the /tools directory)

Feature: http-only
Description: Disables all protocols except HTTP/HTTPS/HTTP2

Feature: http2
Build-Depends: nghttp2, openssl
Description: HTTP2 support (requires openssl)

Feature: openssl
Build-Depends: openssl
Description: SSL support via OpenSSL

Feature: winssl
Description: SSL support via Schannel

Feature: ssh
Build-Depends: libssh2
Description: SSH support via libssh2

* [cpr] Add features of the curl library.

* [cpr] Remove transitive features

* [curl] Remove http2 from default features. Remove winssl feature. Rename "curl" feature to "tool".

* [curl] Fixup curl -> tool renaming

* [curl] Further refactoring of WINSSL/Openssl -- use single ssl feature.
2018-02-27 12:15:37 -08:00
Force Charlie
108d13a277 update about HTTP2 TLS 2018-01-30 21:22:53 +08:00
Force Charlie
278ab50c3f CURL_USE_WINSSL disable HTTP2 2018-01-29 12:40:16 +08:00
Force Charlie
e6712779e7 curl: disable WindowsStore HTTP2 support (nghttp2 not support) 2018-01-28 23:33:38 +08:00
Force Charlie
b45bc18542 curl: only dynamic build support HTTP2 2018-01-28 23:26:48 +08:00
Force Charlie
a66490101e curl enable http2, use nghttp2 2018-01-28 20:26:07 +08:00
pravic
d0d38919bb [curl] update to 7.58.0 2018-01-24 11:30:44 +03:00
Tobias Kohlbau
91f447631d [curl] add option to build with winssl (#2631)
Sometimes curl needs to be build with winssl,
use vcpkg install curl[winssl].

Signed-off-by: Tobias Kohlbau <tobias@kohlbau.de>
2018-01-23 12:11:15 -08:00
Johannes Schindelin
d64fd32046 curl: update to v7.57.0
Due to changes in curl's CMake support, where it now installs .cmake
files, we now have to make sure that they are installed into the correct
directory (and not duplicated into the debug/share/ directory, either).

Also, a change in the context of the 2nd patch required an update of
said patch.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07 21:29:25 +01:00
Robert Schumacher
1b2f75be94 [vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules. 2017-11-16 23:54:55 -08:00
codicodi
19916e5ce1 [curl] update to 7.55.1 2017-08-27 15:13:37 +02:00
codicodi
ce452195c8 [curl] update to 7.55.0 2017-08-11 18:40:13 +02:00
Dale Stammen
30429e68db apply uwp patch to all builds 2017-01-12 12:35:24 -08:00
Dale Stammen
00679b66e3 added support for building uwp versions 2017-01-11 10:59:45 -08:00
Christophe Guébert
93d83e0a60 Add a patch for curl to find the libssh2 library 2016-12-08 09:00:16 +01:00
Alexander Karatarakis
56581e816a [curl] Enable static building 2016-11-26 16:05:46 -08:00
Alexander Karatarakis
cadee66ca2 If portfile is not static-enabled yet, warn and then build dynamic
The opposite if portfile is not dynamic enabled
2016-11-08 14:38:47 -08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Mårten Nordheim
d26fff6e67 [curl] Change BUILD_CURL_TESTS to BUILD_TESTING
It was changed between the previous version and the current one (12e21fab26)
2016-11-05 21:00:23 +01:00
Robert Schumacher
ef4be3ab1d [curl] Update to 7.51.0 2016-11-05 03:17:06 -07:00
Alexander Karatarakis
164a3cd769 [curl] Mark as not supporting static yet 2016-10-26 12:30:56 -07:00
Robert Schumacher
b1fe038a83 Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123 2016-10-06 15:29:37 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
8cee9c6e07 Replaced everything concerning MD5 with SHA512 2016-09-22 21:30:58 +02:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00