From bbca5e0d2098b8e140c78a7a1774a48cabdc79bf Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 21 Oct 2014 18:44:23 -0200 Subject: update icecat to 31.1.1 --- libre/icecat/rhbz-966424.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 libre/icecat/rhbz-966424.patch (limited to 'libre/icecat/rhbz-966424.patch') diff --git a/libre/icecat/rhbz-966424.patch b/libre/icecat/rhbz-966424.patch new file mode 100644 index 000000000..9a1c9e2b4 --- /dev/null +++ b/libre/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-54-g00ecf