From 9621572e3cdaab31dcdf2f79ec7bf8907c741847 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 22 May 2015 14:50:47 -0300 Subject: icedove-1:31.7.0.deb1-1{,.nonprism1}: updating version --- libre/icedove/rhbz-966424.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 libre/icedove/rhbz-966424.patch (limited to 'libre/icedove/rhbz-966424.patch') diff --git a/libre/icedove/rhbz-966424.patch b/libre/icedove/rhbz-966424.patch deleted file mode 100644 index c4c332e9e..000000000 --- a/libre/icedove/rhbz-966424.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- a/toolkit/modules/CertUtils.jsm -+++ b/toolkit/modules/CertUtils.jsm -@@ -170,17 +170,19 @@ this.checkCert = - issuerCert = issuerCert.QueryInterface(Ci.nsIX509Cert3); - var tokenNames = issuerCert.getAllTokenNames({}); - - if (!tokenNames || !tokenNames.some(isBuiltinToken)) - throw new Ce(certNotBuiltInErr, Cr.NS_ERROR_ABORT); - } - - function isBuiltinToken(tokenName) { -- return tokenName == "Builtin Object Token"; -+ return tokenName == "Builtin Object Token" || -+ tokenName == "Default Trust" || -+ tokenName == "System Trust"; - } - - /** - * This class implements nsIBadCertListener. Its job is to prevent "bad cert" - * security dialogs from being shown to the user. It is better to simply fail - * if the certificate is bad. See bug 304286. - * - * @param aAllowNonBuiltInCerts (optional) -- cgit v1.2.3-54-g00ecf