| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | | Bug 24632: Adapt tor and OpenSSL for new macOS toolchain | Georg Koppen | 2018-06-06 | |
| | | | ||||
| * | | Bug 24632: Use our new toolchain for rustc compilation | Georg Koppen | 2018-06-06 | |
| | | | ||||
| * | | Merge remote-tracking branch 'gk/bug_26003' | Nicolas Vigier | 2018-06-04 | |
| |\ \ | ||||
| | * | | Bug 26003: Clean up our mozconfig-osx-x86_64 filebug_26003 | Georg Koppen | 2018-06-01 | |
| | | | | ||||
| * | | | Bug 26195: Use new cctools for macOS toolchain | Georg Koppen | 2018-06-04 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'gk/bug_25548_v2' | Nicolas Vigier | 2018-06-04 | |
| |\ \ \ | ||||
| | * | | | Bug 25548: Use macOS SDK 10.11 for our toolchainbug_25548_v2 | Georg Koppen | 2018-06-01 | |
| | |/ / | ||||
| * | | | Merge remote-tracking branch 'gk/bug_25554_v2' | Nicolas Vigier | 2018-06-04 | |
| |\ \ \ | ||||
| | * | | | Bug 25554: Bump mingw-w64 version for Firefox 60 ESRbug_25554_v2 | Georg Koppen | 2018-06-04 | |
| | | | | | ||||
| * | | | | Bug 25860: Clean up OpenSSL's configure options for Windows | Nicolas Vigier | 2018-06-04 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid duplicating Windows CFLAGS and LDFLAGS. Instead, use the flags defined in rbm.conf. This also means we are now using -fstack-protector-strong instead of -fstack-protector-all for building openssl. We update the CFLAGS/LDFLAGS defined in rbm.conf to move var/flag_mwindows at the end, because openssl's Configure script does not like having an argument starting with a space. | |||
| * | | | Merge remote-tracking branch 'boklm/bug_25859_v4' | Georg Koppen | 2018-06-04 | |
| |\ \ \ | ||||
| | * | | | Bug 25859: Clean up zlib's build script | Nicolas Vigier | 2018-05-30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CFLAGS and LDFLAGS were unused. We are now defining them in LOC, using the definition of CFLAGS and LDFLAGS from rbm.conf. We also don't hardcode anymore -j4. | |||
| * | | | | Bug 25894: Get a Rust cross-compiler for Windows | Georg Koppen | 2018-06-01 | |
| | | | | | ||||
| * | | | | Bug 25832: Enable pthread support for mingw-w64 | Georg Koppen | 2018-06-01 | |
| | |/ / |/| | | | | | | | | | | | | | | Since bug 1406542 landed on Mozilla central pthread support is required for mingw-w64. This patch adds it and removes a wrong sed command related to our msvcrt->msvcr100 replacement. | |||
| * | | | Merge remote-tracking branch 'gk/bug_9711_v2' | Nicolas Vigier | 2018-06-01 | |
| |\ \ \ | ||||
| | * | | | Bug 9711: Build own cctools for macOS cross-compilationbug_9711_v2 | Georg Koppen | 2018-05-28 | |
| | | | | | ||||
| * | | | | Bug 26249: Update libevent to fix macOS cross-compilationbug_26249 | Georg Koppen | 2018-05-31 | |
| | |/ / |/| | | ||||
| * | | | Merge remote-tracking branch 'boklm/bug_16472_v16' | Georg Koppen | 2018-05-29 | |
| |\ \ \ | ||||
| | * | | | Bug 16472: update binutils to 2.26.1 | Nicolas Vigier | 2018-05-28 | |
| | |/ / | ||||
| * | | | Bug 26073: Migrate general.useragent.locale to intl.locale.requested | Igor Oliveira | 2018-05-29 | |
| | | | | | | | | | | | | | intl.locale.requested is the new way that Gecko handles locales. | |||
| * | | | Update signing key for llvm | Sukhbir Singh | 2018-05-29 | |
| | | | | | | | | | | | | | LLVM 3.9.1 is signed with 0x02119294 | |||
| * | | | Update NoScript to 10.1.8.1 | Sukhbir Singh | 2018-05-29 | |
| | | | | | | | | | | | | | Revert the download URL to Mozilla Add-ons (AMO) | |||
| * | | | new certutil location for firefox 60 | Arthur Edelstein | 2018-05-29 | |
| | | | | ||||
| * | | | Use a more recent version of gcc | Sukhbir Singh | 2018-05-29 | |
| | | | | ||||
| * | | | Use Rust and LLVM for Stylo bindgen in Firefox | Arthur Edelstein | 2018-05-29 | |
| | | | | ||||
| * | | | disable selfrando | Arthur Edelstein | 2018-05-29 | |
| | | | | ||||
| * | | | Use cairgo-gtk3 and provide libgtk-3-dev for Firefox 60 ESR | Arthur Edelstein | 2018-05-29 | |
| | | | | ||||
| * | | | Use mach configure to pass build configuration arguments | Sukhbir Singh | 2018-05-29 | |
| | | | | ||||
| * | | | Disable checking the hashes of the language packs for Firefox 60 ESR | Sukhbir Singh | 2018-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 Singh | 2018-05-29 | |
| | | | | ||||
| * | | | Merge remote-tracking branch 'boklm/bug_26165_v2' | Georg Koppen | 2018-05-29 | |
| |\ \ \ | |/ / |/| | | ||||
| | * | | Bug 26165: make it possible to use gcc:var/setup without hardening wrapper | Nicolas Vigier | 2018-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 firefox | Nicolas Vigier | 2018-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 macOS | Georg Koppen | 2018-05-25 | |
| |/ | ||||
| * | Bug 26054: Make sure to create incrementals from previously signed MAR files | Nicolas Vigier | 2018-05-23 | |
| | | ||||
| * | Bug 26059: Use signed directory when generating incremental mars | Nicolas Vigier | 2018-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-meek | Sina Rabbani | 2018-05-16 | |
| | | ||||
| * | Bug 26057: make it easy to see commit used in nightly builds | Nicolas Vigier | 2018-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 notification | Nicolas Vigier | 2018-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 setup | Nicolas Vigier | 2018-05-07 | |
| | | ||||
| * | Release preparations for 8.0a7 | Georg Koppen | 2018-05-03 | |
| | | | | | Changelog update and versions bump | |||
| * | Bug 26010: Change Snowflake rendezvous to use the Azure domain front | Georg Koppen | 2018-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.0a6 | Georg Koppen | 2018-04-16 | |
| | | | | | Changelog update, versions bump | |||
| * | Bug 25481: Enable rust support in Linux nightliesbug_25481_v5 | Georg Koppen | 2018-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.5 | Georg Koppen | 2018-04-11 | |
| | | ||||
| * | Bump rbm (picking up fix for #25746) | Georg Koppen | 2018-04-11 | |
| | | ||||
| * | Merge remote-tracking branch 'boklm/bug_25420_v4' | Georg Koppen | 2018-04-11 | |
| |\ | ||||
| | * | Bug 25420: update gcc to 6.4.0 for the Windows build | Nicolas Vigier | 2018-04-10 | |
| | | | ||||
| * | | Bug 20302: Fix FTE compilation for Windows with GCC 6.4.0 | Nicolas Vigier | 2018-04-10 | |
| |/ | ||||
| * | Bug 23384: Add user arthuredelstein on build-sunet-a.torproject.net | Nicolas Vigier | 2018-04-10 | |
| | | ||||
