diff options
| author | Kai Pastor <dg0yt@darc.de> | 2021-08-12 04:38:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-11 19:38:08 -0700 |
| commit | 6a9ecfd57f34105d5e2d5110a7c41645afad72f8 (patch) | |
| tree | 331a500b333f3a67e4693f4b0201e373415376c8 /versions | |
| parent | ad42c88e5136d56e727b4764c5f4aaa42a4c757e (diff) | |
| download | vcpkg-6a9ecfd57f34105d5e2d5110a7c41645afad72f8.tar.gz vcpkg-6a9ecfd57f34105d5e2d5110a7c41645afad72f8.zip | |
[curl] Update (#18971)
* 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>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/c-/curl.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 732de601a..c1e63b2b8 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1573,8 +1573,8 @@ "port-version": 0 }, "curl": { - "baseline": "7.74.0", - "port-version": 8 + "baseline": "7.78.0", + "port-version": 0 }, "curlpp": { "baseline": "2018-06-15-3", diff --git a/versions/c-/curl.json b/versions/c-/curl.json index e0b511bb6..7c9b97571 100644 --- a/versions/c-/curl.json +++ b/versions/c-/curl.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "0be4cff4d8e1d37a9ddf9ab264682771c69c0d72", + "version": "7.78.0", + "port-version": 0 + }, + { "git-tree": "cd05855cc1cd2d0f221664f0bfbe639b685fa028", "version": "7.74.0", "port-version": 8 |
