- Program: dnsdist
- Issue type: Bug report
Short description
Upgrading the Rust compiler to 1.81.0 had the unexpected side-effect to embed the SONAME inside the Quiche shared library, which we try hard not to have, because RPM is then very unhappy about the library dependency.
I tracked it to rust-lang/rust#126094 (comment), with a fix for the regression already available in Rust's main branch: rust-lang/rust#130960
I'm a bit unsure how to proceed. @omoerbeek, would it be possible to downgrade Rust to 1.80.1 until a new version of Rust including the fix is available?