diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-12-02 07:33:50 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:03:05 +0800 |
commit | 4fa6732b1a117bb98422077060510fc366b71f8a (patch) | |
tree | dd4e424404e1666643ce057d6a711620cf82532e /ftp/curl/files | |
parent | 67c4fe642fbde190d67702d43f3af9d0463407d7 (diff) | |
download | freebsd-ports-gnome-4fa6732b1a117bb98422077060510fc366b71f8a.tar.gz freebsd-ports-gnome-4fa6732b1a117bb98422077060510fc366b71f8a.tar.zst freebsd-ports-gnome-4fa6732b1a117bb98422077060510fc366b71f8a.zip |
Update to 7.57.0
Changes: https://curl.haxx.se/changes.html
https://curl.haxx.se/docs/security.html
Security: 301a01b7-d50e-11e7-ac58-b499baebfeaf
MFH: 2017Q4
Diffstat (limited to 'ftp/curl/files')
-rw-r--r-- | ftp/curl/files/patch-lib-url.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/ftp/curl/files/patch-lib-url.c b/ftp/curl/files/patch-lib-url.c index 186206db9185..5e5c906329e7 100644 --- a/ftp/curl/files/patch-lib-url.c +++ b/ftp/curl/files/patch-lib-url.c @@ -3,15 +3,15 @@ Forwarded: not-needed Author: Peter Pentchev <roam@FreeBSD.org> Last-Update: 2010-12-18 ---- lib/url.c.orig 2017-04-18 06:36:20 UTC +--- lib/url.c.orig 2017-11-27 12:50:52 UTC +++ lib/url.c -@@ -671,6 +671,9 @@ CURLcode Curl_open(struct Curl_easy **cu - data->state.current_speed = -1; /* init to negative == impossible */ - data->set.fnmatch = ZERO_NULL; - data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ +@@ -591,6 +591,9 @@ CURLcode Curl_open(struct Curl_easy **cu + data->state.current_speed = -1; /* init to negative == impossible */ + data->set.fnmatch = ZERO_NULL; + data->set.maxconnects = DEFAULT_CONNCACHE_SIZE; /* for easy handles */ +#if defined(__FreeBSD_version) -+ data->set.no_signal = TRUE; /* different handling of signals and threads */ ++ data->set.no_signal = TRUE; /* different handling of signals and threads */ +#endif /* __FreeBSD_version */ - Curl_http2_init_state(&data->state); - } + Curl_http2_init_state(&data->state); + } |