Skip to content
Snippets Groups Projects
  1. Aug 03, 2017
  2. Aug 02, 2017
  3. Aug 01, 2017
  4. Jul 31, 2017
  5. Jul 28, 2017
    • boklm's avatar
      Update noscript · 867ebd59
      boklm authored
      This fixes bug 22067.
      
      tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
      tor-browser-bundle.git commit: 0437834017c1c7ff168da868d9dcb2f2519fd122
      867ebd59
  6. Jul 26, 2017
  7. Jul 25, 2017
    • boklm's avatar
      Bug 20929: Bump GCC version to 5.4.0 · 51ed356d
      boklm authored
      We bump our GCC compiler to 5.4.0 as this fixes some bugs
      in previous versions. It allows us in particular to build
      debug builds for Windows with mingw-w64.
      
      tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
      51ed356d
  8. Jul 24, 2017
  9. Jul 20, 2017
  10. Jul 19, 2017
    • David Fifield's avatar
      Bug 22831: Enable Snowflake for mac. · 1d38fb57
      David Fifield authored and boklm's avatar boklm committed
      1d38fb57
    • boklm's avatar
      Set bridges prefs depending on platform · 551dd7a7
      boklm authored
      551dd7a7
    • boklm's avatar
      Build go-webrtc and snowflake for mac. · 9b591074
      boklm 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.
      9b591074
    • boklm's avatar
      Build webrtc for mac. · de79b7e0
      boklm authored
      tor-browser-bundle.git author: David Fifield <david@bamsoftware.com>
      tor-browser-bundle.git commit: fcdc2be0a2da32a939e172564300d5a09259b75e
      de79b7e0
    • boklm's avatar
      Remove unused options · aade962f
      boklm authored
      aade962f
  11. Jul 18, 2017
  12. Jul 17, 2017
    • boklm's avatar
      Bugs 22832: Only include objects under out/Release/obj in libwebrtc-magic.a. · dac7649d
      boklm authored
      Object files from elsewhere under out/ should never have been included,
      because they are not part of webrtc itself, but rather side-effect build
      artifacts like gn. Including those extraneous .o files was mostly
      harmless (except for library size), because on linux they happened to be
      the same architecture as the webrtc.o files. However it won't work for
      the mac build (because libwebrtc-magic.a would include a mix of linux
      ELF and mac Mach-O objects). Additionally, build_time.o, part of the gn
      build, embeds a timestamp with month resolution, causing a failure of
      reproducibility, as found at https://bugs.torproject.org/22832.
      
      tor-browser-bundle.git author: David Fifield <david@bamsoftware.com>
      tor-browser-bundle.git commit: 781da76f120f849416c772cef45a9a9a103b4eef
      dac7649d
  13. Jun 13, 2017
    • boklm's avatar
      Bump OpenSSL version for nightly builds · 8d3c245d
      boklm authored
      tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
      tor-browser-bundle.git commit: 515f9581b36e87d8180d2e74d57a9aed11d7c1e2
      8d3c245d
    • boklm's avatar
      Update versions and ChangeLog for 7.5a1 · 48e45a9a
      boklm authored
      tor-browser-bundle.git author: Georg Koppen <gk@torproject.org>
      tor-browser-bundle.git commit: 321ad6021df0b3d55625c5bd88dcfc5acdf112f8
      tor-browser-bundle.git commit: ade53c43e1230a05e0b138b3ade92914e9d9a279
      tor-browser-bundle.git commit: 638da360d67407b2866f0747a5df40d8ae36af78
      48e45a9a
  14. Jun 09, 2017
  15. Jun 05, 2017
  16. Jun 02, 2017
Loading