Changes between Version 106 and Version 107 of firefox
- Timestamp:
- 11/06/2021 01:39:09 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
firefox
v106 v107 107 107 rustc now needs to be >= 1.53.0, tested with 1.55.0. 108 108 109 other minimum versions unchanged. 110 109 other minimum versions unchange 111 110 112 111 == Dependencies for 95.0beta == 113 112 114 To be advised. 113 nss needs to be >= 3.72. 114 115 For the moment (95.0b3), I cannot complete the configure stage, the reason why is not clear. If I apply an upstream revert (reverted for 94.0) [https://hg.mozilla.org/releases/mozilla-release/rev/417146e6ebfd8856bd8020c7fd512edd088f1840] it then tells me it cannot find a wasi sysroot and should pass -wasi-sysroot= or build --without-wasm-sandboxed-libraries. "Blow this for a game of soldiers." 115 116 116 117 The early betas for 92.0 and 93.0 needed static libstdc++.a to link logalloc-replay (that specifies -static-libstdc++). In later betas that was not compiled. While using a static system lib (outside of rust) is annoying, the expected lifetime of a firefox beta is short and this requirement can be remembered if a vulnerability in libstdc++ is ever disclosed. I assume this requirement will continue for early betas.