tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

README.mozilla (788B)


      1 This directory contains the LZ4 source from the upstream repo:
      2 https://github.com/lz4/lz4/
      3 
      4 Current version: 1.10.0 [ebb370ca83af193212df4dcbadcc5d87bc0de2f0]
      5 
      6 Our in-tree copy of LZ4 does not depend on any generated files from the
      7 upstream build system, only the lz4*.{c,h} files found in the lib
      8 sub-directory. Therefore, it should be sufficient to simply overwrite
      9 the in-tree files with the updated ones from upstream.
     10 
     11 If the collection of source files changes, manual updates to moz.build may be
     12 needed as we don't use the upstream makefiles.
     13 
     14 Note that we do NOT use the copy of xxhash.{c,h} from the LZ4 repo. We
     15 instead use the newer release from that project's upstream repo:
     16 https://github.com/Cyan4973/xxHash
     17 
     18 Current version: 0.8.3 [e626a72bc2321cd320e953a0ccf1584cad60f363]