Hello everyone, On Sat, 8 Mar 2025 at 09:27, Daniel Stenberg via curl-library <curl-library@lists.haxx.se> wrote: > > Hello friends! > > Welcome to the first 8.13.0 release candidate: rc1.
Uploaded to Debian experimental as "8.13.0~rc-1~exp2", it's available for all supported architectures: https://buildd.debian.org/status/package.php?p=curl&suite=experimental We intend to consistently upload the RC releases to Debian experimental from now on, sometimes uploading them to Debian unstable too, depending on where we are in our release cycle. If you use Debian unstable (might work for Debian testing too), you can enable the experimental repository and install it, Debian experimental is an extra repository, not a full release. If you want to try it out on a container, this command should work for this and future releases (even if we upload it to unstable): $ podman run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version' Same if you use docker: $ docker run debian:experimental /bin/bash -c 'apt install --update -t experimental -y curl && curl --version' > curl 8.13.0-rc1 (x86_64-pc-linux-gnu) libcurl/8.13.0-rc1 GnuTLS/3.8.9 > zlib/1.3.1 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libpsl/0.21.2 libssh2/1.11.1 > nghttp2/1.64.0 ngtcp2/1.11.0 nghttp3/1.8.0 librtmp/2.3 OpenLDAP/2.6.9 > Release-Date: 2025-03-08, security patched: 8.13.0~rc-1~exp2 > Protocols: dict file ftp ftps gopher gophers http https imap imaps ipfs ipns > ldap ldaps mqtt pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp > ws wss > Features: alt-svc AsynchDNS brotli GSS-API HSTS HTTP2 HTTP3 HTTPS-proxy IDN > IPv6 Kerberos Largefile libz NTLM PSL SPNEGO SSL threadsafe TLS-SRP > UnixSockets zstd For other distributors of curl, note that a small patch was needed to address a test failure on test1022: https://github.com/curl/curl/pull/16626 Debian's CI is now running against the package, and if any issues are detected, they will show up at https://qa.debian.org/excuses.php?experimental=1&package=curl "Experimental: No excuse for curl" means so far so good. Cheers, -- Samuel Henrique <samueloph> -- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-library Etiquette: https://curl.se/mail/etiquette.html