msquic icon indicating copy to clipboard operation
msquic copied to clipboard

New Distro Packages are missing

Open liveans opened this issue 10 months ago • 2 comments

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

liveans avatar Jan 16 '25 15:01 liveans

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/)

ManickaP avatar Feb 21 '25 14:02 ManickaP

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.

ManickaP avatar Feb 26 '25 10:02 ManickaP

@gaurav2699 When your linux packaging work is completed, can you confirm this issue is fixed and close?

anrossi avatar Sep 16 '25 18:09 anrossi