- 05 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 03 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 01 Dec, 2018 1 commit
-
-
Georg Koppen authored
-
- 30 Nov, 2018 2 commits
-
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
- 29 Nov, 2018 2 commits
-
-
- 22 Nov, 2018 1 commit
-
-
Georg Koppen authored
Since #27111 landed we need a distributions directory to contain our additional preferences. Thus, we build now unconditionally with it.
-
- 21 Nov, 2018 1 commit
-
-
boklm authored
projects/firefox-locale-bundle will clone or pull the mercurial repositories for each locale into the hg_clones/firefox-locale-bundle directory, and generate tarballs using the changesets listed in the firefox json file. The script get_hg_hash is used to parse this json file and output the hg changeset for the selected locale. Patch based on work started by GeKo.
-
- 20 Nov, 2018 5 commits
-
-
- 16 Nov, 2018 2 commits
-
-
The script got written by boklm.
-
-
- 14 Nov, 2018 1 commit
-
-
- 11 Nov, 2018 1 commit
-
-
boklm authored
As rbm currently does not do deep merge of options hashes (bug 26185) we cannot modify var/* options from the input_files section (or we lose all the other var/* options). As a workaround we move the two options we need to modify under input_file_var/ instead of var/.
-
- 06 Nov, 2018 1 commit
-
-
Georg Koppen authored
-
- 05 Nov, 2018 1 commit
-
-
boklm authored
-
- 31 Oct, 2018 3 commits
-
-
This avoids a harmless error message in the build log: find: `talk/': No such file or directory Compare to https://github.com/keroserene/go-webrtc/commit/bfbd31b3f439346e9cac73df05781be9a51b0e45#diff-0b83f9dedf40d7356e5ca147a077acb4
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
For some reason, this version of go requires setting _GLIBCXX_USE_CXX11_ABI=1 in the snowflake build, not only in go-webrtc. https://bugs.torproject.org/27827#comment:12
-
- 26 Oct, 2018 1 commit
-
-
- 25 Oct, 2018 1 commit
-
-
- 24 Oct, 2018 1 commit
-
-
- 19 Oct, 2018 4 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
This reverts commit 889be431, reversing changes made to d8ce7fca. The patch for bug 27827 leads to a busted Linux build.
-
Georg Koppen authored
-
Georg Koppen authored
Versions bump and Changelog update
-
- 17 Oct, 2018 3 commits
-
-
David Fifield authored
The update to go 1.11.1 fixed part of #27827, namely the /tmp/go-buildRANDOMNUM paths embedded in the binary. However there is still a single /tmp/go-link-RANDOMNUM/go.o path remaining -- it comes from here: https://github.com/golang/go/blob/go1.11.1/src/cmd/link/internal/ld/lib.go#L935-L946 The random path affects the Go build ID even if we overwrite the random digits in the binary. Luckily there's a -tmpdir flag that lets us override the random path.
-
David Fifield authored
-
boklm authored
Update tbb-windows-installer to v0.5, adding patch to abort install if CPU is missing SSE2 support.
-
- 16 Oct, 2018 3 commits
-
-
Kathleen Brade authored
Use a new .DS_Store file that has the correct app icon position. Incorporate a new background image with updated Tor Browser branding, including @1x and @2x (Retina) images. Remove the .fseventsd/ directory, which is not needed in a DMG. These changes also fix bug 25151: Update Tor Browser branding on installation.
-
We use `/usr/bin/env` for invocation in other scripts already. Let's use it in `execdesktop` as well.
-
Georg Koppen authored
Building Rust with Thin LTO enabled leads to Tor Browser builds on macOS and probably Linux not being reproducible. The exact reason for that is unknown at the moment, although it seems fixed testing nightly Rust source tarballs as of mid-September 2018. We therefore disable Thin LTO for now by setting `codegen-units` to `1`.
-
- 11 Oct, 2018 4 commits
-
-
boklm authored
-
boklm authored
The Windows installer for the en-US bundle was created from the $TB_STAGE_DIR instead of the $PKG_DIR where the precomplete file has been regenerated.
-
JeremyRand authored
These binaries were already being built but were being discarded. Since reproducible builds of these tools are likely to be useful to some people (even though they're not required for Tor Browser to operate), it seems like they're worth distributing. They're placed in the mar-tools zip because that's where certutil was already being placed.
-
JeremyRand authored
This library is needed for a subset of certutil's functionality (specifically, the ability for certutil to change the trust settings of built-in certificates).
-