diff options
author | shell <shell@pkgsrc.org> | 2002-04-21 12:07:45 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-21 12:07:45 +0000 |
commit | 244022ae11ff15be59a9d41600774d7ba358b785 (patch) | |
tree | 6933aa912ca128886f14e20c93b7f41113d107a8 /www/curl/DESCR | |
parent | c7325c4e2ca5fcc3c64b8a93c26768c6bc043d07 (diff) | |
download | pkgsrc-244022ae11ff15be59a9d41600774d7ba358b785.tar.gz |
Updated to curl-7.9.6
- fmt on DESCR
- Regen PLIST
- Remove patch since it was applied
Changes since curl-7.9.5
(Lots of change, here is the recently changes, see CHANGE for more)
- Dirk Manske brought a fix that makes libcurl strip off white
spaces from the beginning of cookie contents.
- Had to patch include/curl/curl.h since MSVC doesn't set the
__STDC__ define. Moonesamy pointed out the problem, Bjorn Reese
the solution.
- Fixed the TIMER_CONNECT to be more accurate for FTP transfers.
Previously FTP transfers got the "connect done" time set after
the initial FTP commands and not directly after the TCP/IP connect
as it should.
- Jean-Philippe Barrette-LaPierre provided his patch that introduces
CURLOPT_DEBUGFUNCTION and CURLOPT_DEBUGDATA. They allow a program
to a set a callback to receive debug/information data. That
includes headers and data that is received and sent. CURLOPT_VERBOSE
still controls it.
By default, there is an internal debugfunction that will make
things look and work as before if not changed.
- Sebastien Willemijns found out that -x didn't use the default
port number as is documented. It does now.
- libcurl-errors.3 is a new man page attempting to document all
libcurl error codes
Diffstat (limited to 'www/curl/DESCR')
-rw-r--r-- | www/curl/DESCR | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/www/curl/DESCR b/www/curl/DESCR index 5da8f0cfaa0..0b9d2b3ea58 100644 --- a/www/curl/DESCR +++ b/www/curl/DESCR @@ -1,16 +1,16 @@ - _ _ ____ _ - ___| | | | _ \| | - / __| | | | |_) | | - | (__| |_| | _ <| |___ - \___|\___/|_| \_\_____| + _ _ ____ _ + ___| | | | _ \| | + / __| | | | |_) | | + | (__| |_| | _ <| |___ + \___|\___/|_| \_\_____| README - Curl is a command line tool for transfering data specified with URL - syntax. Find out how to use Curl by reading the curl.1 man page or the - MANUAL document. Find out how to install Curl by reading the INSTALL - document. + Curl is a command line tool for transfering data specified with + URL syntax. Find out how to use Curl by reading the curl.1 man + page or the MANUAL document. Find out how to install Curl by + reading the INSTALL document. - libcurl is a library that Curl is using to do its job. It is readily - available to be used by your software. Read the LIBCURL document to - find out how! + libcurl is a library that Curl is using to do its job. It is + readily available to be used by your software. Read the LIBCURL + document to find out how! |