summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Bug 22238: fix use of hardened wrapper for the Linux buildbug_22238Nicolas Vigier2017-05-12
| | | | | | ESR52 includes this commit: https://hg.mozilla.org/mozilla-central/rev/f8cf0fe7c810 which changes the compiler used from 'c++' to 'g++'.
* Bug 22153: Fix broken feeds on higher security levelsGeorg Koppen2017-05-12
| | | | | We need to allow JavaScript on feed pages explicitly. Otherwise are those pages broken on higher security levels.
* Bug 20761: Tor Browser 6.5a4 is ignoring additional SocksPortsKathy Brade2017-05-12
| | | | | | | | | Remove the SocksPort and ControlPort configuration from torrc-defaults. Tor Launcher configures the ports via args when starting tor, and we must avoid conflicts. Also, strengthen the warning to users about not editing torrc-defaults.
* Bug 21779: Non-admin users can't access Tor Browser on macOS.Kathy Brade2017-05-10
| | | | | Use chmod to grant permission for "other" to access files within TorBrowser.app.
* Bug 21879: Use our default bookmarks on OSX.Kathy Brade2017-05-10
| | | | | | Account for the changes Mozilla to support localized default bookmarks (see: https://bugzilla.mozilla.org/show_bug.cgi?id=1235107). Currently, Tor Browser uses the same bookmarks for all locales.
* Stop our multi lingual experiment on nightliesGeorg Koppen2017-05-10
| | | | | | | We are not showing the language prompt on first start anymore. Thus, the multi lingual setup has stopped working for nightlies. We remove that experiment until we solve #17400 properly or have a new prototype to try.
* Bug 20683: Bump elfutils version as wellGeorg Koppen2017-05-10
|
* Bug 20683: Use signed selfrando tag from now onGeorg Koppen2017-05-10
|
* Bug 20683: Integrate Selfrando into alpha Linux buildsGeorg Koppen2017-05-08
| | | | | | | | | Selfrando is a new defense against code reuse attacks developed by the Redactor and Readactor++ people. We should give it a wider testing audience by including it in the alpha series. This is currently only available for 64bit Linux builds, though. Supporting other platforms and architectures is work in progress.
* Fold in stable changelogGeorg Koppen2017-05-02
|
* Bug 21710: Upgrade Go to 1.8.1.David Fifield2017-04-21
| | | | | | | | | | | Remove workaround for fixed upstream bug, GitHub #17732 (__MAC_OS_X_VERSION_MAX_ALLOWED). I wasn't able to remove the cc-for-target workaround for GitHub #15457 (CC_FOR_TARGET). Even though according to https://github.com/golang/go/issues/15457 it has been been fixed, make.bash still seems to lose all but the first argument of CC_FOR_TARGET somewhere.
* Bug 22025: Fix broken certificate error pages on higher security levelsGeorg Koppen2017-04-21
| | | | | We need to allow JavaScript on `about:certerror` pages explicitly. Otherwise are those pages broken on higher security levels.
* Bump tor-browser branch for nightly buildsGeorg Koppen2017-04-21
|
* Bump sandboxed to browser tag to 0.0.6Georg Koppen2017-04-20
|
* Bug 19316: add support for minSupportedInstructionSet in config.ymlbug_19316_update-responsesNicolas Vigier2017-04-19
|
* Pick up build3 from Mozilla and bug fixesGeorg Koppen2017-04-18
|
* Fixing typo in changelogGeorg Koppen2017-04-17
| | | | Thanks arma.
* Add new Gitian tag and update the ChangelogGeorg Koppen2017-04-15
|
* Bug 21954: Ignore dump_syms_regtest.o when building libwebrtcArlo Breault2017-04-15
| | | | This was mistakenly removed in 121de1ca (see bug 21748).
* There is no need for a precise amd64 VM anymoreGeorg Koppen2017-04-15
|
* We are actually moving to 52.1.0esr for the alphasGeorg Koppen2017-04-15
|
* Picking up correct tor-browser tagGeorg Koppen2017-04-15
|
* No March anymoreGeorg Koppen2017-04-14
|
* Release preparations for 7.0a3Georg Koppen2017-04-14
|
* Bug 21930: NSS libraries are missing from mar-tools archiveKathy Brade2017-04-13
| | | | | The Linux sigmar program needs libfreeblpriv3.so and libsoftokn3.so, so include them in the mar-tools archive.
* Bug 21887: Fix broken error pages on higher security levelsGeorg Koppen2017-04-12
| | | | | We need to allow JavaScript on `about:neterror` pages explicitly. Otherwise are those pages on higher security levels.
* We are on tor-browser-builder-4 meanwhileGeorg Koppen2017-04-11
|
* Bug 21918: Move meek-amazon to the d2cly7j4zqgua7.cloudfront.net backend.David Fifield2017-04-11
| | | | Still using the same TorLandMeek bridge.
* Bug 21917: Add new default bridges cymrubridge31:80 and cymrubridge33:80.David Fifield2017-04-11
| | | | | The second one uses some inline comment blocks to break up the format, as a test to see if censors' parsers can handle it.
* Bug 21837: Fix reproducibility of accessibility code for WindowsGeorg Koppen2017-04-10
|
* Bug 21904: Bump mingw-w64 commit to help with sandbox compilationGeorg Koppen2017-04-10
|
* Revert "Bug 20683: Integrate Selfrando into alpha Linux builds"Georg Koppen2017-04-08
| | | | | | This reverts commit 0ea68f848f54aaeceeeed22dc1496d3723cbe128. Selfrando does not cope with ESR52 yet it seems, back this out.
* Bug 20683: Integrate Selfrando into alpha Linux buildsGeorg Koppen2017-04-07
| | | | | | | | | Selfrando is a new defense against code reuse attacks developed by the Redactor and Readactor++ people. We should give it a wider testing audience by including it in the alpha series. This is currently only available for 64bit Linux builds, though. Supporting other platforms and architectures is work in progress.
* Include changelog from 6.5.1 and 7.0a2-hardenedGeorg Koppen2017-04-05
|
* Bumping nightly versions for ESR52 switchGeorg Koppen2017-04-05
|
* Bug 21239: Adapt Linux Firefox descriptor to ESR52Georg Koppen2017-04-05
|
* Bug 21240: Bump mingw-w64 commit for ESR52 compilationGeorg Koppen2017-04-05
|
* Bug 18831: Use own Yasm for Firefox cross-compilationGeorg Koppen2017-04-05
| | | | | | | Starting with Firefox ESR52 Yasm < 1.2.0 is not sufficient anymore to compile our browser part for Windows. Ubuntu Precise still ships with such a version, though. We compile our own version until we get off of Precise.
* Bug 21723: Fix inconsistent generation of MOZ_MACBUNDLE_IDKathy Brade2017-04-05
| | | | | Use org.torproject as the MOZ_DISTRIBUTION_ID. This results in a bundle ID of org.torproject.torbrowser.
* Bug 21833 Update libvirt check for 16.10Tom Ritter2017-04-05
|
* Bug 21709: Upgrade Go to 1.7.5.David Fifield2017-04-05
|
* Bug 21328: Updating to clang 3.8.0Georg Koppen2017-04-05
| | | | | | | We use the new compiler Mozilla is using for Firefox 52 cross-builds as well. clang now requires GCC 4.8.5 for compiling which is not available in Debian Wheezy. We therefore build the macOS parts on Debian Jessie now.
* Bug 21754: Remove old GCC toolchain and macOS SDKGeorg Koppen2017-04-05
| | | | | | | | | | We remove all hints to our old GCC-based toolchain for macOS and switch our descriptors to use the 10.7 SDK as 10.9 is the minimum requirement for Firefox 52 ESR now. We clean up the tor macOS descriptor a bit as well, removing unused environment variables and replacing '/home/debian' with '$HOME' as done in the utils descriptor.
* Bug 19783: Remove unused macOS helper scriptsGeorg Koppen2017-04-05
| | | | | | After remmoving the last remnants of our old GCC based macOS toolchain in bug 10369 and bug 21753 we can now safely remove the helper scripts used for it as well. May they rest in peace.
* Bug 10369: Don't use old GCC toolchain anymore for utilsGeorg Koppen2017-04-05
| | | | | | We start using clang as the cross-compiler as we already do in the tor and Firefox descriptor. This should give us better code and should make the build more robust.
* Bug 21753: Replace our old GCC toolchain in PT descriptorGeorg Koppen2017-04-05
| | | | | | The GCC toolchain is pretty old and it is risky relying on it. We replace it with our clang/cctools-based one which is already used almost everywhere when cross-compiling for macOS.
* Build webrtc-linux with GN instead of GYP.David Fifield2017-03-30
| | | | | | | | | | | * Bump webrtc to branch-heads/58 * Also, bumps go-webrtc and snowflake to the latest. * Removes the need to re-run ninja for FakeAudioCaptureModule since "pc_test_utils" includes it. * Update to the new default bridge
* Build gn in linux-webrtc.David Fifield2017-03-22
| | | | | There is a prebuilt gn binary for linux64, but none for linux32, and anyway we prefer to build from source for reproducibility reasons.
* Switch nightlies to 45.8.0esrGeorg Koppen2017-03-07
|
* Release preparations for 7.0a2Georg Koppen2017-03-03
| | | | Version bumps, Changelog update, and update of config.yml