]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
zuul.d: update rustls-ffi to version 0.8.2
authorKevin Burke <kevin@burke.dev>
Mon, 15 Nov 2021 05:44:27 +0000 (21:44 -0800)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Nov 2021 08:50:08 +0000 (09:50 +0100)
This version fixes errors with ALPN negotiation in rustls, which is
necessary for HTTP/2 support. For more information see the rustls-ffi
changelog.

Closes #8013

docs/RUSTLS.md
zuul.d/jobs.yaml

index 58143d619c78d2f13b21adb25d987760d645baae..17faa20e7cc5964773e7cadacc693f662e4f7c00 100644 (file)
@@ -3,7 +3,7 @@
 [Rustls is a TLS backend written in Rust.](https://docs.rs/rustls/). Curl can
 be built to use it as an alternative to OpenSSL or other TLS backends. We use
 the [rustls-ffi C bindings](https://github.com/rustls/rustls-ffi/). This
-version of curl depends on version v0.8.0 of rustls-ffi.
+version of curl depends on version v0.8.2 of rustls-ffi.
 
 # Building with rustls
 
@@ -12,7 +12,7 @@ First, [install Rust](https://rustup.rs/).
 Next, check out, build, and install the appropriate version of rustls-ffi:
 
     % cargo install cbindgen
-    % git clone https://github.com/rustls/rustls-ffi -b v0.8.0
+    % git clone https://github.com/rustls/rustls-ffi -b v0.8.2
     % cd rustls-ffi
     % make
     % make DESTDIR=${HOME}/rustls-ffi-built/ install
index aebe0fff4a853248d86d1b997209475d681f8416..5fc36b9fe4eb34ba391a5b4b2f21ac7ec0d0c0de 100644 (file)
       curl_env:
         T: debug-rustls
         # Keep this in sync with the version in docs/RUSTLS.md
-        RUSTLS_VERSION: v0.8.0
+        RUSTLS_VERSION: v0.8.2
         LIBS: -lm
         C: >-
           --with-rustls={{ ansible_user_dir }}/rustls