From b76c4152530b81d7ecc1c958202a3f06d407587d Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Wed, 15 Jul 2015 15:28:36 -0400 Subject: gnu: icecat: Update to 31.8.0-gnu1. * gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch: New file. * gnu/packages/patches/icecat-CVE-2015-2722-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2722-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt3.patch, gnu/packages/patches/icecat-CVE-2015-2724-pt4.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2728-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt1.patch, gnu/packages/patches/icecat-CVE-2015-2733-pt2.patch, gnu/packages/patches/icecat-CVE-2015-2735.patch, gnu/packages/patches/icecat-CVE-2015-2736.patch, gnu/packages/patches/icecat-CVE-2015-2738.patch, gnu/packages/patches/icecat-CVE-2015-2739.patch, gnu/packages/patches/icecat-CVE-2015-2740.patch, gnu/packages/patches/icecat-CVE-2015-2743.patch: Remove files. * gnu-system.am (dist_patch_DATA): Remove them, and add the new file. * gnu/packages/gnuzilla.scm (icecat): Update to 31.8.0-gnu1. Remove the outdated patches and add the new one. --- .../patches/icecat-enable-acceleration-and-webgl.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch (limited to 'gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch') diff --git a/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch b/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch new file mode 100644 index 0000000000..3d3c4c592a --- /dev/null +++ b/gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch @@ -0,0 +1,12 @@ +Re-enable hardware acceleration and WebGL. + +--- icecat-31.8.0/browser/app/profile/icecat.js.orig 2015-07-13 18:14:27.000000000 -0400 ++++ icecat-31.8.0/browser/app/profile/icecat.js 2015-07-15 13:55:39.273124982 -0400 +@@ -1756,7 +1756,3 @@ + pref("security.ssl3.dhe_rsa_aes_256_sha", false); + pref("security.ssl3.dhe_dss_aes_128_sha", false); + pref("security.ssl3.dhe_rsa_des_ede3_sha", false); +- +-// Disable hardware acceleration and WebGL +-pref("layers.acceleration.disabled", true); +-pref("webgl.disabled", true); -- cgit v1.2.3