Package libcurl-devel: Information

  • Default inline alert: A new version of the package has been build

    Task #: #339478
    Build time: Jan 31, 2024, 10:05 PM
    New version: 8.6.0-alt1
Binary package: libcurl-devel
Version: 8.1.0-alt2
Architecture: armh
Build time:  May 18, 2023, 09:51 PM in the task #321174
Source package: curl
Category: Development/C
Report package bug
License: MIT
Summary: Header files for libcurl
Description: 
This package contains libcurl development library of functions for
sending and receiving files through various protocols, including
http and ftp.

This package is required for development of applications that
utilize libcurl.

Maintainer: Anton Farygin


Last changed


May 18, 2023 Anton Farygin 8.1.0-alt2
- built with Gnutls only if QUIC is available
May 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
March 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