Skip to content

Update curl from 7.76.1 to 8.1.0 #2908

Merged
merged 3 commits into from
May 23, 2023
Merged

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    abe853f View commit details
    Browse the repository at this point in the history
  2. curl: Use smaller LZMA compressed source archive

        $ ls -lh
        /src/mariux/md5repo/e533c820fe12a3001805bca5367c34e8/curl-8.1.0.tar.bz2
        -rw-r--r-- 1 root beerepo 3.1M May 17 09:49 /src/mariux/md5repo/e533c820fe12a3001805bca5367c34e8/curl-8.1.0.tar.bz2
        $ ls -lh
        /src/mariux/md5repo/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz
        -rw-r--r-- 1 root beerepo 2.5M May 17 10:17 /src/mariux/md5repo/229e070c0e3f05ad654a1cf11e0619b7/curl-8.1.0.tar.xz
    pmenzel committed May 17, 2023
    Configuration menu
    Copy the full SHA
    0a25c32 View commit details
    Browse the repository at this point in the history
  3. curl: Select OpenSSL as TLS backend

        configure: error: select TLS backend(s) or disable TLS with --without-ssl.
    
        Select from these:
    
          --with-amissl
          --with-bearssl
          --with-gnutls
          --with-mbedtls
          --with-nss
          --with-openssl (also works for BoringSSL and libressl)
          --with-rustls
          --with-schannel
          --with-secure-transport
          --with-wolfssl
    
    OpenSSL has been used until now, so continue doing so.
    pmenzel committed May 17, 2023
    Configuration menu
    Copy the full SHA
    340b0be View commit details
    Browse the repository at this point in the history