Package: mumble / 1.3.0~git20190125.440b173+dfsg-2+deb10u1

07-use-embedded-celt-baseline.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: include embedded CELT 0.7.1 only, as this is a base requirement
 for Mumble, but avoid shipping any other version to minimize possible
 security risks with CELT due to being dead upstream
Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682010
Author: Chris Knadle <chris.knadle@coredump.us>
Last updated: 2019-01-14

--- a/main.pro
+++ b/main.pro
@@ -25,7 +25,7 @@
       CONFIG *= no-bundled-celt
     }
     !CONFIG(no-bundled-celt) {
-      SUBDIRS *= 3rdparty/celt-0.7.0-build 3rdparty/celt-0.11.0-build
+      SUBDIRS *= 3rdparty/celt-0.7.0-build
     }
   }