aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-11-25 02:54:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-11-25 02:54:17 +0800
commitfa967c7f68d4944644a6c4ed8ffddf5eb91b4763 (patch)
treec1c7628be2573fc3b892ff1ad392a228f3de97ea /ftp/curl
parentcd85d83a914a202d8ce18b1953e5fb2aac547997 (diff)
downloadfreebsd-ports-gnome-fa967c7f68d4944644a6c4ed8ffddf5eb91b4763.tar.gz
freebsd-ports-gnome-fa967c7f68d4944644a6c4ed8ffddf5eb91b4763.tar.zst
freebsd-ports-gnome-fa967c7f68d4944644a6c4ed8ffddf5eb91b4763.zip
- Update to 7.39.0
Changes: http://curl.haxx.se/changes.html
Diffstat (limited to 'ftp/curl')
-rw-r--r--ftp/curl/files/patch-lib-asyn-thread.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/curl/files/patch-lib-asyn-thread.c b/ftp/curl/files/patch-lib-asyn-thread.c
deleted file mode 100644
index 22a9023fda55..000000000000
--- a/ftp/curl/files/patch-lib-asyn-thread.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/asyn-thread.c.orig 2014-09-08 05:15:44.000000000 +0800
-+++ lib/asyn-thread.c 2014-10-09 08:28:38.036235206 +0800
-@@ -541,7 +541,7 @@
- td->poll_interval = 250;
-
- td->interval_end = elapsed + td->poll_interval;
-- Curl_expire_latest(conn->data, td->poll_interval);
-+ Curl_expire(conn->data, td->poll_interval);
- }
-
- return CURLE_OK;