Skip to content

Commit

Permalink
Merge pull request #753 from microsoft/master
Browse files Browse the repository at this point in the history
[curl] Update to 7.79.0 (microsoft#20175)
  • Loading branch information
Jimmy-Hu authored Sep 16, 2021
2 parents bb2d0ea + 5d734ef commit f8967e7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 17 deletions.
12 changes: 0 additions & 12 deletions ports/curl/0010_fix_othertests_cmake.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/curl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO curl/curl
REF bfbde883af33397943df68a3ae01847a634d33bf #curl-7_78_0
SHA512 72c2d0daedbd1e0610f507f637c5725cb0769befe5205f613260217b692e27ec135711974f85660f863a49b415c1457d2d29960158758e232caa89f972f7045e
REF 8e82f2a04a238c54ba91e553e9a8452e6d405965 #curl-7_79_0
SHA512 0a13bc9bf85ddbf958661f7f197aff9b57c4218ce9fa81cf419f97f2cebf7df0ded9f47b55b5e9b1615065145c5f5059c2e7d986240297cb5970b3b4a39fa031
HEAD_REF master
PATCHES
0002_fix_uwp.patch
0005_remove_imp_suffix.patch
0006_fix_tool_depends.patch
0007_disable_tool_export_curl_target.patch
0010_fix_othertests_cmake.patch
0011_fix_static_build.patch
0012-fix-dependency-idn2.patch
0020-fix-pc-file.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/curl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curl",
"version": "7.78.0",
"version": "7.79.0",
"description": "A library for transferring data with URLs",
"homepage": "https://github.com/curl/curl",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@
"port-version": 7
},
"curl": {
"baseline": "7.78.0",
"baseline": "7.79.0",
"port-version": 0
},
"curlpp": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/curl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5b6c1c3766b64c163ddabf8312214a23e2a7b8f5",
"version": "7.79.0",
"port-version": 0
},
{
"git-tree": "0be4cff4d8e1d37a9ddf9ab264682771c69c0d72",
"version": "7.78.0",
Expand Down

0 comments on commit f8967e7

Please sign in to comment.