[tor-commits] [tor-browser/tor-browser-78.5.0esr-10.5-1] Bug 16285: Exclude ClearKey system for now

sysrqb at torproject.org sysrqb at torproject.org
Sat Nov 14 17:52:08 UTC 2020


commit f2c347c1346c69f7a306c9b4cb1c86fd85fab7b9
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 792acb870afa..53b0b7ddf731 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -465,8 +465,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 tor-commits mailing list