Changes between Version 156 and Version 157 of firefox
- Timestamp:
- 05/21/2023 03:48:43 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified firefox
v156 v157 97 97 == Dependencies for 114.0beta == 98 98 99 To be advised. 99 nss >= 3.89.1 100 101 if you are using gcc-13, there is a patch at [https://hg.mozilla.org/releases/mozilla-beta/rev/424a213f8a13] which should be in 114.0b7 whenever that appears - see bmo1831242. 100 102 101 103 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 (those where EARLY_BETA_OR_EARLIER is defined in build/defines.sh).