Add coturn package in 22.04 Jammy
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
coturn (Ubuntu) |
Fix Committed
|
Undecided
|
Simon Fels |
Bug Description
Hello
If you update Openssl to 3.01 while Debian keeps 1.1.1 on Bookworm, you should take responsability for packages that are broken by this change instead of dropping them.
Coturn can be compiled and works with Ubuntu 22.04 using this patch:
https:/
the patch is a one-liner:
Description: fix compilation for Openssl 3
After the Ubuntu 22.04 switch to Openssl 3.01, Coturn fails to compile
a fix has been posted to https:/
.
coturn (4.5.2-3) unstable; urgency=medium
.
---
--- coturn-
+++ coturn-
@@ -256,7 +256,7 @@ int stun_produce_
#else
unsigned int keylen = 0;
EVP_MD_CTX *ctx = EVP_MD_CTX_new();
-#if defined EVP_MD_
+#ifdef FIPS_MODE
if (FIPS_mode()) {
EVP_
}
coturn is an essential component of Jitsi-meet and missing it will just turn users to Debian.
Thanks for looking at this.
Status changed to 'Confirmed' because the bug affects multiple users.