Package curl: Information

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

Source package: curl
Version: 7.80.0-alt1
Latest version according to Repology
Build time:  Nov 20, 2021, 08:28 PM in the task #290333
Report package bug
License: MITX
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 (x86_64, ppc64le, i586, armh, aarch64)
curl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libcurl (x86_64, ppc64le, i586, armh, aarch64)
libcurl-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libcurl-devel (x86_64, ppc64le, i586, armh, aarch64)
libcurl-devel-static (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Anton Farygin



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

Last changed


Nov. 20, 2021 Anton Farygin 7.80.0-alt1
- 7.79.1 -> 7.80.0
Sept. 25, 2021 Anton Farygin 7.79.1-alt1
- 7.79.1
Sept. 21, 2021 Anton Farygin 7.79.0-alt2
- added patches from curl upstream:
  * b2e72d2 http: fix the broken >3 digit response code detection
  * e0742ce Curl_http2_setup: don't change connection data on repeat invokes