summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Bug 26362: Use old MAR format for update file creationbug_26362Georg Koppen2018-06-19
| | | | | | | Mozilla switched from Bzip2 to LZMA as compression algorithm for MAR files during th Firefox 56. That means esr52-based Tor Browsers don't understand LZMA yet. Thus, we still use Bzip2 for the first esr60-based MAR files and switch afterwards to LZMA.
* Bug 26396: build mingw-w64-pthread with --no-insert-timestampNicolas Vigier2018-06-18
|
* Merge remote-tracking branch 'gk/bug_26250_v5'Nicolas Vigier2018-06-15
|\
| * Bug 26250: Bump Rust version to 1.26.1bug_26250_v5Georg Koppen2018-06-15
| | | | | | | | | | | | Bumping Rust to 1.26.1 avoids intermittent Firefox compilation failures we have seen, similar to those Mozilla got and documented in https://bugzilla.mozilla.org/show_bug.cgi?id=1445413.
* | Bug 25540: Don't ship sandboxed-tor-browser anymorebug_25540Georg Koppen2018-06-15
| | | | | | | | | | sandboxed-tor-browser is not maintained anymore and Yawning requested to not ship it anymore in our alphas once we switch to Firefox 60 ESR.
* | Merge remote-tracking branch 'gk/bug_23231'Nicolas Vigier2018-06-15
|\ \
| * | Bug 23231: Remove our STL Wrappers workaround for Windows 64bitbug_23231Georg Koppen2018-06-14
| |/ | | | | | | | | | | The fix for https://bugzilla.mozilla.org/show_bug.cgi?id=1443823 makes our workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1392604 obsolete, and we can remove it as it landed on esr60.
* | Bug 26304: Bump zlib to latest stable (1.2.11)bug_26304Georg Koppen2018-06-15
|/
* Bug 26205: Don't build the uninstaller for Windows during Firefox compilationSukhbir Singh2018-06-14
|
* Bug 26203: Update mozconfig for Windows nightly buildSukhbir Singh2018-06-14
| | | | Also enable rust for all builds.
* Bug 25837: Integrate fxc2 for Windows Tor Browser buildsSukhbir Singh2018-06-14
| | | | | This commit adds support for building and bundling fxc2 which is required for Windows cross-compilation on Linux.
* Bug 26329: Fix Rust cross-compilation for 32bit Windowsbug_26329Georg Koppen2018-06-14
|
* Bug 26206: Ship pthread related dll with torNicolas Vigier2018-06-14
|
* Bug 26370: Don't copy msvcr100.dll and libssp-0.dll twiceNicolas Vigier2018-06-14
|
* Merge remote-tracking branch 'boklm/bug_26354'Georg Koppen2018-06-13
|\
| * Bug 26354: check for SSE2 support before updating Linux usersNicolas Vigier2018-06-12
| | | | | | | | | | We were setting the minSupportedInstructionSet attribute for the win32 updates only. We now set it on all platforms.
| * Bug 26354: check for SSE2 support in start-tor-browserNicolas Vigier2018-06-12
| |
* | Bug 26234: add update_responses option to specify rewrite rulesNicolas Vigier2018-06-11
|/ | | | | Add the htaccess_rewrite_rules option which can be used to specify rewrite rules to be added to the generated .htaccess files.
* Bug 24632: Make sure to use "Tor Browser.app" for `browserdir` on macOSGeorg Koppen2018-06-07
|
* Bug 24632: Install xz-utils for macOS MAR file creationGeorg Koppen2018-06-07
|
* Bug 26153: Enable selfrando for 64bit only for nowGeorg Koppen2018-06-07
| | | | | | The 32bit toolchain is not able to link libxul anymore with selfrando enabled as the linker is running out of address space. We therefore disable selfrando for 32bit for now.
* Merge remote-tracking branch 'boklm/bug_22242'Georg Koppen2018-06-06
|\
| * Bug 22242: use chrpath to remove RUNPATH added by selfrandoNicolas Vigier2018-05-23
| | | | | | | | | | At the same time we add a var/selfrando variable to make it easier to enable/disable selfrando.
* | Merge remote-tracking branch 'sukhe/bug-26153'Georg Koppen2018-06-06
|\ \
| * | Bug 26153: Selfrando builds broken for Firefox 60 ESRSukhbir Singh2018-06-06
| | | | | | | | | | | | This commit fixes #26153 by bumping the selfrando version to 0.4.2
* | | Bug 24632: Adapt firefox and tor-browser to new macOS toolchainGeorg Koppen2018-06-06
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | After building Firefox we now get a 'Tor Browser.app' instead of a 'TorBrowser.app'. This patch makes sure the additional whitespace in the app name is correctly handled by the build script and the one that deals with packaging the final bundle. We need to ship a fix for the Firefox packaging step as well as |./mach package| wants to build the final .dmg in that step, too, which breaks: there is no .dmg creation tool available. Setting `INNER_MAKE_PACKAGE` to `true` does not seem to work anymore. That part of this patch is currently only a workaround to get the nightly builds going. We should come up with a better solution that allows us to skip that part of the Firefox packaging step on all supported platforms.
* | Bug 24632: Disable snowflake for macOS for nowGeorg Koppen2018-06-06
| | | | | | | | | | | | The snowflake build system is pretty complicated. We disable this pluggable transport for now to get time to adapt it to the new macOS toolchain while not blocking our nightly builds. See bug 26251 for work on that.
* | Bug 24632: Bump clang version in go build script commentGeorg Koppen2018-06-06
| |
* | Bug 24632: Adapt tor and OpenSSL for new macOS toolchainGeorg Koppen2018-06-06
| |
* | Bug 24632: Use our new toolchain for rustc compilationGeorg Koppen2018-06-06
| |
* | Merge remote-tracking branch 'gk/bug_26003'Nicolas Vigier2018-06-04
|\ \
| * | Bug 26003: Clean up our mozconfig-osx-x86_64 filebug_26003Georg Koppen2018-06-01
| | |
* | | Bug 26195: Use new cctools for macOS toolchainGeorg Koppen2018-06-04
| | |
* | | Merge remote-tracking branch 'gk/bug_25548_v2'Nicolas Vigier2018-06-04
|\ \ \
| * | | Bug 25548: Use macOS SDK 10.11 for our toolchainbug_25548_v2Georg Koppen2018-06-01
| |/ /
* | | Merge remote-tracking branch 'gk/bug_25554_v2'Nicolas Vigier2018-06-04
|\ \ \
| * | | Bug 25554: Bump mingw-w64 version for Firefox 60 ESRbug_25554_v2Georg Koppen2018-06-04
| | | |
* | | | Bug 25860: Clean up OpenSSL's configure options for WindowsNicolas Vigier2018-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 Koppen2018-06-04
|\ \ \
| * | | Bug 25859: Clean up zlib's build scriptNicolas Vigier2018-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 WindowsGeorg Koppen2018-06-01
| | | |
* | | | Bug 25832: Enable pthread support for mingw-w64Georg Koppen2018-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 Vigier2018-06-01
|\ \ \
| * | | Bug 9711: Build own cctools for macOS cross-compilationbug_9711_v2Georg Koppen2018-05-28
| | | |
* | | | Bug 26249: Update libevent to fix macOS cross-compilationbug_26249Georg Koppen2018-05-31
| |/ / |/| |
* | | Merge remote-tracking branch 'boklm/bug_16472_v16'Georg Koppen2018-05-29
|\ \ \
| * | | Bug 16472: update binutils to 2.26.1Nicolas Vigier2018-05-28
| |/ /
* | | Bug 26073: Migrate general.useragent.locale to intl.locale.requestedIgor Oliveira2018-05-29
| | | | | | | | | | | | intl.locale.requested is the new way that Gecko handles locales.
* | | Update signing key for llvmSukhbir Singh2018-05-29
| | | | | | | | | | | | LLVM 3.9.1 is signed with 0x02119294
* | | Update NoScript to 10.1.8.1Sukhbir Singh2018-05-29
| | | | | | | | | | | | Revert the download URL to Mozilla Add-ons (AMO)