Name: | libcurl |
---|---|
Version: | 7.29.0 |
Release: | 19.el7 |
Architecture: | i686 |
Group: | Development/Libraries |
Size: | 420840 |
License: | MIT |
RPM: | libcurl-7.29.0-19.el7.i686.rpm |
Source RPM: | curl-7.29.0-19.el7.src.rpm |
Build Date: | Thu May 08 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://curl.haxx.se/ |
Summary: | A library for getting files from web servers |
Description: | libcurl is a free and easy-to-use client-side URL transfer library, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos4), file transfer resume, http proxy tunneling and more. |
- fix connection re-use when using different log-in credentials (CVE-2014-0138)
- add all perl build requirements for the test suite, in a portable way
- fix documentation of curl's options --tlsv1.[0-2] (#1066364)
- allow to use TLS > 1.0 if built against recent NSS (#1036789) - use proxy name in error message when proxy is used (#1042831) - refresh expired cookie in test172 from upstream test-suite (#1063693)
- allow to use ECC ciphers if NSS implements them (#1058776) - re-use of wrong HTTP NTLM connection in libcurl (CVE-2014-0015)
- Mass rebuild 2014-01-24
- Mass rebuild 2013-12-27
- do not limit the speed of SCP upload on a fast connection (#1014928)
- avoid delay if FTP is aborted in CURLOPT_HEADERFUNCTION callback (#1005686)
- avoid a busy-loop in curl_easy_perform()