Name: | curl |
---|---|
Version: | 7.29.0 |
Release: | 19.el7 |
Architecture: | x86_64 |
Group: | Applications/Internet |
Size: | 535105 |
License: | MIT |
RPM: | curl-7.29.0-19.el7.x86_64.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 utility for getting files from remote servers (FTP, HTTP, and others) |
Description: | curl is a command line tool for transferring data with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3 and RTSP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), file transfer resume, proxy tunneling and a busload of other useful tricks. |
- 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()