summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Only include objects under out/Release/obj in libwebrtc-magic.a.snowflake-mac-4David Fifield2017-07-05
| | | | Makes the linux build match the mac build in this respect.
* Bug 22831: Enable Snowflake for mac.David Fifield2017-07-05
|
* Build go-webrtc and snowflake in the mac pluggable-transports descriptor.David Fifield2017-07-05
| | | | | | | | | | | | | | | | | | I had to apply two tricks to get a reproducible snowflake-client. The first is to use faketime to eliminate some timestamps. There were 11 variable timestamps in the file. Through experimentation, I found that 10 of them were dependent on the Go runtime (recompiling Go caused them to change) and 1 was dependent on snowflake-client itself (recompiling snowflake-client with the same runtime changed only that 1 timestamp). The underlying issue has to do with clang 3.8.0 on Darwin embedding timestamps, unsolved in the Go issue tracker as of 13 days ago. https://github.com/golang/go/issues/9206#issuecomment-310476743 The second is a sed command to clobber embedded paths of the form /tmp/go-buildXXXXXXXXX and /tmp/go-link-XXXXXXXXX. Their presence is caused by some combination of Clang and Darwin, and there is as yet no known workaround upstream.
* Build webrtc for mac.David Fifield2017-07-05
|
* 2014 is already far, far awayGeorg Koppen2017-07-05
|
* Release preparations for 7.5a2Nicolas Vigier2017-07-04
|
* Bump OpenSSL version for nightly buildsGeorg Koppen2017-06-13
|
* NoScript version bump for nightlyGeorg Koppen2017-06-12
|
* Bumping tor browser branch for nightly buildsGeorg Koppen2017-06-12
|
* Bug 22578: Reorder versions entries in config.yml fileGeorg Koppen2017-06-12
|
* Make config.yml less error-proneGeorg Koppen2017-06-11
|
* Version bump, and changelog updateGeorg Koppen2017-06-11
|
* Bug 22558: Don't update OS X 10.7.x and 10.8.x to Tor Browser 7.0Georg Koppen2017-06-10
| | | | | | | | | "10.9" was the wrong `minSupportedOSVersion` for preventing OS X 10.7.x and 10.8.x users from getting updated to Tor Browser 7. That it worked for OS X 10.6.x was only by chance according to the release history table (https://en.wikipedia.org/wiki/Darwin_(operating_system)#Release_history). We fix that by choosing "13.0.0" (for OS X 10.9 as minimum).
* Fix bug in changelogGeorg Koppen2017-06-09
|
* Release preparations for 7.5a1Georg Koppen2017-06-09
| | | | Changelog update, version bumps, and config.yml update
* Bug 22362: NoScript's XSS filter freezes the browserGeorg Koppen2017-06-07
| | | | | Due to a bug in NoScript's XSS filter Tor Browser freezes on some websites. We disable that filter for now while waiting on a NoScript update.
* Bug 22328: remove clang PIE wrappersNicolas Vigier2017-06-02
| | | | Those wrappers are no longer necessary to produce PIE binaries.
* Bug 22468: Add default obfs4 bridges frosty and dragon.David Fifield2017-06-02
|
* Bug 22429: Add IPv6 address for Lisbeth:443 obfs4 bridge.David Fifield2017-06-02
|
* Bug 22458: Fix broken `about:cache` page on higher security levelsGeorg Koppen2017-06-01
| | | | | We need to allow JavaScript on `about:cache` explicitly. Otherwise it is broken on higher security levels.
* Bug 22398: Upgrade go to 1.8.3.David Fifield2017-06-01
|
* Bug 22361: fix hardening of libraries built in linux/gitian-utils.ymlNicolas Vigier2017-06-01
| | | | | | | | | With the changes to integrate Selfrando (#20683), we are using our build of gcc and binutils to build other libraries in the linux/gitian-utils.yml descriptor, which removed the use of the hardening wrappers. We fix that by adding the hardening wrappers to our builds of gcc and binutils. Because we add the wrappers to gcc and binutils zip files, we don't need to add them anymore in the other descriptors where they are used.
* Revert "Bug 21779: Non-admin users can't access Tor Browser on macOS."Georg Koppen2017-05-24
| | | | | | | | This reverts commit f27d2cab4ed80a4c7b4f594b593b6b90f6148a82. The problem was the script for recreating the .dmg files after the code-signing set the permissions wrong. No need to fix anything in the bundle descriptor.
* fixup! Bug 16285: Remove clearkey related library strippingGeorg Koppen2017-05-23
|
* Bug 16285: Remove clearkey related library strippingGeorg Koppen2017-05-23
| | | | | We don't ship the clearkey DRM system yet, thus we don't need to strip the respective binaries.
* Bug 22324: Fix broken tab crash pages on higher security levelsGeorg Koppen2017-05-22
| | | | | We need to allow JavaScript on `about:tabcrashed` pages explicitly. Otherwise are those pages broken on higher security levels.
* Bug 22267: fix setup of hardened mingw wrappersNicolas Vigier2017-05-19
| | | | | | Add the hardened wrappers to the PATH before running the firefox configure script. It seems that the wrappers are not used in the build if they were not in the PATH during the configure step.
* Bumping versions of nightly componentsGeorg Koppen2017-05-17
|
* Add a timestamp to the log file after each invokation of make(1).Linus Nordberg2017-05-15
| | | | This makes it easier to track build times.
* Pick up new tor-browser tagGeorg Koppen2017-05-14
|
* Release preparations for 7.0a4Georg Koppen2017-05-13
| | | | Version bumps, Changelog update, and update of config.yml
* Changelog fixupGeorg Koppen2017-05-12
| | | | | We actually released sandboxed-tor-browser 0.0.6 with 7.0a3 due to a last minute fix.
* Bug 22238: Fix use of hardened wrapper for the Linux buildNicolas 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.ymlNicolas 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
|