Skip to content
Snippets Groups Projects
  1. Oct 31, 2018
  2. Oct 19, 2018
  3. Oct 17, 2018
  4. Jun 06, 2018
  5. Nov 06, 2017
  6. Jul 19, 2017
    • Nicolas Vigier's avatar
      Build go-webrtc and snowflake for mac. · 9b591074
      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.
      Unverified
      9b591074
  7. Jun 02, 2017
    • Nicolas Vigier's avatar
      Bug 22398: Upgrade go to 1.8.3. · 7519198c
      Nicolas Vigier authored
      tor-browser-bundle.git author: David Fifield <david@bamsoftware.com>
      tor-browser-bundle.git commit: fbe1263eb9601e5d435131aa3d96306b8bfdb465
      Unverified
      7519198c
    • Nicolas Vigier's avatar
      Bug 21710: Upgrade Go to 1.8.1. · 8b3f0002
      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
      Unverified
      8b3f0002
  8. May 08, 2017
  9. May 05, 2017
  10. Apr 07, 2017
  11. Apr 03, 2017
  12. Mar 13, 2017
  13. Mar 05, 2017
  14. Feb 06, 2017
  15. Feb 01, 2017
Loading