From: Christophe Jaillet Date: Wed, 22 Dec 2021 14:36:29 +0000 (+0000) Subject: Add a change entry for r1896278 X-Git-Tag: 2.5.0-alpha2-ci-test-only~618 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f7067a93854259e1d83562a8ac35373824eabd01;p=thirdparty%2Fapache%2Fhttpd.git Add a change entry for r1896278 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/mod_tls_link_issue_with_rust_1_56.txt b/changes-entries/mod_tls_link_issue_with_rust_1_56.txt new file mode 100644 index 00000000000..294646a1d60 --- /dev/null +++ b/changes-entries/mod_tls_link_issue_with_rust_1_56.txt @@ -0,0 +1,6 @@ + *) mod_tls: Fix a linkage issue with rustls when compiled + with rust 1.55, 1.56 or 1.57. This prevents the loading + of the module because of an undefined symbol: fmaf + See https://github.com/rustls/rustls-ffi/issues/133 + [Christophe Jaillet] +