summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* NoScript version bumpGeorg Koppen2017-09-06
|
* Bug 23408: Don't include 'ALL' in nightly filenamesGeorg Koppen2017-09-05
| | | | | | In test builds only the en-US locale is provided, this 'ALL' in the filename is confusing. And the nightlies are not being built multi- lingual for a while now in tor-browser-bundle
* Fold in stable changelogGeorg Koppen2017-09-05
|
* Bug 23384: install tor, torsocks, screen on build-sunet-a.torproject.netNicolas Vigier2017-09-04
|
* Bug 23384: Add user gk on build-sunet-a.torproject.netNicolas Vigier2017-09-04
|
* Bug 23384: Add user boklm on build-sunet-a.torproject.netNicolas Vigier2017-09-04
|
* Bug 23384: install packages needed for building Tor Browser on ↵Nicolas Vigier2017-09-04
| | | | build-sunet-a.torproject.net
* README: mention that rbm is included as a git submoduleNicolas Vigier2017-08-30
|
* Typo fixes in READMEGeorg Koppen2017-08-29
|
* Bug 23258: Fix broken HTTPS-Everywhere on higher security levelsGeorg Koppen2017-08-29
| | | | | | | | | | | | 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.
* Add Felix's obfs4 bridges to the built-in bridges.Isis Lovecruft2017-08-29
| | | | * FIXES #23166: https://bugs.torproject.org/23166
* Fix some typos in README.HACKINGGeorg Koppen2017-08-28
|
* Fix typo in README.MAKEFILEGeorg Koppen2017-08-28
|
* Bug 17381: create tar containing update responses xml filesNicolas Vigier2017-08-21
| | | | | | 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.
* Bug 17381: add dmg2marNicolas Vigier2017-08-21
| | | | Add the dmg2mar makefile rules.
* Bug 17381: add and adapt the update_responses scriptNicolas Vigier2017-08-21
| | | | | | | | 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.
* Include mar-tools zip in the output filesNicolas Vigier2017-08-21
|
* Add a README.MAKEFILE file to describe makefile rulesNicolas Vigier2017-08-15
|
* Update rbm for the build_log_append optionNicolas Vigier2017-08-11
|
* Avoid using directory with predictable name in /tmpNicolas Vigier2017-08-11
| | | | | Update rbm with support for the rbm_tmp_dir option, and use it in the containers directory.
* Display container's path when opening debug shellNicolas Vigier2017-08-11
|
* Update tor-browser.git branch used in nightlyNicolas Vigier2017-08-10
|
* Synchronize mozconfig files with their version from tor-browser.gitNicolas Vigier2017-08-10
| | | | | The main change is the removal of the --enable-jemalloc=4 option which was done with #22482.
* README.HACKING: explain which mozconfig files we are usingNicolas Vigier2017-08-10
|
* README.HACKING: explain how to test a firefox patchNicolas Vigier2017-08-10
|
* Fix var/publish_dir for nightly, alpha_nightly and testbuildNicolas Vigier2017-08-09
| | | | Fix an error introduced by 9d18c95bc22bb3df18c4839d21715ce7df9c1ee8.
* Remove hardened targetsNicolas Vigier2017-08-09
|
* Fix faketime path in ddmg.shNicolas Vigier2017-08-09
|
* tbb-7.5a4-build2Nicolas Vigier2017-08-09
|
* winpython: use wine to run python.exeNicolas Vigier2017-08-09
| | | | | | We need wine to run python.exe. It seems it was working without explicitely using wine on my build machine, probably because of the binfmt configuration in the kernel of that machine.
* Bug 20757: fix gpg_wrapper with git >= 2.10.0-rc0Nicolas Vigier2017-08-09
| | | | Thanks to dcf for finding the cause of the problem.
* Update rbm: include stdout in remote_exec/remote_start error outputNicolas Vigier2017-08-08
|
* Fix a typo introduced in c87cfc7291c7faf95c7afc8af693a7f689cdcc0aNicolas Vigier2017-08-08
|
* Add script to help tagging a releaseNicolas Vigier2017-08-08
| | | | | | 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.
* Move projects/release/config build to a separate fileNicolas Vigier2017-08-08
|
* Fix .gitignore syntaxNicolas Vigier2017-08-08
| | | | | Add a leading slash on all lines to match files/directories only in the root directory.
* Add a torbrowser_build option and use it in the build output directoryNicolas Vigier2017-08-07
|
* Refresh keyring/firefox.gpgNicolas Vigier2017-08-07
|
* Fix firefox tagNicolas Vigier2017-08-07
|
* Release preparations for 7.5a4Nicolas Vigier2017-08-04
| | | | | | | | | | 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
* Bug 23075: rename RBM_NB_CORES to RBM_NUM_CORESNicolas Vigier2017-08-04
| | | | And buildconf/nb_procs to buildconf/num_procs.
* Add a README.HACKING fileNicolas Vigier2017-08-04
| | | | | Add a file to list the main things to know when making changes to the Tor Browser build.
* firefox: add var/torbrowser_update_channel value for the release channelNicolas Vigier2017-08-03
|
* Add var/release, var/alpha, var/nightly optionsNicolas Vigier2017-08-03
| | | | | | | | | | | | 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 -%]
* Add comment to explain why we build https-e once for all platformsNicolas Vigier2017-08-03
|
* Bug 22499: build obfsproxy and fteproxy for WindowsNicolas Vigier2017-08-03
| | | | | | | Also finish including the Linux build of obfsproxy and fteproxy. Based on gitian/descriptors/windows/gitian-pluggable-transports.yml from tor-browser-bundle.git.
* meek: include *.1.txt instead of *.1 files on WindowsNicolas Vigier2017-08-03
|
* Revert "Bug 22362: NoScript's XSS filter freezes the browser"Georg Koppen2017-08-02
| | | | | | | This reverts commit cec0a1d787b90f1b27c92ba83bd8f12b5a3b0fb1 That's properly fixed in NoScript >= 5.0.7.1, thus removing our workaround.
* Bug 23075: add an option to select the number of cores usedNicolas Vigier2017-08-02
|
* Update rbmNicolas Vigier2017-08-01
| | | | | Update rbm, fixing a 'git checkout --detach' error due to the lack of master branch on tor-browser.git.