Name: | curl |
---|---|
Version: | 7.29.0 |
Release: | 25.0.1.el7 |
Architecture: | x86_64 |
Group: | Applications/Internet |
Size: | 535121 |
License: | MIT |
RPM: | curl-7.29.0-25.0.1.el7.x86_64.rpm |
Source RPM: | curl-7.29.0-25.0.1.el7.src.rpm |
Build Date: | Fri Sep 25 2015 |
Build Host: | x86-ol7-builder-04.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. |
- disable check to make build pass
- fix spurious failure of test 1500 on ppc64le (#1218272)
- use the default min/max TLS version provided by NSS (#1170339) - improve handling of timeouts and blocking direction to speed up FTP (#1218272)
- require credentials to match for NTLM re-use (CVE-2015-3143) - close Negotiate connections when done (CVE-2015-3148)
- reject CRLFs in URLs passed to proxy (CVE-2014-8150)
- use only full matches for hosts used as IP address in cookies (CVE-2014-3613) - fix handling of CURLOPT_COPYPOSTFIELDS in curl_easy_duphandle (CVE-2014-3707)
- eliminate unnecessary delay when resolving host from /etc/hosts (#1130239) - allow to enable/disable new AES cipher-suites (#1066065) - call PR_Cleanup() on curl tool exit if NSPR is used (#1071254) - implement non-blocking TLS handshake (#1091429) - fix limited connection re-use for unencrypted HTTP (#1101092) - disable libcurl-level downgrade to SSLv3 (#1154060) - include response headers added by proxy in CURLINFO_HEADER_SIZE (#1161182) - ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth (#1166264)
- 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)