- 06 Sep, 2018 2 commits
-
-
-
Georg Koppen authored
-
- 03 Sep, 2018 4 commits
-
-
Georg Koppen authored
Version bumps
-
Georg Koppen authored
-
When doing Moat things, use a separate profile for the secondary browser (instead of trying to use the main meek helper profile).
-
Set mar_compression to xz for the alpha, and bzip2 for the stable.
-
- 02 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 01 Sep, 2018 1 commit
-
-
Georg Koppen authored
-
- 31 Aug, 2018 5 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
boklm authored
-
Georg Koppen authored
Version bumps and Changelog update
-
- 29 Aug, 2018 1 commit
-
-
Since https://bugzilla.mozilla.org/show_bug.cgi?id=1463749 is fixed in Firefox 60.2 ESR, we re-enable the verification of langpack checksums.
-
- 27 Aug, 2018 1 commit
-
-
Georg Koppen authored
-
- 24 Aug, 2018 1 commit
-
-
Georg Koppen authored
-
- 23 Aug, 2018 1 commit
-
-
Georg Koppen authored
This new versions picks up a fix for #26548.
-
- 21 Aug, 2018 2 commits
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- 17 Aug, 2018 3 commits
-
-
boklm authored
Add the option `mar_compression` to update_responses_config.yml to select the compression format used in the mar files. Currently we are using bzip2 for the previous alpha, xz for the new alpha, and bzip2 for both the previous and new stable.
-
Georg Koppen authored
-
Georg Koppen authored
-
- 16 Aug, 2018 8 commits
-
-
boklm authored
-
Georg Koppen authored
Fixed missing items in Changelog, correct sha256sum for new NoScript
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
-
Georg Koppen authored
Versions bump and Changelog update
-
Georg Koppen authored
-
In a previous patch for bug 25485 we changed how we set LD_LIBRARY_PATH in start-tor-browser. However this change is not taken into account when the browser is restarted by the updater. To avoid this issue we replace the firefox binary by a wrapper setting LD_LIBRARY_PATH.
-
- 15 Aug, 2018 2 commits
-
-
-
We still need the other half of the fix for actually providing higher entropy (see bug 12968, comment:17ff. for discussion).
-
- 14 Aug, 2018 1 commit
-
-
Arthur Edelstein authored
-
- 13 Aug, 2018 1 commit
-
-
boklm authored
Fix build issue introduced by the fix for #25485.
-
- 08 Aug, 2018 1 commit
-
-
boklm authored
-
- 07 Aug, 2018 1 commit
-
-
Sukhbir Singh authored
We ship our version of libstdc++.so.6 for backward compatibility of Tor Browser on older systems like Ubuntu 16.04. However, a newer version of the library may be installed on the user's system and we should detect and use that. This commit adds support for detecting the library using a C++ program that uses the latest ABI; if the program executes, we should use the system library, and if not (for the older systems), we add our libstdc++.so.6 to LD_LIBRARY_PATH.
-
- 03 Aug, 2018 1 commit
-
-
runc version on Ubuntu 18.04 is 1.0.1 which is not currently handled in rbm.conf, so the runc_spec100 flag does not get set properly. This patch changes it so the runc_spec100 flag is set if a spec string greater than 1.0.0 is found.
-
- 31 Jul, 2018 1 commit
-
-
Prior to this change, arguments with spaces were flattened, so running ./start-tor-browser.desktop --search "hello world" would be converted to ./start-tor-browser.desktop --search hello world opening up two windows, one search for "hello" and one trying to connect to http://world Fixes #18022 as well.
-
- 26 Jul, 2018 1 commit
-
-
Sukhbir Singh authored
STIX moved away from SourceForge to GitHub breaking download during Tor Browser build; see https://lists.torproject.org/pipermail/tor-dev/2018-July/013357.html
-
- 25 Jul, 2018 1 commit
-
-
We now build with -DWIDL_EXPLICIT_AGGREGATE_RETURNS on Windows to fix this issue; see https://bugzilla.mozilla.org/show_bug.cgi?id=1411401 for more information.
-