- Aug 29, 2017
-
-
Georg Koppen authored
-
Shipping HTTPS-Everywhere based on the new WebExtensions model broke its functionality on higher security levels as our JavaScript blocking does not whitelist `moz-extension:` which is needed. It turns out that vanilla Firefox 52 ESR is affected as well but differently: Backorting https://bugzilla.mozilla.org/show_bug.cgi?id=1329731 does not help us as NoScript is regulating JavaScript related things. This fixes #21270 as well.
-
* FIXES #23166: https://bugs.torproject.org/23166
-
- Aug 28, 2017
-
-
Georg Koppen authored
-
Georg Koppen authored
-
- Aug 21, 2017
-
-
boklm authored
Create a tar file in directory {alpha,release}/update-responses/, to make it a little easier to copy them to the host where they will be deployed.
-
boklm authored
Add the dmg2mar makefile rules.
-
boklm authored
Add the update_responses and incrementals makefile rules. The update_responses script is identical to what we have in tor-browser-bundle.git, however the config.yml file it is using is now generated using the infos from rbm.
-
boklm authored
-
- Aug 15, 2017
-
-
boklm authored
-
- Aug 11, 2017
- Aug 10, 2017
- Aug 09, 2017
- Aug 08, 2017
- Aug 07, 2017
-
-
boklm authored
The 'make signtag-release' and 'make signtag-alpha' commands can be used to tag a stable or alpha release using the version informations from rbm.conf.
-
boklm authored
-
boklm authored
Add a leading slash on all lines to match files/directories only in the root directory.
-
boklm authored
-
boklm authored
-
boklm authored
-
- Aug 04, 2017
-
-
boklm authored
Changelog update and version bumps. tor-browser-bundle.git author: Georg Koppen <gk@torproject.org> tor-browser-bundle.git commit: 0d192217fc71cccf16bce16e3904460b0991b43d tor-browser-bundle.git commit: 6d54b0e2b8cf45fb817e2bbc822c61e5a4ad78de tor-browser-bundle.git commit: 1a15760dcb3889417809ab4a38bf4b523ecf74a7 tor-browser-bundle.git commit: 8b061ed2d5112c006a80723ea63333d0098b94c4
-
boklm authored
And buildconf/nb_procs to buildconf/num_procs.
-
- Aug 03, 2017
-
-
boklm authored
Add a file to list the main things to know when making changes to the Tor Browser build.
-
boklm authored
-
boklm authored
Add some options to be able to write things like this in templates: [% IF c("var/release") -%] do something on release channel [% ELSIF c("var/alpha") -%] do something on alpha channel [% ELSIF c("var/nightly") -%] do something on nightly channel [% END -%]
-
boklm authored
-
boklm authored
Also finish including the Linux build of obfsproxy and fteproxy. Based on gitian/descriptors/windows/gitian-pluggable-transports.yml from tor-browser-bundle.git.
-
boklm authored
-
- Aug 02, 2017
-
-
This reverts commit cec0a1d7 That's properly fixed in NoScript >= 5.0.7.1, thus removing our workaround.
-