aboutsummaryrefslogtreecommitdiff
path: root/ports/curl/0002_fix_uwp.patch
AgeCommit message (Collapse)Author
2021-08-11[curl] Update (#18971)Kai Pastor
* Modernize portfile * Don't export implicit link libraries * Revise osx framework handling * Fix exported per-config location of dependencies * Move curl-config to tools, incl. debug variant * Update to 7.77.0 * Add WinIDN support and default IDN selection * Use pkgconfig for libidn2 configuration * Update to 0.78.0 * Remove obsolete nghttp2 staticlib patch * Fix libs duplication in pc file * Resolve transitive deps for pc file/curl-config * x-add-version * Fix winssl dependencies * Add winldap feature, not default * Update git-tree Co-authored-by: past-due <30942300+past-due@users.noreply.github.com>
2020-09-04[curl] Update to 7.22.0 (#13045)Kevin Lu
2020-08-12[curl] Fix static build (#12800)NancyLi1013
* [curl] Fix static build * Add static patch
2020-07-06[curl] Update to 7.71.0 (#12141)NancyLi1013
* [curl] Update to 7.71.0 * Update to 7.71.1
2020-01-10[curl] Update to 7.68.0 (#9589)Kevin Lu
* Bump version * fix UWP patch
2019-05-26[Curl] Upgrades 2019.05.08 (#6429)Phoebe
* [Curl] Upgrades 2019.05.08 * merge changes from master * Fix cpr failure * Fix the case issue in Linux * Update patch and portfile * Update the portfile that changed by my mistake * [curl] Update to 7.65.0 to skip USE_DARWINSSL regression. Disable PERL since we don't build the manual anyway. * Rename DARWINSSL to SECTRANSP * Update the name and error detect
2018-03-17[abseil][curl][chakracore][thrift] UpgradesRobert Schumacher
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-08-11[curl] update to 7.55.0codicodi
2017-01-12added missing free calls after curl_getenvDale Stammen
2017-01-11added support for building uwp versionsDale Stammen