[tor-commits] [tor-browser] 22/67: Bug 16285: Exclude ClearKey system for now
gitolite role
git at cupani.torproject.org
Wed May 4 20:44:40 UTC 2022
This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch geckoview-96.0.3-11.0-1
in repository tor-browser.
commit 952eef1f393989d027fc1c4364bb6dc59d8b1f1a
Author: Georg Koppen <gk at torproject.org>
AuthorDate: 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 b1de5d0a27624..cc931d3ac575e 100644
--- a/browser/installer/package-manifest.in
+++ b/browser/installer/package-manifest.in
@@ -450,8 +450,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
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list