On Thu, Dec 15, 2022 at 08:56:13AM +0100, Vincent Bernat wrote: > On 2022-12-14 15:15, Willy Tarreau wrote: > > Possibly, yes. It's more efficient in every way from what we can see. > > For users who build themselves (and with QUIC right now you don't have > > a better choice), it should not change anything and will keep robustness. > > For those relying on the distro's package, I don't know if it's possible > > to install the previous distro's package side-by-side, but in any case > > it can start to become a mess to deal with. > > It's possible on Debian and I suspect this is the same for RedHat. However, > you don't get security updates in this case.
I guess you'll get them only while the previous version remains maintained (i.e. use a package from the previous LTS distro). But regardless you'll also need to use executables linked with that version and that's where it can become a pain. Willy