question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update `libmsquic` to a version that depends on OpenSSL 3.0

See original GitHub issue

Context

The libmsquic package cannot be out-of-the-box installed in Ubuntu 22.04 as it depends on libssl1.1 which is not present in the 22.04 package repository. We need to install it from the 20.04 one. We have put a temporary solution in place as future versions of libmsquic will depend on openssl 3.0 and this won’t be needed anymore.

The workaround was added as part of https://github.com/dotnet/arcade/issues/13130

Goal

Once the new version is available, remove the linux-ubuntu-2204-add-libmsquic artifact and just plain install the libmsquic package using linux-ubuntu-add-package artifact. Contact Nick Banks for more information about libmsquic.

Issue Analytics

  • State:closed
  • Created 5 months ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

1reaction
premuncommented, May 5, 2023

Ah, you’re right. I was looking at an old version. So I guess that would get the latest, yeah…

1reaction
premuncommented, May 5, 2023

@CarnaViire I am quite curious - which exact image have you used? I don’t think it’s possible we have this on the images already. Maybe in the docker images?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quic should support OpenSSL 3.x #81801 - dotnet/runtime
Depends on microsoft/msquic#2039 MsQuic work: Perf/Stress/Load tests known issues: OpenSSL 3.0 has perf regression in throughput and ...
Read more >
OpenSSL 3.0 - OpenSSLWiki
OpenSSL 3.0 is a major release and consequently any application that currently uses an older version of OpenSSL will at the very least...
Read more >
Fix for High Risk OpenSSL Security Vulnerabilities ...
OpenSSL.org announced the release of OpenSSL 3.0.7 to address two security vulnerabilities rated as high risk. This patch is now available, ...
Read more >
On Ubuntu 22,04: Upgraded OpenSSL from 3.0.2 to 3.0.7
To fix this, you need to update the library path to point to the new version. First, check where your OpenSSL library is...
Read more >
OpenSSL 3 Critical Vulnerability | What Do Organizations ...
The update is a security fix for two vulnerabilities in OpenSSL 3.0.x, and developers and organizations are being urged to ensure that they ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found