| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | Update rbm to fix installation of some packages | Nicolas Vigier | 2017-03-06 | |
| | | | | | This change will cause all containers to be rebuilt. | |||
| * | firefox: correctly extract binutils | Nicolas Vigier | 2017-03-05 | |
| | | ||||
| * | binutils: add the --enable-plugins configure flag | Nicolas Vigier | 2017-03-05 | |
| | | ||||
| * | Add var/set_default_env and use it in all build scripts | Nicolas Vigier | 2017-03-05 | |
| | | ||||
| * | Set TZ and LC_ALL when starting rbm | Nicolas Vigier | 2017-03-05 | |
| | | ||||
| * | Bug 21536: Remove scramblesuit bridge | Georg Koppen | 2017-03-02 | |
| | | ||||
| * | Bug 21605: Switch to tpo repo for sandboxed tor browser | Nicolas Vigier | 2017-03-02 | |
| | | ||||
| * | Re-zip the omni.ja files | Nicolas Vigier | 2017-02-27 | |
| | | | | | | | | | Re-zipping the omni.ja files is not needed to make them reproductible, however if we don't re-zip them, the files become corrupt when we update them using 'zip' (we are doing that when we update the 000-tor-browser.js preference file to set the locale) and firefox will silently fail to load some parts. | |||
| * | Remove -specs=msvcr100.spec from default flags on Windows | Nicolas Vigier | 2017-02-26 | |
| | | | | | | Doing the same as what we are currently doing in gitian, this flag is now used only in the firefox build. | |||
| * | Fix typo in firefox --enable-update-channel option | Nicolas Vigier | 2017-02-26 | |
| | | | | | | The value of the --enable-update-channel option was empty because of this typo. | |||
| * | Fix multi lingual preferences | Nicolas Vigier | 2017-02-26 | |
| | | ||||
| * | Adding comment for binutils patch | Georg Koppen | 2017-02-24 | |
| | | ||||
| * | Add a testbuild target | Nicolas Vigier | 2017-02-17 | |
| | | ||||
| * | Add Windows Expert Bundle | Nicolas Vigier | 2017-02-16 | |
| | | ||||
| * | Update rbm: Suppress unneeded output in docker_remote_get | Nicolas Vigier | 2017-02-16 | |
| | | ||||
| * | Use binutils 2.24, and Ubuntu-12.04 for Windows builds | Nicolas Vigier | 2017-02-15 | |
| | | | | | | | | | | | | | | | To be closer to what we currently have in gitian, use binutils 2.24. We also change tho OS to Ubuntu 12.04 for Windows builds, except for the tor-browser bundle step, where we are staying with 14.10. We are using 14.10 in the tor-browser step because the version of python-pefile we use fails on Ubuntu 12.04. The reason for using a recent version of python-pefile is that the older versions don't work on x86_64. And we are using an x86_64 container because docker does not support i386 containers. The problem is not present in gitian where we are using an i386 VM. An other possible solution could be to build a recent version of python. | |||
| * | Update mingw-w64 commit | Nicolas Vigier | 2017-02-15 | |
| | | | | | Use the same commit as we currently use in gitian. | |||
| * | Fix tor dependency on libevent-*.dylib on OSX | Nicolas Vigier | 2017-02-15 | |
| | | | | | | | | | | | Extract libevent in /var/tmp/dist rather than /var/tmp/build so that the x86_64-apple-darwin10-install_name_tool command can work. At the same time, we also change openssl to use this directory. This problem was reported in this comment: https://trac.torproject.org/projects/tor/ticket/17379#comment:12 | |||
| * | projects/tor: add missing libevent on OSX | Nicolas Vigier | 2017-02-15 | |
| | | ||||
| * | projects/tor: touch files to avoid "clock skew" errors with libfaketime | Nicolas Vigier | 2017-02-15 | |
| | | ||||
| * | Use faketime when generating dmg files | Nicolas Vigier | 2017-02-15 | |
| | | ||||
| * | projects/tor: build with --enable-static-openssl on OSX | Nicolas Vigier | 2017-02-15 | |
| | | ||||
| * | Fix typo in dmg filenames | Nicolas Vigier | 2017-02-15 | |
| | | ||||
| * | Don't show detailed build logs on stdout | Nicolas Vigier | 2017-02-15 | |
| | | | | | | | | | To provide a more "high level" view of progress, don't output build logs of each componets on stdout, but write them in files in the logs/ directory. This idea was suggested by mcs and Kathy in this comment: https://trac.torproject.org/projects/tor/ticket/17379#comment:12 | |||
| * | projects/tor-browser: fix Docs path | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | projects/meek: only include *.1 files from doc directory | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | projects/tor-browser: add missing TORCONFIGPATH var on Linux/Windows | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | Update rbm: set timestamp on files in zip wrapper | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | projects/tor: use faketime on OSX | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | Add docker_image_prefix option to rbm.local.conf | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | Add build signing options to rbm.local.conf | Nicolas Vigier | 2017-02-14 | |
| | | ||||
| * | Add support for optional local configuration file rbm.local.conf | Nicolas Vigier | 2017-02-14 | |
| | | | | | Update rbm and add example rbm.local.conf file. | |||
| * | Add a README.BUILD_ERRORS file listing some common errors | Nicolas Vigier | 2017-02-13 | |
| | | ||||
| * | Update rbm | Nicolas Vigier | 2017-02-12 | |
| | | | | | | - Fix docker_remote_finish for docker >= 1.10.0 - If the TMPDIR env var exists, use it instead of /tmp | |||
| * | Bug 21342: Move meek-azure to the meek.azureedge.net backend and ↵ | David Fifield | 2017-02-09 | |
| | | | | | | | cymrubridge02 bridge. https://lists.torproject.org/pipermail/tor-project/2017-January/000906.html | |||
| * | Bug 21326: Update the "Using a system-installed Tor" section. | Kathy Brade | 2017-02-09 | |
| | | | | | Adjust the comments to account for recent Torbutton changes. | |||
| * | Use OpenSSL 1.0.2k in nightlies | Nicolas Vigier | 2017-02-09 | |
| | | ||||
| * | Add option to sign the sha256sums-unsigned-build.txt file | Nicolas Vigier | 2017-02-06 | |
| | | ||||
| * | Include *.zip files in sha256sums-unsigned-build.txt | Nicolas Vigier | 2017-02-06 | |
| | | ||||
| * | Add linux sandbox | Nicolas Vigier | 2017-02-06 | |
| | | ||||
| * | Add meek and obfs4 | Nicolas Vigier | 2017-02-01 | |
| | | ||||
| * | macosx-toolchain-gcc: add option to use 10.7 SDK | Nicolas Vigier | 2017-02-01 | |
| | | | | | We need the 10.7 SDK to build GO. | |||
| * | Update firefox git branch used in nightly | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | Update firefox version | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | Update https-everywhere version | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | Add Bill's new key | Georg Koppen | 2017-01-30 | |
| | | ||||
| * | Update torbutton version | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | Update tor version | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | Fix typo and copyright date python helper | Georg Koppen | 2017-01-30 | |
| | | ||||
| * | Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2 | Kathy Brade | 2017-01-30 | |
| | | | | | | | | Allow full read access to all files under /usr/lib. Allow full read access to /Library/Preferences/com.apple.ViewBridge.plist. Allow writes to TorBrowser-Data/Browser/profiles.ini (otherwise, a new browser profile is created each time the browser is opened). | |||
