Skip to content

Commit

Permalink
Merge pull request #232894 from SuperSandro2000/mumble-openssl3
Browse files Browse the repository at this point in the history
mumble: fix crash caused by openssl3 thread unsafe evp implementation
  • Loading branch information
SuperSandro2000 committed May 21, 2023
2 parents 789d16f + 4060177 commit d57b341
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/networking/mumble/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];

Expand Down

0 comments on commit d57b341

Please sign in to comment.