summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add projects/firefox/get-moz-build-dateNicolas Vigier2017-01-09
| | | | Copy get-moz-build-date from builders/tor-browser-bundle.git.
* Add projects/firefoxNicolas Vigier2017-01-09
|
* Install hardening-wrapper and use /bin/bash in openssl and libeventNicolas Vigier2017-01-09
| | | | | | | | Install hardening-wrapper, since the compiler setup on Linux requires it. Use #!/bin/bash rather than #!/bin/sh in the build scripts since the compiler setup use bash specific commands.
* docker-image: add option to avoid sorting packages listNicolas Vigier2017-01-09
| | | | | | | By default, we sort the list of installed packages. This allows sharing containers with identical list of packages, even if they are not listed in the same order. In the cases where the installation order is important, var/sort_deps should be set to 0.
* openssl: fix build on linux-i686Nicolas Vigier2017-01-09
| | | | Add the -m32 flag.
* macosx-toolchain: add clang wrappers to add -fPIE to the FLAGSNicolas Vigier2017-01-07
| | | | For bug 20439.
* gcc: make sure we use the hardening wrapperNicolas Vigier2016-12-31
|
* binutils: make sure gold is used with the hardening wrapper on LinuxNicolas Vigier2016-12-31
|
* mingw-w64: Add hardened wrappersNicolas Vigier2016-12-31
|
* Update OSX Toolchain (doing changes similar to bug 18331)Nicolas Vigier2016-12-19
| | | | Build cmake, clang, llvm for the OSX toolchain.
* Add projects/libeventNicolas Vigier2016-12-05
|
* Add projects/opensslNicolas Vigier2016-11-30
|
* Add projects/macosx-toolchainNicolas Vigier2016-11-30
| | | | Copied from tor-messenger-build.git at commit f6411d2a66dae17e09e.
* Add .gitignoreNicolas Vigier2016-11-29
|
* docker-image: use project_name in image name prefixNicolas Vigier2016-11-29
|
* Import components froms tor-messenger-buildNicolas Vigier2016-11-29
| | | | | | | Copy components from tor-messenger-build that will be useful for building Tor Browser. Copied from tor-messenger-build.git at commit f6411d2a66dae17e09e.
* Add rbm git submoduleNicolas Vigier2016-11-28
|
* Add rbm.confNicolas Vigier2016-11-28
Add rbm.conf based on the rbm.conf from tor-messenger-build, adapted to tor-browser.