Closed
Description
- This is not a support question, I have read about opensource and will send support questions to the IRC channel, GitHub Discussions or the mailing list.
- I have read and understood the 'out in the open' support policy
- 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?