[arch-commits] Commit in thunderbird/trunk (PKGBUILD vendor.js)

Jan Steffens heftig at archlinux.org
Sun May 15 13:20:03 UTC 2016


    Date: Sunday, May 15, 2016 @ 15:20:03
  Author: heftig
Revision: 268058

45.1.0-2: FS#49331 disable JIT until fixed

Modified:
  thunderbird/trunk/PKGBUILD
  thunderbird/trunk/vendor.js

-----------+
 PKGBUILD  |    4 ++--
 vendor.js |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-15 12:09:40 UTC (rev 268057)
+++ PKGBUILD	2016-05-15 13:20:03 UTC (rev 268058)
@@ -7,7 +7,7 @@
 
 pkgname=thunderbird
 pkgver=45.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -32,7 +32,7 @@
             '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
             '2588c567fec88b44b65f0cd111e8769361c138d4c964310684f7bb80066f8f9f'
             'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19'
-            'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
+            '8f9ee921896b939e36d089c8ff544bc2b0a8b56dd5a2b4f5e75a19a6e1849284')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
 # Note: These are for Arch Linux use ONLY. For your own distribution, please

Modified: vendor.js
===================================================================
--- vendor.js	2016-05-15 12:09:40 UTC (rev 268057)
+++ vendor.js	2016-05-15 13:20:03 UTC (rev 268058)
@@ -7,3 +7,6 @@
 // Don't disable our bundled extensions in the application directory
 pref("extensions.autoDisableScopes", 11);
 pref("extensions.shownSelectionUI", true);
+
+// https://bugzilla.mozilla.org/show_bug.cgi?id=1245783
+pref("javascript.options.ion", false);



More information about the arch-commits mailing list