new curl / libcurl

vandal

Verified User
Joined
Oct 22, 2003
Messages
696
Location
Calgary, AB
here you guys go
------------------------------------------
i'm happy to announce another step forward in the never-ending series. This is mostly a bugfix release.

Download this from http://curl.haxx.se/download.html or use the download wizard at http://curl.haxx.se/dlwiz/.

Curl and libcurl 7.13.2

Public curl release number: 87
Releases counted from the very beginning: 114
Available command line options: 106
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
Amount of public web site mirrors: 20
Number of known libcurl bindings: 31

This release includes the following changes:

o Added --form-string
o libcurl can be built with SSPI support. curl_version_info() then returns
a new feature bit: CURL_VERSION_SSPI. configure --enable-sspi added
o Added --proxy-anyauth
o Added runtests.1 and testcurl.1 man pages

This release includes the following bugfixes:

o the MSVC libcurl Makefile was fixed
o libcurl on Windows crash if resolver was active when easy handle was killed
o HTTP POST with auth and an initial 100 response before the 401/407
o configure's SSL-detection for msys/mingw
o better connection keep-alive when POSTing with HTTP Digest
o FTP-SSL
o reading FTP server response in multiple reads
o picking one out of multiple proxy auth methods
o inet_ntoa_r() when built with uClibc
o the so name issue for the LDAP library dynamic load
o crash when using SOCKS4 proxy
o a debug printf() was removed
o CURLOPT_FILETIME when downloading FTP corrupted data
o FTP upload resume now works even if no file is present on the site
o SSL seeding no longer attempts to read the whole random file

Other curl-related news since the previous public release:

o the cURL project is now over 7 years old
o daily curl binary builds for Windows fresh from CVS:
http://cool.haxx.se/curl-daily/
o curl-tracker is a new mailinglist for "tracker" activities:
http://cool.haxx.se/mailman/listinfo/curl-tracker
o libcurl binding for Common Lisp: http://common-lisp.net/project/cl-curl/
o pycurl 7.13.1 http://pycurl.sf.net
o http://curl.tolix.org is a new Californian mirror
o http://curl.seekmeup.com/ is a new mirror in US Texas
 
Upgraded on Debian without a hitch as well.

And just in case somebody asks how before searching the forums or DirectAdmin updates build.

You do:
cd /usr/local/directadmin/customapache
wget http://curl.haxx.se/download/curl-7.13.2.tar.gz
vi build
# Using an equal editor, modify the CURL_VER=7.13.x to 7.13.2 line
./build php y
And you should have an updated version of php and curl.
 
works for my modernbill SSL so i guess so. i don't see why it wouldn't it's just some bugfixes.
 
There have been a few problems in the past with Linux installs where SSL didn't work with new versions of CURL.

We'll look at yours.

Thanks.

Jeff
 
I'm also running ModernBill here and haven't noticed any problems between the two.
 
Back
Top