pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri May 18 12:50:09 UTC 2018

Modified Files:
        pkgsrc/www/firefox: Makefile distinfo
Added Files:
        pkgsrc/www/firefox/patches: patch-browser_app_profile_firefox.js

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.331 -r1.332 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.316 -r1.317 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r0 -r1.7 \
    pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.331 pkgsrc/www/firefox/Makefile:1.332
--- pkgsrc/www/firefox/Makefile:1.331   Thu May 10 20:01:53 2018
+++ pkgsrc/www/firefox/Makefile Fri May 18 12:50:09 2018
@@ -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//}

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.316 pkgsrc/www/firefox/distinfo:1.317
--- pkgsrc/www/firefox/distinfo:1.316   Thu May 10 20:02:59 2018
+++ pkgsrc/www/firefox/distinfo Fri May 18 12:50:09 2018
@@ -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

Added files:

Index: pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
diff -u /dev/null pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.7
--- /dev/null   Fri May 18 12:50:09 2018
+++ pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js     Fri May 18 12:50:09 2018
@@ -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