From d9fc676a586244c32c5fa4483738da92c8bb3a9f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Wed, 1 Oct 2014 11:36:54 +0200 Subject: [PATCH] Sync prefs with firefox - rhbz#1134876, rhbz#1110291, mozbz#1063315 --- thunderbird-redhat-default-prefs.js | 7 +++++++ thunderbird.spec | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/thunderbird-redhat-default-prefs.js b/thunderbird-redhat-default-prefs.js index 9636cfd..ccf85de 100644 --- a/thunderbird-redhat-default-prefs.js +++ b/thunderbird-redhat-default-prefs.js @@ -19,3 +19,10 @@ pref("extensions.autoDisableScope", 0); # For rhbz#1024232 pref("ui.SpellCheckerUnderlineStyle", 1); + +/* Workaround for rhbz#1134876 */ +pref("javascript.options.baselinejit", false); +/* Workaround for rhbz#1110291 */ +pref("network.negotiate-auth.allow-insecure-ntlm-v1", true); +/* Workaround for mozbz#1063315 */ +pref("security.use_mozillapkix_verification", false); diff --git a/thunderbird.spec b/thunderbird.spec index a237563..7293478 100644 --- a/thunderbird.spec +++ b/thunderbird.spec @@ -58,7 +58,7 @@ Summary: Mozilla Thunderbird mail/newsgroup client Name: thunderbird Version: 31.1.1 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://www.mozilla.org/projects/thunderbird/ License: MPLv1.1 or GPLv2+ or LGPLv2+ Group: Applications/Internet @@ -458,6 +458,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Wed Oct 1 2014 Martin Stransky - 31.1.1-2 +- Sync prefs with Firefox + * Thu Sep 11 2014 Jan Horak - 31.1.1-1 - Update to 31.1.1