Changes between Version 152 and Version 153 of firefox


Ignore:
Timestamp:
04/11/2023 10:14:57 PM (13 months ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v152 v153  
    6363It looks as if firefox-103 updated the profile. Similarly, 108.0 seems to have updated the profile, but now it warns if trying to start with an older profile (shared /home across multiple BLFS builds) and lets you quit.
    6464
    65 == Dependencies for 111.0 series (latest upstream stable) ==
     65== Dependencies for 112.0 series (latest upstream stable) ==
    6666
    6767cbindgen >= 0.24.3 and therefore the sed needed for 102 is not wanted.
     
    7171The shipped libpng has now been updated to 1.6.39, using the same version for system libpng is recommended.
    7272
    73 Identifying the version of shipped libwebp has become problematic, version 1.3.0 works well.
     73libvpx >= v1.13.0
    7474
    75 nss >= 3.88.1
     75libwebp : An upstream patch was cherry-picked for ff112 (and ff102.10.0) to fix builds with the shipped libwebp. For building with system libwebp use the patch which is in BLFS libwebp-1.3.0 r11.3-312.
     76
     77nss >= 3.89
    7678
    7779nspr >= 4.35
     
    9092For 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.
    9193
    92 == Dependencies for 112.0beta ==
     94== Dependencies for 113.0beta ==
    9395
    94 libvpx >= v1.13.0
    95 
    96 nss >= 3.89
     96To Be Advised.
    9797
    9898The 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).