1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- Update to 7.44.0

Changes:	http://curl.haxx.se/changes.html
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-08-15 07:37:23 +00:00
parent 36543d067d
commit 044820ca45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=394276
5 changed files with 7 additions and 37 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= curl
PORTVERSION= 7.43.0
PORTREVISION= 3
PORTVERSION= 7.44.0
CATEGORIES= ftp www
MASTER_SITES= http://curl.haxx.se/download/ \
LOCAL/sunpoet

View File

@ -1,2 +1,2 @@
SHA256 (curl-7.43.0.tar.lzma) = e2b8d84d9c7d85f81cc8477ea3ec757e4c9908eca116be8764b7d158aa7677fa
SIZE (curl-7.43.0.tar.lzma) = 2765536
SHA256 (curl-7.44.0.tar.lzma) = e7aab6b92fb30f88f9150090f6fa04f1e4358809ca8642d4e79cd79db652563e
SIZE (curl-7.44.0.tar.lzma) = 2792083

View File

@ -1,16 +0,0 @@
Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
--- lib/multi.c.orig 2015-06-15 21:14:25 UTC
+++ lib/multi.c
@@ -402,11 +402,6 @@ CURLMcode curl_multi_add_handle(CURLM *m
/* Point to the multi's connection cache */
data->state.conn_cache = &multi->conn_cache;
- if(data->set.httpreq == HTTPREQ_PUT)
- data->state.infilesize = data->set.filesize;
- else
- data->state.infilesize = data->set.postfieldsize;
-
/* This adds the new entry at the 'end' of the doubly-linked circular
list of SessionHandle structs to try and maintain a FIFO queue so
the pipelined requests are in order. */

View File

@ -1,16 +0,0 @@
Obtained from: https://github.com/bagder/curl/commit/903b6e05565bf826b4194447864288642214b094
--- lib/transfer.c.orig 2015-06-14 21:31:01 UTC
+++ lib/transfer.c
@@ -1315,6 +1315,11 @@ CURLcode Curl_pretransfer(struct Session
Curl_safefree(data->info.wouldredirect);
data->info.wouldredirect = NULL;
+ if(data->set.httpreq == HTTPREQ_PUT)
+ data->state.infilesize = data->set.filesize;
+ else
+ data->state.infilesize = data->set.postfieldsize;
+
/* If there is a list of cookie files to read, do it now! */
if(data->change.cookielist)
Curl_cookie_loadfiles(data);

View File

@ -12,7 +12,7 @@ include/curl/typecheck-gcc.h
lib/libcurl.a
lib/libcurl.so
lib/libcurl.so.4
lib/libcurl.so.4.3.0
lib/libcurl.so.4.4.0
lib/libcurl.so.7
libdata/pkgconfig/libcurl.pc
man/man1/curl-config.1.gz
@ -26,6 +26,8 @@ man/man3/CURLMOPT_MAX_TOTAL_CONNECTIONS.3.gz
man/man3/CURLMOPT_PIPELINING.3.gz
man/man3/CURLMOPT_PIPELINING_SERVER_BL.3.gz
man/man3/CURLMOPT_PIPELINING_SITE_BL.3.gz
man/man3/CURLMOPT_PUSHDATA.3.gz
man/man3/CURLMOPT_PUSHFUNCTION.3.gz
man/man3/CURLMOPT_SOCKETDATA.3.gz
man/man3/CURLMOPT_SOCKETFUNCTION.3.gz
man/man3/CURLMOPT_TIMERDATA.3.gz
@ -301,6 +303,7 @@ man/man3/libcurl-errors.3.gz
man/man3/libcurl-multi.3.gz
man/man3/libcurl-share.3.gz
man/man3/libcurl-symbols.3.gz
man/man3/libcurl-thread.3.gz
man/man3/libcurl-tutorial.3.gz
man/man3/libcurl.3.gz
share/aclocal/libcurl.m4