- 31 Aug, 2018 3 commits
-
-
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.
-
- 19 Jul, 2018 1 commit
-
-
Georg Koppen authored
-
- 18 Jul, 2018 2 commits
-
-
Georg Koppen authored
-
This works around a hang in the client that occurred once it had logged a certain amount of information to its stderr. Now, if not logging to a file, snowflake-client will log nothing rather than writing to stderr. The corresponding tor bug is #26360.
-
- 13 Jul, 2018 1 commit
-
-
boklm authored
We also update keyring/tbb-windows-installer.gpg as Moritz is using a new key for signing the tag: 7A3D AD44 08A0 009B 4DE9 C855 858E E1C3 B8A4 568D
-
- 12 Jul, 2018 3 commits
-
-
-
Does not affect the console output, will use more disk space in log files.
-
boklm authored
-
- 11 Jul, 2018 1 commit
-
-
boklm authored
-
- 06 Jul, 2018 1 commit
-
-
Georg Koppen authored
-
- 29 Jun, 2018 1 commit
-
-
Fixup for 26039. WebExtension extensions can't read/write prefs, so the base contents of extension-overrides.js are completely unnecessary. The WebExtension versions of noscript and httpseverywhere seem to be nearly complete re-writes (noscript in particular is much simpler) so our custom options appear to be no longer required (though a complete audit of noscript should probably be done just to be sure we don't need to fix any bad behaviour). The updated build script for tor-browser now dumps all of the build-determined prefs (pluggable transport strings, localization options) into a generated-prefs.js file created at build time, which is then appended to 000-tor-browser.js as before. The pdfjs option is no longer needed since the disableRange option seems to break pdfjs altogether in latest ESR60. Also, setting the user pref in 000-tor-browser.js does not work since pdfjs overwrites it with its own value (any future patch setting pdfjs options needs to modify the default values table)
-