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

Jan Steffens heftig at archlinux.org
Fri Jun 3 20:24:10 UTC 2016


    Date: Friday, June 3, 2016 @ 22:24:10
  Author: heftig
Revision: 268878

45.1.1-1

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

-----------+
 PKGBUILD  |   17 ++++++++++-------
 mozconfig |    1 -
 vendor.js |    3 ---
 3 files changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-03 19:22:53 UTC (rev 268877)
+++ PKGBUILD	2016-06-03 20:24:10 UTC (rev 268878)
@@ -6,8 +6,8 @@
 # Contributor: Anders Bostrom <anders.bostrom at home.se>
 
 pkgname=thunderbird
-pkgver=45.1.0
-pkgrel=2
+pkgver=45.1.1
+pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
 license=('MPL' 'GPL' 'LGPL')
@@ -25,14 +25,14 @@
         thunderbird-install-dir.patch
         firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
         vendor.js)
-sha256sums=('8ae9ebe536895d69d99f412f2b3aba645b7dd839e520959330da13892d672309'
-            'a0976827f9c69f0ae3c15a990bb94322d76e9bf9c93468a66eb41264d40d1b60'
+sha256sums=('107d103c30b4f666ede1ec197156f94456117783087518fe1af4557d548b718e'
+            'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
             '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
             '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'
             '4d1e1ddabc9e975ed39f49e134559a29e01cd49439e358233f1ede43bf5a52bf'
             '2588c567fec88b44b65f0cd111e8769361c138d4c964310684f7bb80066f8f9f'
             'd1ccbaf0973615c57f7893355e5cd3a89efb4e91071d0ec376e429b50cf6ed19'
-            '8f9ee921896b939e36d089c8ff544bc2b0a8b56dd5a2b4f5e75a19a6e1849284')
+            'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
 
 # 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
@@ -79,9 +79,12 @@
   # _FORTIFY_SOURCE causes configure failures
   CPPFLAGS+=" -O2"
 
+  # Hardening
+  LDFLAGS+=" -Wl,-z,now"
+
   # GCC 6
-  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse"
-  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse"
+  CFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
+  CXXFLAGS+=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2"
 
   export PATH="$srcdir/path:$PATH"
 

Modified: mozconfig
===================================================================
--- mozconfig	2016-06-03 19:22:53 UTC (rev 268877)
+++ mozconfig	2016-06-03 20:24:10 UTC (rev 268878)
@@ -23,7 +23,6 @@
 ac_add_options --enable-system-pixman
 
 # Features
-ac_add_options --enable-calendar
 ac_add_options --enable-startup-notification
 ac_add_options --disable-gstreamer
 ac_add_options --disable-updater

Modified: vendor.js
===================================================================
--- vendor.js	2016-06-03 19:22:53 UTC (rev 268877)
+++ vendor.js	2016-06-03 20:24:10 UTC (rev 268878)
@@ -7,6 +7,3 @@
 // 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