Name: | libcurl |
---|---|
Version: | 7.29.0 |
Release: | 25.0.2.el7 |
Architecture: | i686 |
Group: | Development/Libraries |
Size: | 425060 |
License: | MIT |
RPM: | libcurl-7.29.0-25.0.2.el7.i686.rpm |
Source RPM: | curl-7.29.0-25.0.2.el7.src.rpm |
Build Date: | Mon Aug 29 2016 |
Build Host: | x86-ol7-builder-02.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 curl multiwait deadlock for ceph radosgw
- 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