msquic
msquic copied to clipboard
New Distro Packages are missing
Currently new brand distro packages are missing on packages.microsoft.com, and it can cause problems on the user experience side. For example: Last month @richlander from .NET team tried to install libmsquic for our CI machines on new distros and it caused a lot of pain and we ended up with different workarounds.
https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1288 https://github.com/dotnet/dotnet-buildtools-prereqs-docker/pull/1293
The distros missing are Debian 13 and Ubuntu 24.10 But https://github.com/microsoft/msquic/issues/4783 might be a pre-requisite as both are OpenSSL 3.3+:
- https://packages.ubuntu.com/oracular/openssl
- https://packages.debian.org/trixie/openssl
EDIT: more distros: Fedora 41 (OpenSSL 3.2 - https://packages.fedoraproject.org/pkgs/openssl/openssl/)
So I've built main MsQuic locally against OpenSSL 3.4 while using system crypto and it works, seems like it's compatible as-is.
@gaurav2699 When your linux packaging work is completed, can you confirm this issue is fixed and close?