summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Use binutils 2.24, and Ubuntu-12.04 for Windows buildsNicolas Vigier2017-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 commitNicolas Vigier2017-02-15
| | | | Use the same commit as we currently use in gitian.
* Fix tor dependency on libevent-*.dylib on OSXNicolas Vigier2017-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 OSXNicolas Vigier2017-02-15
|
* projects/tor: touch files to avoid "clock skew" errors with libfaketimeNicolas Vigier2017-02-15
|
* Use faketime when generating dmg filesNicolas Vigier2017-02-15
|
* projects/tor: build with --enable-static-openssl on OSXNicolas Vigier2017-02-15
|
* Fix typo in dmg filenamesNicolas Vigier2017-02-15
|
* Don't show detailed build logs on stdoutNicolas Vigier2017-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 pathNicolas Vigier2017-02-14
|
* projects/meek: only include *.1 files from doc directoryNicolas Vigier2017-02-14
|
* projects/tor-browser: add missing TORCONFIGPATH var on Linux/WindowsNicolas Vigier2017-02-14
|
* Update rbm: set timestamp on files in zip wrapperNicolas Vigier2017-02-14
|
* projects/tor: use faketime on OSXNicolas Vigier2017-02-14
|
* Add docker_image_prefix option to rbm.local.confNicolas Vigier2017-02-14
|
* Add build signing options to rbm.local.confNicolas Vigier2017-02-14
|
* Add support for optional local configuration file rbm.local.confNicolas Vigier2017-02-14
| | | | Update rbm and add example rbm.local.conf file.
* Add a README.BUILD_ERRORS file listing some common errorsNicolas Vigier2017-02-13
|
* Update rbmNicolas Vigier2017-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 Fifield2017-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 Brade2017-02-09
| | | | Adjust the comments to account for recent Torbutton changes.
* Use OpenSSL 1.0.2k in nightliesNicolas Vigier2017-02-09
|
* Add option to sign the sha256sums-unsigned-build.txt fileNicolas Vigier2017-02-06
|
* Include *.zip files in sha256sums-unsigned-build.txtNicolas Vigier2017-02-06
|
* Add linux sandboxNicolas Vigier2017-02-06
|
* Add meek and obfs4Nicolas Vigier2017-02-01
|
* macosx-toolchain-gcc: add option to use 10.7 SDKNicolas Vigier2017-02-01
| | | | We need the 10.7 SDK to build GO.
* Update firefox git branch used in nightlyNicolas Vigier2017-01-30
|
* Update firefox versionNicolas Vigier2017-01-30
|
* Update https-everywhere versionNicolas Vigier2017-01-30
|
* Add Bill's new keyGeorg Koppen2017-01-30
|
* Update torbutton versionNicolas Vigier2017-01-30
|
* Update tor versionNicolas Vigier2017-01-30
|
* Fix typo and copyright date python helperGeorg Koppen2017-01-30
|
* Bug 20989: Browser sandbox profile is too restrictive on OSX 10.12.2Kathy Brade2017-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.3Nicolas Vigier2017-01-30
|
* binutils: build with hardening flags on LinuxNicolas Vigier2017-01-30
|
* macosx-toolchain: remove unused variablesNicolas Vigier2017-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 Koppen2017-01-23
|
* Update rbm submodule urlNicolas Vigier2017-01-23
|
* Add READMENicolas Vigier2017-01-23
|
* project/release: add option to select output directoryNicolas Vigier2017-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 setNicolas Vigier2017-01-23
|
* Enable multi_lingual in nightlyNicolas Vigier2017-01-23
|
* Update rbmNicolas Vigier2017-01-23
|
* Simplify projects/releaseNicolas Vigier2017-01-21
|
* Use master branch in nightly buildsNicolas Vigier2017-01-21
|
* Add MakefileNicolas Vigier2017-01-21
|
* Update .gitignoreNicolas Vigier2017-01-20
|
* projects/release: don't enable var/release by defaultNicolas Vigier2017-01-20
|