[tor-commits] [tor-browser-build/master] Bug 25579: Bump snowflake/go-webrtc again for trac 21312.

gk at torproject.org gk at torproject.org
Thu Mar 22 07:13:21 UTC 2018


commit 0679737202b5a7343314e0ef7f3aa1fefa5cbd6d
Author: David Fifield <david at bamsoftware.com>
Date:   Tue Mar 20 19:33:25 2018 -0700

    Bug 25579: Bump snowflake/go-webrtc again for trac 21312.
    
    Commit 42720c512520ecef5437d23e405d8ce011764661 fixed a memory/file
    descriptor leak in snowflake-client. Further work on ticket #21312
    uncovered crashes in the snowflake WebRTC server and proxy (comments 29
    and following). While we didn't observe the same kind of crashes in
    snowflake-client, this revision applies the same synchronization around
    WebRTC channel destruction as in the server and proxy.
---
 projects/go-webrtc/config | 2 +-
 projects/snowflake/config | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/projects/go-webrtc/config b/projects/go-webrtc/config
index bcfaffa..65be36f 100644
--- a/projects/go-webrtc/config
+++ b/projects/go-webrtc/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://github.com/keroserene/go-webrtc.git
-git_hash: 62dbae8e3b7e7db076e079a7437166966c747033
+git_hash: 90ac15ae07cc6e820cd922a239dd892598986622
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
 
 build: '[% c("projects/go/var/build_go_lib") %]'
diff --git a/projects/snowflake/config b/projects/snowflake/config
index d28f8b2..8e3296c 100644
--- a/projects/snowflake/config
+++ b/projects/snowflake/config
@@ -1,7 +1,7 @@
 # vim: filetype=yaml sw=2
 version: '[% c("abbrev") %]'
 git_url: https://git.torproject.org/pluggable-transports/snowflake.git
-git_hash: d0686b1c8df037413f32bef891ef90638b75a080
+git_hash: 1114acbcb4acb82174b293983ced8afcaf9e2a93
 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.gz'
 
 var:



More information about the tor-commits mailing list