mumble: fix crash caused by openssl3 thread unsafe evp implementation

This commit is contained in:
Sandro Jäckel 2023-05-19 22:59:31 +02:00
parent 4376e41af0
commit 406017753e
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,6 +22,12 @@ let
patches = [
./0001-BUILD-crypto-Migrate-to-OpenSSL-3.0-compatible-API.patch
# fix crash caused by openssl3 thread unsafe evp implementation
# see https://github.com/mumble-voip/mumble/issues/5361#issuecomment-1173001440
(fetchpatch {
url = "https://github.com/mumble-voip/mumble/commit/f8d47db318f302f5a7d343f15c9936c7030c49c4.patch";
hash = "sha256-xk8vBrPwvQxHCY8I6WQJAyaBGHmlH9NCixweP6FyakU=";
})
./0002-FIX-positional-audio-Force-8-bytes-alignment-for-CCa.patch
];