Changes between Version 86 and Version 87 of firefox


Ignore:
Timestamp:
03/23/2021 05:23:46 PM (3 years ago)
Author:
ken@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • firefox

    v86 v87  
    3737export CC=clang CXX=clang++ CFLAGS="$CFLAGS -std=c11" CXXFLAGS="$CXXFLAGS -std=c++14"
    3838}}}
    39 
    40 '''On BLFS-8.3 I have not been able to build a suitable version of node-js (c++ issues)'''
    4139
    4240nss needs to be at least 3.53.1 with its corresponding version of nspr, but there have been various fixes since then, the latest version of nss continues to be recommended.
     
    8280
    8381
    84 == Dependencies for 86.0 ==
     82== Dependencies for 87.0 ==
    8583
    8684cbindgen needs to be >= 0.16.0
     
    9088latest v14.
    9189
    92 nss needs to be >= 3.61
    93 
    94 nspr needs to match nss (i.e. 4.29 at the moment)
     90nss needs to be >= 3.62
    9591
    9692rustc needs to be >= 1.47
    9793
    9894
    99 == Dependencies for 87.0beta ==
     95== Dependencies for 88.0beta ==
    10096
    101 As of 87.0beta2:
    102 
    103 nss now needs to be >= 3.62.0, but at least that builds with multiple cores.
     97To be advised.
    10498
    10599[wiki:GraphicalWebBrowsers Up][[br]]