Changes between Version 135 and Version 136 of firefox


Ignore:
Timestamp:
09/26/2022 02:09:20 AM (19 months ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v135 v136  
    7878For the moment, g++ can be used if you pass --without-wasm-sandboxed-libraries but the changes in gcc-12 mean that the book has moved to using clang++, still without wasm.
    7979
    80 == Dependencies for 106.0beta (not yet tested) ==
     80== Dependencies for 106.0beta ==
    8181
    8282nss >= 3.83
     
    8484nspr ships as 4.35.0 in nsprpub/pr/include/prinit.h although it documents 4.34.1 in security/nss/automation/release/nspr-version.txt
    8585
     86BLFS has now moved to rustc-1.64.0 (to suit llvm-15) so I am using that for testing.
     87
    8688The 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).
    8789