Name: | curl |
---|---|
Version: | 7.61.1 |
Release: | 34.el8_10.2 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 733645 |
License: | MIT |
RPM: | curl-7.61.1-34.el8_10.2.aarch64.rpm |
Source RPM: | curl-7.61.1-34.el8_10.2.src.rpm |
Build Date: | Tue Aug 20 2024 |
Build Host: | build-ol8-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://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. |
- provide common cleanup method for push headers (CVE-2024-2398)
- fix incorrect backport of bz2229800 (RHEL-44684)
- when keyboard-interactive auth fails, try password (#2229800) - cap SFTP packet size sent (RHEL-5311) - unify the upload/method handling (CVE-2023-28322) - fix cookie injection with none file (CVE-2023-38546) - fix HTTP2 connection failure with HTTP2 framing layer (RHEL-5657) - lowercase the domain names before PSL checks (CVE-2023-46218)
- fix host name wildcard checking (CVE-2023-28321) - rebuild certs with 2048-bit RSA keys
- sftp: do not specify O_APPEND when not in append mode (#2187717)
- fix GSS delegation too eager connection re-use (CVE-2023-27536) - fix FTP too eager connection reuse (CVE-2023-27535)
- fix HTTP multi-header compression denial of service (CVE-2023-23916)
- h2: lower initial window size to 32 MiB (#2166254)
- smb/telnet: fix use-after-free when HTTP proxy denies tunnel (CVE-2022-43552)
- upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 (#2139337)