Package curl: Information

  • Default inline alert: Version in the repository: 8.7.1-alt2

Source package: curl
Version: 7.86.0-alt1
Build time:  Nov 4, 2022, 12:42 AM
Report package bug
License: MIT
Summary: Gets a file from a FTP, GOPHER or HTTP server
Description: 
Curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

Curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, file transfer resume and more.

NOTE: This version is compiled with SSL (https) support.

List of rpms provided by this srpm:
curl (riscv64)
curl-debuginfo (riscv64)
libcurl (riscv64)
libcurl-debuginfo (riscv64)
libcurl-devel (riscv64)
libcurl-devel-static (riscv64)

Maintainer: Anton Farygin


    1. python3-base
    2. libpsl-devel
    3. glibc-devel-static
    4. groff-base
    5. libssh2-devel
    6. libssl-devel
    7. libbrotli-devel
    8. libidn2-devel
    9. libkrb5-devel
    10. libldap-devel
    11. zlib-devel
    12. libnghttp2-devel
    13. libnghttp2-tools

Last changed


Oct. 26, 2022 Anton Farygin 7.86.0-alt1
- 7.85.0 -> 7.86.0
- Fixes:
  * CVE-2022-32221: POST following PUT confusion
  * CVE-2022-35260: .netrc parser out-of-bounds access
  * CVE-2022-42915: HTTP proxy double-free
  * CVE-2022-42916: HSTS bypass via IDN
Aug. 31, 2022 Anton Farygin 7.85.0-alt1
- 7.84.0 -> 7.85.0
- Fixes:
  * CVE-2022-35252: control code in cookie denial of service
Aug. 10, 2022 Egor Ignatov 7.84.0-alt2
- backport upstream fixes:
  + lib3026: reduce the number of threads to 100 (#9172)
  + easy_lock.h: include sched.h if available to fix build (#9054)