Name: | libcurl |
---|---|
Version: | 7.76.1 |
Release: | 14.el9 |
Architecture: | i686 |
Group: | Unspecified |
Size: | 702568 |
License: | MIT |
RPM: | libcurl-7.76.1-14.el9.i686.rpm |
Source RPM: | curl-7.76.1-14.el9.src.rpm |
Build Date: | Thu May 05 2022 |
Build Host: | build-ol9-i386.oracle.com |
Vendor: | Oracle America |
URL: | https://curl.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. |
- re-disable HSTS in libcurl as an experimental feature (#2005874)
- disable more protocols and features in libcurl-minimal (#2005874)
- fix STARTTLS protocol injection via MITM (CVE-2021-22947) - fix protocol downgrade required TLS bypass (CVE-2021-22946) - fix use-after-free and double-free in MQTT sending (CVE-2021-22945)
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuild to pick up OpenSSL 3.0 Beta ABI (#1984097)
- make explicit dependency on openssl work with alpha/beta builds of openssl
- fix TELNET stack contents disclosure again (CVE-2021-22925) - fix bad connection reuse due to flawed path name checks (CVE-2021-22924)
- Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065
- build the curl tool without metalink support (#1967213)
- fix SIGSEGV upon disconnect of a ldaps:// transfer (#1941925)