Пакет curl: Информация

  • Default inline alert: Версия в репозитории: 8.7.1-alt1

Исходный пакет: curl
Версия: 8.1.0-alt2
Последняя версия по данным Repology
Собран:  18 мая 2023 г. 21:51 в задании #321174
Сообщить об ошибке в пакете
Домашняя страница: http://curl.haxx.se

Лицензия: MIT
О пакете: Gets a file from a FTP, GOPHER or HTTP server
Описание: 
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.

Список rpm-пакетов, предоставляемых данным 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)

Сопровождающий: Anton Farygin



    1. caddy
    2. libnettle-devel
    3. libnghttp2-devel
    4. libnghttp2-tools
    5. libnghttp3-devel
    6. libngtcp2-devel >= 0.15.0
    7. libzstd-devel
    8. /proc
    9. gnutls-utils
    10. /usr/bin/stunnel
    11. python3-base
    12. libpsl-devel
    13. groff-base
    14. python3-module-cryptography
    15. openssh-clients
    16. openssh-server
    17. perl(Digest/SHA.pm)
    18. libssh2-devel
    19. perl(Memoize.pm)
    20. libgnutls-devel
    21. libgnutls30
    22. libbrotli-devel
    23. libgsasl-devel
    24. libidn2-devel
    25. zlib-devel
    26. pytest3
    27. libkrb5-devel
    28. libldap-devel

Последнее изменение


18 мая 2023 г. Anton Farygin 8.1.0-alt2
- built with Gnutls only if QUIC is available
18 мая 2023 г. Anton Farygin 8.1.0-alt1
- 8.0.1 -> 8.1.0
- descreased the number of tests: apache2-* was removed from BuildRequires to
  avoid circular dependencies curl -> apache2-mods -> libcurl
- Fixes:
   * CVE-2023-28319 UAF in SSH sha256 fingerprint check
   * CVE-2023-28320 siglongjmp race condition
   * CVE-2023-28321 IDN wildcard match
   * CVE-2023-28322 more POST-after-PUT confusion
21 марта 2023 г. Alexey Shabalin 8.0.1-alt2
- disable build static library
- fix configure options
- fix build with libssh2
- build with WebSockets support
- build with gnutls instead of openssl, and build with http3 support
- increased the number of tests to be execute