summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Update NoScript to 10.1.8.1Sukhbir Singh2018-05-29
| | | | | | | | | | | | Revert the download URL to Mozilla Add-ons (AMO)
* | | new certutil location for firefox 60Arthur Edelstein2018-05-29
| | |
* | | Use a more recent version of gccSukhbir Singh2018-05-29
| | |
* | | Use Rust and LLVM for Stylo bindgen in FirefoxArthur Edelstein2018-05-29
| | |
* | | disable selfrandoArthur Edelstein2018-05-29
| | |
* | | Use cairgo-gtk3 and provide libgtk-3-dev for Firefox 60 ESRArthur Edelstein2018-05-29
| | |
* | | Use mach configure to pass build configuration argumentsSukhbir Singh2018-05-29
| | |
* | | Disable checking the hashes of the language packs for Firefox 60 ESRSukhbir Singh2018-05-29
| | | | | | | | | | | | ... pending https://bugzilla.mozilla.org/show_bug.cgi?id=1463749 is fixed.
* | | Update Firefox to 60.0.1esr (tor-browser-60.0.1esr-8.0-1)Sukhbir Singh2018-05-29
| | |
* | | Merge remote-tracking branch 'boklm/bug_26165_v2'Georg Koppen2018-05-29
|\ \ \ | |/ / |/| |
| * | Bug 26165: make it possible to use gcc:var/setup without hardening wrapperNicolas Vigier2018-05-24
| |/ | | | | | | | | This allows us to use it to setup the gcc host compiler for the Windows build in projects/firefox/build.
* | Bug 25862: move mingw helper scripts to firefoxNicolas Vigier2018-05-25
| | | | | | | | | | | | | | | | | | | | | | Stop using mingw helper scripts everywhere except for the firefox build. At the same time as we move them to firefox, we simplify the helper scripts by using var/CFLAGS and var/LDFLAGS from rbm.conf instead of redefining the flags. We are also now building firefox with -fstack-protector-strong instead of -fstack-protector.
* | Bug 25975: Get a Rust cross-compiler for macOSGeorg Koppen2018-05-25
|/
* Bug 26054: Make sure to create incrementals from previously signed MAR filesNicolas Vigier2018-05-23
|
* Bug 26059: Use signed directory when generating incremental marsNicolas Vigier2018-05-23
| | | | | | | We update the update_responses script to be able to specify a different $releases_dir for each version. When generating incremental mars, this allows us to set the default releases_dir to {alpha,release}/signed and the current version's releases_dir to {alpha,release}/unsigned.
* Bug 26098: Remove amazon-meekSina Rabbani2018-05-16
|
* Bug 26057: make it easy to see commit used in nightly buildsNicolas Vigier2018-05-09
| | | | | | | In order to make it easy to see which commit was used, we include the abbreviated commit hash in the filename of all components that are based on master in the nightly build. To do that, we set git_hash to master, and version (which is included in the filename) to '[% c("abbrev") %]".
* Bug 25318: Add Tor Browser nightly builds email notificationNicolas Vigier2018-05-07
| | | | | | | Authentication configuration for the email setup is stored in group_vars/boklm-tbb-nightly/dma-auth.yml, encrypted using ansible-vault. The file contains the dma_auth_conf variable, which is the content of the /etc/dma/auth.conf file.
* Bug 25817: add ansible roles for tbb-nightly setupNicolas Vigier2018-05-07
|
* Release preparations for 8.0a7Georg Koppen2018-05-03
| | | | Changelog update and versions bump
* Bug 26010: Change Snowflake rendezvous to use the Azure domain frontGeorg Koppen2018-05-03
| | | | | | | | | | | | https://bugs.torproject.org/22782#comment:7 This also uses the newer standalone broker on the backend (rather than the one based on App Engine), but that should be invisible to users. Patch by David Fifield I converted the mac file to a unix file format as well using `dos2unix` to get rid of the ^M characters that started to show up.
* Release preparations for 8.0a6Georg Koppen2018-04-16
| | | | Changelog update, versions bump
* Bug 25481: Enable rust support in Linux nightliesGeorg Koppen2018-04-13
| | | | | We enable Rust support for tor in our Linux nightly builds as a first step to enabling it on all supported platforms.
* Bug 25572: Update NoScript to version 5.1.8.5Georg Koppen2018-04-11
|
* Bump rbm (picking up fix for #25746)Georg Koppen2018-04-11
|
* Merge remote-tracking branch 'boklm/bug_25420_v4'Georg Koppen2018-04-11
|\
| * Bug 25420: update gcc to 6.4.0 for the Windows buildNicolas Vigier2018-04-10
| |
* | Bug 20302: Fix FTE compilation for Windows with GCC 6.4.0Nicolas Vigier2018-04-10
|/
* Bug 23384: Add user arthuredelstein on build-sunet-a.torproject.netNicolas Vigier2018-04-10
|
* Fold in stable changelogsGeorg Koppen2018-04-09
|
* Bug 25304: update gcc to 6.4.0 for the Linux buildNicolas Vigier2018-04-05
|
* Bug 25710: Extract from $rootdir in mingw-w64's setup.David Fifield2018-04-04
| | | | This makes it consistent with the setup of gcc and macosx-toolchain.
* build2 for 8.0a5Georg Koppen2018-03-25
|
* Revert "Merge remote-tracking branch 'boklm/bug_16472_v8'"Georg Koppen2018-03-25
| | | | | | | | This reverts commit b8bae5882eac6159c8a6ad466b9dc4a7b18ba27b, reversing changes made to 42720c512520ecef5437d23e405d8ce011764661. It turns out this binutils update is causing non-reproducible outomces. We need to investigate those further in #16472.
* Release preparations for Tor Browser 8.0a5Georg Koppen2018-03-24
|
* Bug 25585: fetch dependencies using https instead of http when possibleNicolas Vigier2018-03-22
|
* Bug 25579: Bump snowflake/go-webrtc again for trac 21312.David Fifield2018-03-22
| | | | | | | | | Commit 42720c512520ecef5437d23e405d8ce011764661 fixed a memory/file descriptor leak in snowflake-client. Further work on ticket #21312 uncovered crashes in the snowflake WebRTC server and proxy (comments 29 and following). While we didn't observe the same kind of crashes in snowflake-client, this revision applies the same synchronization around WebRTC channel destruction as in the server and proxy.
* Merge remote-tracking branch 'boklm/bug_16472_v8'Georg Koppen2018-03-19
|\
| * Bug 16472: update binutils to 2.29.1Nicolas Vigier2018-03-08
| |
* | Bug 25449: Bump snowflake/go-webrtc for trac 21312Arlo Breault2018-03-19
| |
* | Release preparationsGeorg Koppen2018-03-16
| | | | | | | | Firefox version bump to pick up Pwn2Own fix
* | Release preparations for 8.0a3Georg Koppen2018-03-08
|/ | | | Changelog update and versions bump
* Bump rbm (picking up fix for #25435)Georg Koppen2018-03-07
|
* Bump rbm (picking up fix for #25422)Georg Koppen2018-03-06
|
* Bug 25394: remove support for unused distributionsNicolas Vigier2018-03-02
| | | | Remove support for precise and utopic.
* Bug 25339: update https-everywhere to 2018.2.26Nicolas Vigier2018-03-01
| | | | | This new https-everywhere version requires python 3.6, so we are now building it in a buster container instead of wheezy.
* Bug 25336: Bump obfs4proxy to 0.0.7Georg Koppen2018-02-26
| | | | | 0.0.7 has long been out and OnionShare needs its meek_lite feature for macOS. Let's update to this latest stable obfs4 version then.
* Bug 25020: fix a typo in tbb_version.json filenameNicolas Vigier2018-02-24
|
* s/developement/development/Georg Koppen2018-02-22
| | | | Thanks to arma for catching this.
* It's "its" and not "it's" (for all "it's")Georg Koppen2018-02-22
| | | | Thanks to arma for catching this.