From 3dd8c876676fab917919883a6a2bf208ff31ca0f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Thu, 30 Jul 2015 11:10:56 -0300 Subject: icecat-31.8.0_gnu1-4: add new revision to [libre-testing] to test if segfault persists with using system libraries except cairo and libvpx, it's based on AUR's IceCat version --- libre-testing/icecat/rhbz-966424.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre-testing/icecat/rhbz-966424.patch (limited to 'libre-testing/icecat/rhbz-966424.patch') diff --git a/libre-testing/icecat/rhbz-966424.patch b/libre-testing/icecat/rhbz-966424.patch new file mode 100644 index 000000000..9a1c9e2b4 --- /dev/null +++ b/libre-testing/icecat/rhbz-966424.patch @@ -0,0 +1,14 @@ +diff -Nur mozilla-release.orig/toolkit/modules/CertUtils.jsm mozilla-release/toolkit/modules/CertUtils.jsm +--- mozilla-release.orig/toolkit/modules/CertUtils.jsm 2014-10-11 07:06:48.000000000 -0200 ++++ mozilla-release/toolkit/modules/CertUtils.jsm 2014-10-16 03:44:30.226448002 -0200 +@@ -174,7 +174,9 @@ + } + + function isBuiltinToken(tokenName) { +- return tokenName == "Builtin Object Token"; ++ return tokenName == "Builtin Object Token" || ++ tokenName == "Default Trust" || ++ tokenName == "System Trust"; + } + + /** -- cgit v1.2.3