[tbb-commits] [tor-browser/tor-browser-91.0-11.0-1] Bug 16285: Exclude ClearKey system for now
boklm at torproject.org
boklm at torproject.org
Tue Aug 10 19:58:40 UTC 2021
commit cc78a5a8ee9a3be54db2edc2e557ceeccc910529
Author: Georg Koppen <gk at torproject.org>
Date: Mon May 22 12:44:40 2017 +0000
Bug 16285: Exclude ClearKey system for now
In the past the ClearKey system had not been compiled when specifying
--disable-eme. But that changed and it is even bundled nowadays (see:
Mozilla's bug 1300654). We don't want to ship it right now as the use
case for it is not really visible while the code had security
vulnerabilities in the past.
---
browser/installer/package-manifest.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
index c1b068c29ed5..0b0b65a6f932 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -460,8 +460,8 @@ bin/libfreebl_64int_3.so
#endif
; media
- at RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX at clearkey@DLL_SUFFIX@
- at RESPATH@/gmp-clearkey/0.1/manifest.json
+;@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX at clearkey@DLL_SUFFIX@
+;@RESPATH@/gmp-clearkey/0.1/manifest.json
#ifdef MOZ_DMD
; DMD
More information about the tbb-commits
mailing list