[tor-commits] [sandboxed-tor-browser/master] Bug 23058: Apply the SelfRando workaround to 7.5a3 as well.

2017-07-28 Thread yawning
commit 2262bf1843129feddb7a913b15ef6298be71f4c1 Author: Yawning Angel Date: Fri Jul 28 17:56:41 2017 + Bug 23058: Apply the SelfRando workaround to 7.5a3 as well. The browser people apparently didn't update SelfRando, so the workaround for the syscall stupiditiy is still ne

[tor-commits] [tor-browser-build/master] Update noscript

2017-07-28 Thread boklm
commit 867ebd59598ae3a77d84c21d008b2c6debec372b Author: Nicolas Vigier Date: Fri Jul 28 19:04:43 2017 +0200 Update noscript This fixes bug 22067. tor-browser-bundle.git author: Georg Koppen tor-browser-bundle.git commit: 0437834017c1c7ff168da868d9dcb2f2519fd122 --- p

[tor-commits] [tor-browser-bundle/maint-7.0] Updating NoScript

2017-07-28 Thread gk
commit 12565f000a09b27b7dbd9ea864c5004b6d8324a9 Author: Georg Koppen Date: Fri Jul 28 16:21:20 2017 + Updating NoScript This fixes bug 22067. --- gitian/versions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitian/versions b/gitian/versions index 108

[tor-commits] [tor-browser-bundle/master] Updating Noscript

2017-07-28 Thread gk
commit 0437834017c1c7ff168da868d9dcb2f2519fd122 Author: Georg Koppen Date: Fri Jul 28 16:19:01 2017 + Updating Noscript This fixes bug 22067. --- gitian/versions.alpha | 4 ++-- gitian/versions.nightly | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/

[tor-commits] [stem/master] Disable sockstat integ test

2017-07-28 Thread atagar
commit d0d127ba5fb9b76cad3e7393c00bf3d4d2ae35be Author: Damian Johnson Date: Fri Jul 28 08:56:36 2017 -0700 Disable sockstat integ test Test is failing on our Jenkins hosts and I'm pretty stumped about why. We'll drop sockstat in 2.0.0 unless fixed... https://trac.to

[tor-commits] [tor/master] Bug 23055: cast, then multiply when doing u32*u32->u64.

2017-07-28 Thread nickm
commit 769a94d9ce570b9418ab8705dc95c99f9b8c2251 Author: Nick Mathewson Date: Fri Jul 28 10:31:12 2017 -0400 Bug 23055: cast, then multiply when doing u32*u32->u64. No backport, since this bug won't trigger until people make certificates expiring after the Y2106 deadline.

[tor-commits] [tor/master] Turn base < 0 into a BUG() in our long-parse functions.

2017-07-28 Thread nickm
commit accb734c5fc45481231b837cae1244129144df06 Author: Nick Mathewson Date: Fri Jul 28 10:26:06 2017 -0400 Turn base < 0 into a BUG() in our long-parse functions. --- src/common/util.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/common/util.c b/src/common

[tor-commits] [tor/master] Add an assertion to try to please coverity.

2017-07-28 Thread nickm
commit decb9276852b4cb7f9f2472c81cd47fbab60845f Author: Nick Mathewson Date: Fri Jul 28 10:17:14 2017 -0400 Add an assertion to try to please coverity. Coverity, for some reason, thought that weight_scale might be 0, leading to a divide-by-zero error. --- src/or/routerparse.c

[tor-commits] [tor/master] Coverity deadcode shenanigans on BUG() macro.

2017-07-28 Thread nickm
commit 602c52cad486516defc9d5ed375effd74cfe4529 Author: Nick Mathewson Date: Fri Jul 28 10:02:38 2017 -0400 Coverity deadcode shenanigans on BUG() macro. We don't actually want Coverity to complain when a BUG() check can never fail, since such checks can prevent us from introdu

[tor-commits] [tor/release-0.3.1] Merge branch 'maint-0.3.1' into release-0.3.1

2017-07-28 Thread nickm
commit 75eaca4e810fcabffea3b23b2ab9460fac020aa5 Merge: 3205700bc eb677c587 Author: Nick Mathewson Date: Fri Jul 28 09:54:39 2017 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 src/test/test_hs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[tor-commits] [tor/maint-0.3.1] Fix an unreachable memory leak in the unit tests

2017-07-28 Thread nickm
commit eb677c5870ad67e0aa883d700f630c7a9ee99af3 Author: Nick Mathewson Date: Fri Jul 28 09:52:34 2017 -0400 Fix an unreachable memory leak in the unit tests This is CID 1415726. --- src/test/test_hs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/t

[tor-commits] [tor/release-0.3.1] Fix an unreachable memory leak in the unit tests

2017-07-28 Thread nickm
commit eb677c5870ad67e0aa883d700f630c7a9ee99af3 Author: Nick Mathewson Date: Fri Jul 28 09:52:34 2017 -0400 Fix an unreachable memory leak in the unit tests This is CID 1415726. --- src/test/test_hs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/t

[tor-commits] [tor/master] Merge branch 'maint-0.3.1'

2017-07-28 Thread nickm
commit 5f0fa480dd94f4fec7b8b026dbd0a524f7b9c786 Merge: 6252e04a3 eb677c587 Author: Nick Mathewson Date: Fri Jul 28 09:54:39 2017 -0400 Merge branch 'maint-0.3.1' src/test/test_hs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --cc src/test/test_hs.c index 093c7ec35,5aae6c

[tor-commits] [tor/master] Fix an unreachable memory leak in the unit tests

2017-07-28 Thread nickm
commit eb677c5870ad67e0aa883d700f630c7a9ee99af3 Author: Nick Mathewson Date: Fri Jul 28 09:52:34 2017 -0400 Fix an unreachable memory leak in the unit tests This is CID 1415726. --- src/test/test_hs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/t

[tor-commits] [tor/release-0.3.1] Merge branch 'maint-0.3.1' into release-0.3.1

2017-07-28 Thread nickm
commit 3205700bc42bd3350defc569709b562a6adff0fd Merge: 8c2ccf937 911e2dc53 Author: Nick Mathewson Date: Fri Jul 28 09:50:26 2017 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+) __

[tor-commits] [tor/release-0.3.1] Merge branch 'bug23053_029' into maint-0.3.1

2017-07-28 Thread nickm
commit 911e2dc5308d4cbd3f2c7e78e38055cb36c908fb Merge: af3079a49 9a0f38a34 Author: Nick Mathewson Date: Fri Jul 28 09:50:16 2017 -0400 Merge branch 'bug23053_029' into maint-0.3.1 changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/release-0.3.1] Fix a small memory leak when parsing unix: ports twice

2017-07-28 Thread nickm
commit 9a0f38a349293f188a81b86d5b7639175a1cf334 Author: Nick Mathewson Date: Fri Jul 28 09:49:42 2017 -0400 Fix a small memory leak when parsing unix: ports twice Fixes bug 23053; CID 1415725. --- changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/master] Merge branch 'bug23053_029' into maint-0.3.1

2017-07-28 Thread nickm
commit 911e2dc5308d4cbd3f2c7e78e38055cb36c908fb Merge: af3079a49 9a0f38a34 Author: Nick Mathewson Date: Fri Jul 28 09:50:16 2017 -0400 Merge branch 'bug23053_029' into maint-0.3.1 changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/maint-0.3.1] Fix a small memory leak when parsing unix: ports twice

2017-07-28 Thread nickm
commit 9a0f38a349293f188a81b86d5b7639175a1cf334 Author: Nick Mathewson Date: Fri Jul 28 09:49:42 2017 -0400 Fix a small memory leak when parsing unix: ports twice Fixes bug 23053; CID 1415725. --- changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [tor/master] Merge branch 'maint-0.3.1'

2017-07-28 Thread nickm
commit 6252e04a37c8d23e2e6164d20a566fad743a1a37 Merge: baf53300d 911e2dc53 Author: Nick Mathewson Date: Fri Jul 28 09:50:26 2017 -0400 Merge branch 'maint-0.3.1' changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+) _

[tor-commits] [tor/maint-0.3.1] Merge branch 'bug23053_029' into maint-0.3.1

2017-07-28 Thread nickm
commit 911e2dc5308d4cbd3f2c7e78e38055cb36c908fb Merge: af3079a49 9a0f38a34 Author: Nick Mathewson Date: Fri Jul 28 09:50:16 2017 -0400 Merge branch 'bug23053_029' into maint-0.3.1 changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+) ___

[tor-commits] [tor/master] Fix a small memory leak when parsing unix: ports twice

2017-07-28 Thread nickm
commit 9a0f38a349293f188a81b86d5b7639175a1cf334 Author: Nick Mathewson Date: Fri Jul 28 09:49:42 2017 -0400 Fix a small memory leak when parsing unix: ports twice Fixes bug 23053; CID 1415725. --- changes/bug23053 | 5 + src/or/config.c | 1 + 2 files changed, 6 insertions(+)

[tor-commits] [webwml/master] Add new Tor Browser version: 7.5a3, for Linux only

2017-07-28 Thread gk
commit 491942bf414390468edd5b74d53073f7055e9251 Author: Georg Koppen Date: Fri Jul 28 11:09:06 2017 + Add new Tor Browser version: 7.5a3, for Linux only Now after the bundles got synced to disk. --- include/versions.wmi | 8 projects/torbrowser/R

[tor-commits] [webwml/master] Revert "Add new Tor Browser version: 7.5a3, for Linux only"

2017-07-28 Thread gk
commit 65ea5d135175195f3cd3ee5c91efc5d93e265adb Author: Georg Koppen Date: Fri Jul 28 08:56:45 2017 + Revert "Add new Tor Browser version: 7.5a3, for Linux only" This reverts commit b46f550980c0e8585bb299e35be93d902564ee21. Let's push the bundles to dist first. --- in

[tor-commits] [webwml/master] Add new Tor Browser version: 7.5a3, for Linux only

2017-07-28 Thread gk
commit b46f550980c0e8585bb299e35be93d902564ee21 Author: Georg Koppen Date: Fri Jul 28 08:49:06 2017 + Add new Tor Browser version: 7.5a3, for Linux only --- include/versions.wmi | 8 projects/torbrowser/RecommendedTBBVersions | 4 +++- 2 files changed, 7

[tor-commits] [metrics-lib/master] Retain trailing newline in Torperf results.

2017-07-28 Thread karsten
commit 44e1c2566b954834bb39c8e1e3aa994a62d98f06 Author: Karsten Loesing Date: Thu Jul 13 11:34:11 2017 +0200 Retain trailing newline in Torperf results. Fixes #22912. --- CHANGELOG.md| 3 +++ src/main/java/org/torproject/desc

[tor-commits] [metrics-lib/master] Add test for #22912.

2017-07-28 Thread karsten
commit d00a28fe2d7d451b2c4e3d033e259e5c786294e6 Author: Karsten Loesing Date: Fri Jul 14 11:19:45 2017 +0200 Add test for #22912. --- .../torproject/descriptor/impl/TorperfResultImplTest.java | 15 +++ 1 file changed, 15 insertions(+) diff --git a/src/test/java/org/torproject

[tor-commits] [metrics-lib/master] Add tests for Descriptor methods. Implements task-22912.

2017-07-28 Thread karsten
commit 925b4a1f80fbe028d6a5bf711d798c0b5ba8e636 Author: iwakeh Date: Fri Jul 14 09:19:46 2017 + Add tests for Descriptor methods. Implements task-22912. The different tests have separate methods for clarity when tests fail. This is more important than the additional overhea

[tor-commits] [webwml/master] Do not recommend Tor Browser 7.0.2 for Linux anymore

2017-07-28 Thread gk
commit 4ecf3a7b1ba85f0ed5d39bd4de03d168798767a3 Author: Georg Koppen Date: Fri Jul 28 07:41:36 2017 + Do not recommend Tor Browser 7.0.2 for Linux anymore --- projects/torbrowser/RecommendedTBBVersions | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/torbrowser/RecommendedTB