pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox Update to 60.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/828ec94c3fdd
branches:  trunk
changeset: 308211:828ec94c3fdd
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri May 18 12:50:09 2018 +0000

description:
Update to 60.0.1

* Restore automatic www/firefox-l10n selection
* Disable multiprocess window by default to reduce tab crashes

Changelog:
fixed

    Avoid overly long cycle collector pauses with some add-ons installed (Bug 1449033)

    After unckecking the "Sponsored Stories" option, the New Tab page now immediately stops displaying "Sponsored content" cards (Bug 1458906)

    On touchscreen devices, fixed momentum scrolling on non-zoomable pages (Bug 1457743)

    Fixed black map on Google Maps with updated Nvidia Web Drivers on macOS (Bug 1458553)

    Use the right default background when opening tabs or windows in high contrast mode (Bug 1458956)

    The Firefox uninstaller on Windows is now translated again (Bug 1436662)

    Restored translations of the Preferences panels when using a language pack (Bug 1461590)

diffstat:

 www/firefox/Makefile                                     |   4 ++--
 www/firefox/distinfo                                     |  11 ++++++-----
 www/firefox/patches/patch-browser_app_profile_firefox.js |  14 ++++++++++++++
 3 files changed, 22 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r aeeba15a5ff8 -r 828ec94c3fdd www/firefox/Makefile
--- a/www/firefox/Makefile      Fri May 18 12:46:38 2018 +0000
+++ b/www/firefox/Makefile      Fri May 18 12:50:09 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.331 2018/05/10 20:01:53 ryoon Exp $
+# $NetBSD: Makefile,v 1.332 2018/05/18 12:50:09 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
 MOZ_BRANCH=            60.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r aeeba15a5ff8 -r 828ec94c3fdd www/firefox/distinfo
--- a/www/firefox/distinfo      Fri May 18 12:46:38 2018 +0000
+++ b/www/firefox/distinfo      Fri May 18 12:50:09 2018 +0000
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.316 2018/05/10 20:02:59 ryoon Exp $
+$NetBSD: distinfo,v 1.317 2018/05/18 12:50:09 ryoon Exp $
 
-SHA1 (firefox-60.0.source.tar.xz) = 070b99b19851efe13c1d947764a9de1a83f6362c
-RMD160 (firefox-60.0.source.tar.xz) = f6c1ad34ab78e27964bb100b9190d4888200eb1b
-SHA512 (firefox-60.0.source.tar.xz) = 63c156238a6b6b6188f093d2658d3152cd0ff6a1e275dd819a6d111dd4f964cac548632f45cd0f561b17537cde2740afe681e28d5a4d69477d9f39030567a0fc
-Size (firefox-60.0.source.tar.xz) = 266717500 bytes
+SHA1 (firefox-60.0.1.source.tar.xz) = a19cb45c9102951bdfce30ea3ee60e6fdc2f7989
+RMD160 (firefox-60.0.1.source.tar.xz) = dfe121e071b37a698b1942b98bce6e39aaaaba1a
+SHA512 (firefox-60.0.1.source.tar.xz) = 160fe83fc9101930521bdefefa8e32458a7438f454114aa5b1206ab4f63ce89566d84d4b7aca4c2c8d4fda529b33e29aa8a5228a643961e4b3e09b18d0c13510
+Size (firefox-60.0.1.source.tar.xz) = 267804748 bytes
 SHA1 (patch-aa) = fdabcc9b055f6439fdbda9b38ab7cec08ff3e231
+SHA1 (patch-browser_app_profile_firefox.js) = 9a43095d94f83f315b9a3ce4a7b0a4301e9c40e6
 SHA1 (patch-build_moz.configure_old.configure) = 1df6867eaf73a350fbe8fcd5bd34e1fcab09d707
 SHA1 (patch-dom_fetch_FetchConsumer.cpp) = a164b68b968633e2f2e29c1c3917a77ac55a886b
 SHA1 (patch-dom_media_CubebUtils.cpp) = 3632cd0dd4b95f53f01050b8898b33fe198916b6
diff -r aeeba15a5ff8 -r 828ec94c3fdd www/firefox/patches/patch-browser_app_profile_firefox.js
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/firefox/patches/patch-browser_app_profile_firefox.js  Fri May 18 12:50:09 2018 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-browser_app_profile_firefox.js,v 1.7 2018/05/18 12:50:09 ryoon Exp $
+
+--- browser/app/profile/firefox.js.orig        2018-05-16 05:38:23.000000000 +0000
++++ browser/app/profile/firefox.js
+@@ -1747,3 +1747,9 @@ pref("app.shield.optoutstudies.enabled",
+ #else
+ pref("app.shield.optoutstudies.enabled", false);
+ #endif
++
++// Select UI locale from LANG/LC_MESSAGE environmental variables
++pref("intl.locale.requested", "");
++
++// Disable multiprocess window support. Workaround for PR 53273.
++pref("browser.tabs.remote.autostart", false);



Home | Main Index | Thread Index | Old Index