| Name: | libcurl-devel |
|---|---|
| Version: | 7.29.0 |
| Release: | 25.0.2.el7 |
| Architecture: | i686 |
| Group: | Development/Libraries |
| Size: | 637277 |
| License: | MIT |
| RPM: | libcurl-devel-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: | Files needed for building applications with libcurl |
| Description: | The libcurl-devel package includes header files and libraries necessary for developing programs which use the libcurl library. It contains the API documentation of the library, too. |
- 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