commit e9c81483eef17eeb3a593281dc610fb7a0f451b8 parent 7c4705ca3c89e061b4c3d492562bc3c9c5c3d926 Author: Georg Koppen <gk@torproject.org> Date: Mon, 22 May 2017 12:44:40 +0000 BB 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. Diffstat:
| M | browser/installer/package-manifest.in | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in @@ -422,11 +422,11 @@ bin/libfreebl_64int_3.so #endif ; media -@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX@clearkey@DLL_SUFFIX@ -@RESPATH@/gmp-clearkey/0.1/manifest.json -#if defined(MOZ_WMF_CDM) && defined(ENABLE_TESTS) -@BINPATH@/@DLL_PREFIX@wmfclearkey@DLL_SUFFIX@ -#endif +;@RESPATH@/gmp-clearkey/0.1/@DLL_PREFIX@clearkey@DLL_SUFFIX@ +;@RESPATH@/gmp-clearkey/0.1/manifest.json +;#if defined(MOZ_WMF_CDM) && defined(ENABLE_TESTS) +;@BINPATH@/@DLL_PREFIX@wmfclearkey@DLL_SUFFIX@ +;#endif #ifdef PKG_LOCALE_MANIFEST #include @PKG_LOCALE_MANIFEST@