summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2015-12-16 13:39:44 -0500
committerIan Stakenvicius <axs@gentoo.org>2015-12-16 13:40:42 -0500
commit866f2a602dce8c257e75564542961bfc1b5baa6e (patch)
tree7bf064b612f36e962cd8d87363187a7dbe7f65f6 /www-client/firefox/files
parentwww-client/firefox-bin: version bumps for security bug 568376 (diff)
downloadgentoo-866f2a602dce8c257e75564542961bfc1b5baa6e.tar.gz
gentoo-866f2a602dce8c257e75564542961bfc1b5baa6e.tar.bz2
gentoo-866f2a602dce8c257e75564542961bfc1b5baa6e.zip
www-client/firefox: version bumps for security bug 568376, cleanup old
Package-Manager: portage-2.2.24
Diffstat (limited to 'www-client/firefox/files')
-rw-r--r--www-client/firefox/files/firefox-38-dont-hardcode-libc-soname.patch22
-rw-r--r--www-client/firefox/files/gentoo-default-prefs.js-221
-rw-r--r--www-client/firefox/files/gentoo-hwaccel-prefs.js-12
3 files changed, 2 insertions, 43 deletions
diff --git a/www-client/firefox/files/firefox-38-dont-hardcode-libc-soname.patch b/www-client/firefox/files/firefox-38-dont-hardcode-libc-soname.patch
deleted file mode 100644
index 83779bc9dfa7..000000000000
--- a/www-client/firefox/files/firefox-38-dont-hardcode-libc-soname.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/testing/mozbase/mozinfo/mozinfo/mozinfo.py 2015-08-06 13:41:02.000000000 -0400
-+++ b/testing/mozbase/mozinfo/mozinfo/mozinfo.py 2015-08-21 21:17:00.320766493 -0400
-@@ -96,7 +96,7 @@
- import errno
- PR_SET_SECCOMP = 22
- SECCOMP_MODE_FILTER = 2
-- ctypes.CDLL("libc.so.6", use_errno=True).prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, 0)
-+ ctypes.CDLL(ctypes.util.find_library('c'), use_errno=True).prctl(PR_SET_SECCOMP, SECCOMP_MODE_FILTER, 0)
- info['has_sandbox'] = ctypes.get_errno() == errno.EFAULT
- else:
- info['has_sandbox'] = True
---- a/testing/mochitest/runtests.py 2015-08-06 13:41:02.000000000 -0400
-+++ b/testing/mochitest/runtests.py 2015-08-21 21:17:36.060766000 -0400
-@@ -1097,7 +1097,7 @@
- if not mozinfo.isLinux:
- return False, ''
-
-- libc = ctypes.cdll.LoadLibrary('libc.so.6')
-+ libc = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))
- O_RDWR = 2
- # These are from linux/videodev2.h
-
diff --git a/www-client/firefox/files/gentoo-default-prefs.js-2 b/www-client/firefox/files/gentoo-default-prefs.js-2
deleted file mode 100644
index ad8cbb5dd4e8..000000000000
--- a/www-client/firefox/files/gentoo-default-prefs.js-2
+++ /dev/null
@@ -1,21 +0,0 @@
-pref("app.update.enabled", false);
-pref("app.update.autoInstallEnabled", false);
-pref("browser.display.use_system_colors", true);
-pref("browser.link.open_external", 3);
-pref("general.smoothScroll", true);
-pref("general.autoScroll", false);
-pref("browser.tabs.tabMinWidth", 15);
-pref("browser.backspace_action", 0);
-pref("browser.urlbar.hideGoButton", true);
-pref("accessibility.typeaheadfind", true);
-pref("browser.shell.checkDefaultBrowser", false);
-pref("browser.EULA.override", true);
-pref("general.useragent.vendor", "Gentoo");
-pref("intl.locale.matchOS", true);
-pref("general.useragent.locale", "chrome://global/locale/intl.properties");
-pref("extensions.autoDisableScopes", 0);
-pref("layout.css.dpi", 0);
-pref("layers.acceleration.force-enabled", true);
-pref("webgl.force-enabled", true);
-
-
diff --git a/www-client/firefox/files/gentoo-hwaccel-prefs.js-1 b/www-client/firefox/files/gentoo-hwaccel-prefs.js-1
new file mode 100644
index 000000000000..0cb92b046f94
--- /dev/null
+++ b/www-client/firefox/files/gentoo-hwaccel-prefs.js-1
@@ -0,0 +1,2 @@
+pref("layers.acceleration.force-enabled", true);
+pref("webgl.force-enabled", true);