| Commit message (Collapse) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| * | 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). | |||
| * | Bump NoScript version to 2.9.5.3 | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | binutils: build with hardening flags on Linux | Nicolas Vigier | 2017-01-30 | |
| | | ||||
| * | macosx-toolchain: remove unused variables | Nicolas Vigier | 2017-01-24 | |
| | | | | | | | | macosx-toolchain is currently used in two components: firefox and tor. In the firefox build we don't use those (unexported) variables. In the tor build we only use CFLAGS and CXXFLAGS through the configure options, and we move them to var/FLAGS in rbm.conf. | |||
| * | Test commit (remove superfluous whitespace) | Georg Koppen | 2017-01-23 | |
| | | ||||
| * | Update rbm submodule url | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Add README | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | project/release: add option to select output directory | Nicolas Vigier | 2017-01-23 | |
| | | | | | | | Add target to remove the subdirectory including the version number (or date) from the output directory. The output directory can be selected with the --output-dir option. | |||
| * | Disable debug mode if RBM_NO_DEBUG env variable is set | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Enable multi_lingual in nightly | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Update rbm | Nicolas Vigier | 2017-01-23 | |
| | | ||||
| * | Simplify projects/release | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Use master branch in nightly builds | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Add Makefile | Nicolas Vigier | 2017-01-21 | |
| | | ||||
| * | Update .gitignore | Nicolas Vigier | 2017-01-20 | |
| | | ||||
| * | projects/release: don't enable var/release by default | Nicolas Vigier | 2017-01-20 | |
| | | ||||
