Unverified Commit d57b3416 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #232894 from SuperSandro2000/mumble-openssl3

mumble: fix crash caused by openssl3 thread unsafe evp implementation
parents 789d16f5 40601775
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
    ];