Name: | curl |
---|---|
Version: | 7.76.1 |
Release: | 14.el9 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 685713 |
License: | MIT |
RPM: | curl-7.76.1-14.el9.x86_64.rpm |
Source RPM: | curl-7.76.1-14.el9.src.rpm |
Build Date: | Thu May 05 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://curl.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. |
- 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)