- Oct 31, 2018
-
-
David Fifield authored
For some reason, this version of go requires setting _GLIBCXX_USE_CXX11_ABI=1 in the snowflake build, not only in go-webrtc. https://bugs.torproject.org/27827#comment:12
-
- Oct 19, 2018
-
-
Georg Koppen authored
This reverts commit 889be431, reversing changes made to d8ce7fca. The patch for bug 27827 leads to a busted Linux build.
-
- Oct 17, 2018
-
-
David Fifield authored
-
- Jun 06, 2018
-
-
Georg Koppen authored
-
- Nov 06, 2017
-
-
Nicolas Vigier authored
-
- Jul 19, 2017
-
-
Nicolas Vigier authored
tor-browser-bundle.git author: David Fifield <david@bamsoftware.com> tor-browser-bundle.git commit: 26e0cd44f2886bfad1c3d30844ff7a21eb9d0478 Commit message from the tor-browser-bundle.git commit: Build go-webrtc and snowflake in the mac pluggable-transports descriptor. 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.
-
- Jun 02, 2017
-
-
Nicolas Vigier authored
tor-browser-bundle.git author: David Fifield <david@bamsoftware.com> tor-browser-bundle.git commit: fbe1263eb9601e5d435131aa3d96306b8bfdb465
-
Nicolas Vigier authored
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. tor-browser-bundle.git author: David Fifield <david@bamsoftware.com> tor-browser-bundle.git commit: 9d546f20ae711e7df9c574d9bdfccf34ddf1b650
-
- May 08, 2017
-
-
Nicolas Vigier authored
-
- May 05, 2017
-
-
Nicolas Vigier authored
-
- Apr 07, 2017
-
-
Nicolas Vigier authored
tor-browser-bundle.git commit: 1942f7b2f6e5f82c64dcfeab82713604866cb26f
-
- Apr 03, 2017
-
-
Nicolas Vigier authored
Doing the changes corresponding to #21753.
-
- Mar 13, 2017
-
-
Nicolas Vigier authored
Only for linux-x86_64 for now, as it fails to build on linux-i686.
-
- Mar 05, 2017
-
-
Nicolas Vigier authored
-
- Feb 06, 2017
-
-
Nicolas Vigier authored
-
- Feb 01, 2017
-
-
Nicolas Vigier authored
-