aboutsummaryrefslogtreecommitdiff
path: root/ports/curl
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-03-14 01:42:30 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-03-17 20:05:25 -0700
commit33a8ee0a88b277dab4be336169f4b975f8c41cbb (patch)
tree1badfb7470dca13d53af466617741bbcd625c915 /ports/curl
parent7528c4d525419a418e8e0046f6650b833ad75fd7 (diff)
downloadvcpkg-33a8ee0a88b277dab4be336169f4b975f8c41cbb.tar.gz
vcpkg-33a8ee0a88b277dab4be336169f4b975f8c41cbb.zip
[abseil][curl][chakracore][thrift] Upgrades
Diffstat (limited to 'ports/curl')
-rw-r--r--ports/curl/0002_fix_uwp.patch4
-rw-r--r--ports/curl/CONTROL2
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/curl/0002_fix_uwp.patch b/ports/curl/0002_fix_uwp.patch
index 8408177e8..111ca98e8 100644
--- a/ports/curl/0002_fix_uwp.patch
+++ b/ports/curl/0002_fix_uwp.patch
@@ -60,14 +60,14 @@ diff --git a/lib/ftp.c b/lib/ftp.c
index 8042edf..3442df7 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
-@@ -4297,7 +4297,7 @@ CURLcode ftp_parse_url_path(struct connectdata *conn)
+@@ -4260,7 +4260,7 @@ CURLcode ftp_parse_url_path(struct connectdata *conn)
/* prevpath is "raw" so we convert the input path before we compare the
strings */
size_t dlen;
- char *path;
+ char *path = NULL;
CURLcode result =
- Curl_urldecode(conn->data, data->state.path, 0, &path, &dlen, FALSE);
+ Curl_urldecode(conn->data, data->state.path, 0, &path, &dlen, TRUE);
if(result) {
diff --git a/lib/rand.c b/lib/rand.c
index 2670af9..0d18d37 100644
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index c273ec181..1f410c06a 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,5 +1,5 @@
Source: curl
-Version: 7.59.0
+Version: 7_59_0-1
Build-Depends: zlib
Description: A library for transferring data with URLs
Default-Features: ssl