[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 25603 - Upgrade Orfox's https-everywhere add-on

2018-05-02 Thread gk
commit e3effb933616512282e0047d56ed0087cce702a6 Author: Matthew Finkel Date: Mon Apr 30 14:51:19 2018 + Bug 25603 - Upgrade Orfox's https-everywhere add-on We bundle https-everywhere in-tree and add it using Fennec's distribution system. The newer webextensions versions of

[tor-commits] [tor-browser/tor-browser-52.7.3esr-8.0-1] Bug 25980 - Define __libcpp_feof when we redefine feof

2018-05-02 Thread gk
commit d51742d0dd8364c20bb33a15cec5c2ae6d81f9b5 Author: Matthew Finkel Date: Mon Apr 30 19:02:54 2018 + Bug 25980 - Define __libcpp_feof when we redefine feof On Android, NDK r11b declares __libcpp_feof(FILE*) as a wrapper around feof(FILE*). This is semanticly incorrect wh

[tor-commits] [tor-browser-build/master] Bug 26010: Change Snowflake rendezvous to use the Azure domain front

2018-05-02 Thread gk
commit c37d2bd67589190df77a5936fae2ef74dd0a8d7c Author: Georg Koppen Date: Thu May 3 06:22:17 2018 + Bug 26010: Change Snowflake rendezvous to use the Azure domain front https://bugs.torproject.org/22782#comment:7 This also uses the newer standalone broker on the backe

[tor-commits] [snowflake/master] Switch to an Azure domain front.

2018-05-02 Thread dcf
commit 88ea7a50835008debcc9e37886a604aa4210b9f2 Author: David Fifield Date: Mon Apr 30 09:52:38 2018 -0700 Switch to an Azure domain front. https://bugs.torproject.org/22782 --- README.md| 4 ++-- client/README.md | 4 ++-- client/torrc | 4 ++-- 3 files changed, 6 ins

[tor-commits] [tor/master] Merge branch 'ticket25997'

2018-05-02 Thread nickm
commit eb00eff09defc607f4dc4b6fec7b3c80dc8b439f Merge: 1ef1ed76d e386d61c9 Author: Nick Mathewson Date: Wed May 2 16:03:57 2018 -0400 Merge branch 'ticket25997' changes/ticket25997 | 5 + src/test/test_hs_common.c | 13 + 2 files changed, 10 insertions(+), 8 deletio

[tor-commits] [tor/master] Make hs_get_responsible_hsdirs() deterministic.

2018-05-02 Thread nickm
commit e386d61c9be44e82694d523d48591056984bb319 Author: Nick Mathewson Date: Wed May 2 10:16:23 2018 -0400 Make hs_get_responsible_hsdirs() deterministic. This test was using the current time to pick the time period number, and a randomly generated hs key. Therefore, it someti

[tor-commits] [policies/master] Fix a couple of vote counts

2018-05-02 Thread atagar
commit 4e05a14e2c8955d057a213b2500d8eb6c4d7222e Author: Damian Johnson Date: Wed May 2 12:32:51 2018 -0700 Fix a couple of vote counts Miscounted, correction thanks to Karsten. --- votes/18-05-02_council_membership/summary.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[tor-commits] [policies/master] Recent council membership vote

2018-05-02 Thread atagar
commit 642c01d9951ed3e95cd1d7ab91d31f31eef963ea Author: Damian Johnson Date: Wed May 2 10:00:26 2018 -0700 Recent council membership vote --- votes/18-05-02_council_membership/summary.txt | 169 ++ 1 file changed, 169 insertions(+) diff --git a/votes/18-05-02_counc

[tor-commits] [tor/master] dirvote: Fix typo in comment

2018-05-02 Thread dgoulet
commit 1ef1ed76d864b6c3147c0444d9114ebcc53c18b5 Author: David Goulet Date: Wed May 2 09:06:40 2018 -0400 dirvote: Fix typo in comment Signed-off-by: David Goulet --- src/or/dirauth/dirvote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirauth/dirvot

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 8e81d329eec224022de8f8d0318ebb60a18265f9 Merge: 3a53b0c9a c66b51267 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.3' into release-0.3.3 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deleti

[tor-commits] [tor/release-0.3.1] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

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

2018-05-02 Thread nickm
commit 246765342e681ae6f8c35709f9acd9a78d7048d2 Merge: 7c3f87eb4 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit c66b512671cf1711c7325db664335f1694bb3109 Merge: b116710e3 246765342 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 246765342e681ae6f8c35709f9acd9a78d7048d2 Merge: 7c3f87eb4 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

[tor-commits] [tor/master] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 3bf89fb85f703f406fe7f8a1d264451475e20b07 Merge: edf721f8f 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into release-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deleti

[tor-commits] [tor/maint-0.3.3] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-05-02 Thread nickm
commit c66b512671cf1711c7325db664335f1694bb3109 Merge: b116710e3 246765342 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

[tor-commits] [tor/release-0.2.9] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

[tor-commits] [tor/maint-0.3.3] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

[tor-commits] [tor/master] Merge branch 'maint-0.3.2' into maint-0.3.3

2018-05-02 Thread nickm
commit c66b512671cf1711c7325db664335f1694bb3109 Merge: b116710e3 246765342 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.2' into maint-0.3.3 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 7d509bc17027172ff3000fbd56216c672fe5ac08 Merge: edbfcee2f d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into release-0.2.9 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deleti

[tor-commits] [tor/maint-0.3.1] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

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

2018-05-02 Thread nickm
commit 246765342e681ae6f8c35709f9acd9a78d7048d2 Merge: 7c3f87eb4 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

[tor-commits] [tor/release-0.3.2] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

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

2018-05-02 Thread nickm
commit 4b14ff45fd01912aada6ff34e32821c5dd1d59c1 Merge: fb4307bf2 246765342 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.2' into release-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deleti

[tor-commits] [tor/release-0.3.3] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

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

2018-05-02 Thread nickm
commit 8625f36de1085cb24e532adb0bb76d3d2b6b5808 Merge: f26d6ead2 c66b51267 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.3' changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletions(-) ___

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

2018-05-02 Thread nickm
commit 246765342e681ae6f8c35709f9acd9a78d7048d2 Merge: 7c3f87eb4 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 246765342e681ae6f8c35709f9acd9a78d7048d2 Merge: 7c3f87eb4 993e314c6 Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.3.1' into maint-0.3.2 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

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

2018-05-02 Thread nickm
commit 993e314c6f08d587480070e9f19d313b81b39a09 Merge: bb35405d2 d465bd27e Author: Nick Mathewson Date: Wed May 2 08:46:28 2018 -0400 Merge branch 'maint-0.2.9' into maint-0.3.1 changes/bug26007 | 5 + src/or/dirserv.c | 13 +++-- 2 files changed, 16 insertions(+), 2 deletion

[tor-commits] [tor/maint-0.3.2] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

[tor-commits] [tor/maint-0.2.9] Stop logging stack contents when reading a zero-length bandwidth file

2018-05-02 Thread nickm
commit d465bd27ed79b1924cf893d4e810786a491ee613 Author: teor Date: Wed May 2 22:33:21 2018 +1000 Stop logging stack contents when reading a zero-length bandwidth file When directory authorities read a zero-byte bandwidth file, they log a warning with the contents of an uninitia

[tor-commits] [tor/master] Merge branch 'ticket25996'

2018-05-02 Thread nickm
commit f26d6ead21015b7ba6f7d72ebfc2ebf29da0863b Merge: da8996d61 a2b53c1d0 Author: Nick Mathewson Date: Wed May 2 08:45:35 2018 -0400 Merge branch 'ticket25996' changes/ticket25996 | 5 + src/test/test_hs_client.c | 18 +++--- 2 files changed, 16 insertions(+), 7 de

[tor-commits] [tor/master] coverage: Repeat the test for avoiding failed intro points

2018-05-02 Thread nickm
commit a2b53c1d0bb759bfe039bb417281bda743655bfe Author: Nick Mathewson Date: Tue May 1 19:58:39 2018 -0400 coverage: Repeat the test for avoiding failed intro points This test, in test_client_pick_intro(), will have different coverage depending on whether it selects a good intr

[tor-commits] [tor/master] Bug 26000: Fix missing ";"

2018-05-02 Thread nickm
commit da8996d611438a1e0f9ad001f95bb78398b0ad86 Author: Georg Koppen Date: Wed May 2 06:20:26 2018 + Bug 26000: Fix missing ";" --- src/common/compat_time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/compat_time.c b/src/common/compat_time.c index b37

[tor-commits] [tor-browser-build/maint-7.5] Release preparations for 7.5.4

2018-05-02 Thread gk
commit ad2095ad97cdb3b27f800561529578f3bac511f7 Author: Georg Koppen Date: Wed May 2 07:52:50 2018 + Release preparations for 7.5.4 Changelog update and versions bump --- projects/firefox-langpacks/config | 2 +- projects/firefox/config

[tor-commits] [tor-browser-build/maint-7.5] Bug 25020: fix a typo in tbb_version.json filename

2018-05-02 Thread gk
commit f99490f12132557981907254495d2b1d6053018e Author: Nicolas Vigier Date: Sat Feb 24 21:54:29 2018 +0100 Bug 25020: fix a typo in tbb_version.json filename --- projects/tor-browser/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/tor-browser/build b

[tor-commits] [tor-browser-build/maint-7.5] Bug 25572: Update NoScript to version 5.1.8.5

2018-05-02 Thread gk
commit f0f669e25747a9c33f07d365397a030a21ede864 Author: Georg Koppen Date: Wed Apr 11 11:59:12 2018 + Bug 25572: Update NoScript to version 5.1.8.5 --- projects/tor-browser/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/tor-browser/config b/proj

[tor-commits] [tor-browser-build/maint-7.5] Bug 25020: add a tbb_version.json file

2018-05-02 Thread gk
commit 38e9d1caaa0d7cf49e4052e7c709b48ebdba9e31 Author: Nicolas Vigier Date: Thu Feb 8 14:55:10 2018 +0100 Bug 25020: add a tbb_version.json file Add a tbb_version.json file containing informations about the installed bundle. --- projects/tor-browser/build | 4 1 file cha

[tor-commits] [tor-browser/tor-browser-52.8.0esr-7.5-1] Bug 1005640 - Flush StringBundle cache when app-locales change. r=valentin

2018-05-02 Thread gk
commit 724133ad5d58124b2eaf236bfc65f46bf54bbe8a Author: Zibi Braniecki Date: Tue Apr 18 01:03:05 2017 -0700 Bug 1005640 - Flush StringBundle cache when app-locales change. r=valentin StringBundle caches bundles, so when language chain changes we should flush the cache to enable

[tor-commits] [tor-browser/tor-browser-52.8.0esr-7.5-1] Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable

2018-05-02 Thread gk
commit deaa82b4f8ab411198ca300f614df3970221455e Author: Fernando Fernandez Mancera Date: Fri Feb 2 11:38:01 2018 +0100 Bug 22614: Make e10s/non-e10s Tor Browsers indistinguishable e10s in its current form probably brings some fingerprinting risks with it. E.g. users of accessib

[tor-commits] [tor-browser/tor-browser-52.8.0esr-7.5-1] Bug 23439: Exempt .onion domains from mixed content warnings

2018-05-02 Thread gk
commit e52a50f2099501efd4e2892a702a1a3730439426 Author: Georg Koppen Date: Wed Mar 21 08:21:01 2018 + Bug 23439: Exempt .onion domains from mixed content warnings Tests --- browser/base/content/test/general/browser.ini | 4 +++ .../test/general/browser_no_mcb_for_onions.

[tor-commits] [tor-browser/tor-browser-52.8.0esr-7.5-1] Bug 23439: Exempt .onion domains from mixed content warnings

2018-05-02 Thread gk
commit c4d20a867e257b15895cc2123e2c88b80df70b41 Author: Kathy Brade Date: Tue Mar 20 15:02:32 2018 -0400 Bug 23439: Exempt .onion domains from mixed content warnings --- dom/html/HTMLFormElement.cpp | 5 + dom/security/nsContentSecurityManager.cpp | 7 +++--- dom/securit