aboutsummaryrefslogtreecommitdiff
path: root/ports/curl
AgeCommit message (Collapse)Author
2017-12-07curl: update to v7.57.0Johannes Schindelin
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-11-16[vcpkg] Support \share\<port>\usage to handle libraries which are found ↵Robert Schumacher
through built-in Find Modules.
2017-09-09vcpkg_configure_cmake (and _meson) now embed debug symbols within static ↵Alexander Karatarakis
libs (/Z7)
2017-08-27[curl] update to 7.55.1codicodi
2017-08-11[curl] update to 7.55.0codicodi
2017-01-13[curl] Bump version to correspond with source code change for uwp support.Robert Schumacher
2017-01-12added missing free calls after curl_getenvDale Stammen
2017-01-12apply uwp patch to all buildsDale Stammen
2017-01-11added support for building uwp versionsDale Stammen
2016-12-09[curl] Bump version and require libssh2Robert Schumacher
2016-12-08Add a patch for curl to find the libssh2 libraryChristophe Guébert
2016-11-26[curl] Enable static buildingAlexander Karatarakis
2016-11-26[curl] [freetype] [tiff] Add dependencies on zlib. Add curl dependency on ↵Robert Schumacher
openssl.
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-11-05[curl] Change BUILD_CURL_TESTS to BUILD_TESTINGMårten Nordheim
It was changed between the previous version and the current one (https://github.com/curl/curl/commit/12e21fab26bd83dfa75f009a24380d144ea51857)
2016-11-05[curl] Update to 7.51.0Robert Schumacher
2016-10-26[curl] Mark as not supporting static yetAlexander Karatarakis
2016-10-06Remove use of vcpkg_build_cmake() across all portfiles. Fixes #123Robert Schumacher
2016-09-28Introduce SOURCE_PATH to almost all portfilesAlexander Karatarakis
2016-09-25URL and MIRRORS are now URLSNinetainedo
Updated all portfiles accordingly.
2016-09-22Replaced everything concerning MD5 with SHA512Ninetainedo
2016-09-18Initial commitAlexander Karatarakis