Changes between Version 34 and Version 35 of firefox
- Timestamp:
- 12/03/2019 03:33:27 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified firefox
v34 v35 58 58 == Dependencies for 68-ESR == 59 59 60 Although the book is tested with the latest versions of the dependencies (in the case of 68.2.0-esr these will include rustc-1.37.0 and cbindgen-0.9.1)it should be possible to use older versions of some packages:60 Although the book is tested with its latest versions of the dependencies'''' it should be possible to use older versions of some packages: 61 61 62 nss versions >= 3.44.2 should work, but using the latest is considered safer. 62 cbindgen >= 0.8.7 should work 63 63 64 64 harfbuzz >= 2.4.0 (if using the patch for system harfbuzz) should work. 65 65 66 libwebp >= 1.02 should work 67 68 nss versions >= 3.44.3 should work, but using the latest is considered safer. 3.44.3 is a recent update to 3.44 released on 19th November 2019, '''Any versions released before that date should not be used, even if the configure tests pass''' 69 70 rustc-1.35.0 works and has been tested. 71 66 72 sqlite >= 3.28.0 should work, but you are recommended to use the latest version. 67 73 68 libwebp >= 1.02 should work69 74 70 cbindgen >= 0.8.7 should work 71 72 And in particular rustc-1.35.0 works and has been tested. 73 74 == Dependencies for the latest release (these details are for 70.0) == 75 == Dependencies for the latest release (these details are for 71.0) == 75 76 76 77 This is an attempt to help people who want to keep using the latest upstream release, and will be updated from time to time. 77 78 78 For firefox-70.0, the following need to be at least the specified versions: 79 ''Importantly, after ff70 ./mach install no longer accepts '--verbose' and errors if it is used.'' 79 80 80 nss-3.46.1 81 For firefox-71.0, the following need to be at least the specified versions: 81 82 82 harfbuzz-2.6.1 (if using the patch, which is in the patches project) 83 cbindgen-0.9.1 84 85 harfbuzz-2.6.2 (if using the patch, which is in the patches project) 86 87 nspr-4.23 88 89 nss-3.47.1 90 91 rustc-1.37.0 (newer releases should be ok for firefox) 83 92 84 93 sqlite-3.29.0 (latest is preferred) 85 94 86 cbindgen-0.9.1 95 == Dependencies for 72.0beta == 87 96 88 rustc-1.37.0 (1.38.0 works for firefox) 97 A place to look at the next release, 89 98 90 == Dependencies for 71.0beta ==91 99 92 A place to look at the next-but-one release,93 100 94 For 71, rustc now needs to be >= 1.37.0,95 nspr >= 4.23.96 nss >= 3.47.0.97 If using the patch for system graphite2 and harfbuzz,98 harfbuzz >= 2.6.2.99 100 Importantly, after ff70 ./mach install no longer accepts '--verbose' and errors if it is used.101 101 [wiki:GraphicalWebBrowsers Up][[br]] 102 102 [wiki:BlfsNotes Top]