[tor-commits] [tor-messenger-build/updater] Update libgcrypt to 1.6.6 for CVE-2016-6316

2016-08-19 Thread sukhbir
commit a82a7c1bd2258e404569841a01ea450debfbb4cc Author: Arlo Breault Date: Thu Aug 18 22:39:46 2016 -0700 Update libgcrypt to 1.6.6 for CVE-2016-6316 * See https://lists.gnupg.org/pipermail/gnupg-announce/2016q3/000395.html * Also, bump libgpg-error to 1.24 --- ChangeLo

[tor-commits] [tor-messenger-build/updater] Reflect proper Tor Messenger version during build

2016-08-19 Thread sukhbir
commit 17613113cafb9937f6827a180107cd865f26cc64 Author: Sukhbir Singh Date: Fri Aug 19 20:21:41 2016 -0400 Reflect proper Tor Messenger version during build --- projects/instantbird/build | 2 ++ projects/instantbird/config| 1 - projects/instantbird/version.patch | 7 -

[tor-commits] [tor-messenger-build/master] Reflect proper Tor Messenger version during build

2016-08-19 Thread sukhbir
commit 17613113cafb9937f6827a180107cd865f26cc64 Author: Sukhbir Singh Date: Fri Aug 19 20:21:41 2016 -0400 Reflect proper Tor Messenger version during build --- projects/instantbird/build | 2 ++ projects/instantbird/config| 1 - projects/instantbird/version.patch | 7 -

[tor-commits] [tor/master] Log a warning when Testing options are deprecated.

2016-08-19 Thread nickm
commit 3c8baa77a1d2f5a0235adc48ad5650340683e8ee Author: Nick Mathewson Date: Fri Aug 19 20:21:04 2016 -0400 Log a warning when Testing options are deprecated. --- src/or/config.c| 8 +++- src/or/confparse.c | 2 +- src/or/confparse.h | 2 ++ 3 files changed, 10 insertions(+), 2 del

[tor-commits] [tor/master] Mark a big pile of options as deprecated.

2016-08-19 Thread nickm
commit 66e610da7239e8921c0063043c07c7f2c3fd48d9 Author: Nick Mathewson Date: Wed Aug 3 12:08:57 2016 -0400 Mark a big pile of options as deprecated. --- src/or/config.c| 40 +++- src/or/confparse.c | 7 --- src/or/confparse.h | 3 +-- 3 files c

[tor-commits] [tor/master] Teach checkOptionDocs about deprecation.

2016-08-19 Thread nickm
commit 9b6ff4c882431dd9733a1c36fc3a2b662fa5f11a Author: Nick Mathewson Date: Wed Aug 3 12:15:01 2016 -0400 Teach checkOptionDocs about deprecation. In particular, teach it that deprecated options must exist. --- doc/tor.1.txt | 4 src/or/config.c | 24 +++--

[tor-commits] [tor/master] Add deprecation for configuration options that need to go away.

2016-08-19 Thread nickm
commit e6220ccbf8004090b9bcc7228b33d85d2cf9c067 Author: Nick Mathewson Date: Wed Aug 3 11:40:43 2016 -0400 Add deprecation for configuration options that need to go away. --- src/or/config.c | 1 + src/or/confparse.c | 34 ++ src/or/c

[tor-commits] [tor/master] Changes file for deprecation features from #19820

2016-08-19 Thread nickm
commit 675119d79a2e1cb8b47639d1383d2e631f9412e5 Author: Nick Mathewson Date: Fri Aug 19 20:08:07 2016 -0400 Changes file for deprecation features from #19820 --- changes/deprecation | 31 +++ 1 file changed, 31 insertions(+) diff --git a/changes/deprecation b/c

[tor-commits] [tor/master] Add comments to explain when things were deprecated

2016-08-19 Thread nickm
commit 05ad2db283744609ea9414c2ba434a495e183a3f Author: Nick Mathewson Date: Fri Aug 19 20:09:51 2016 -0400 Add comments to explain when things were deprecated --- src/or/config.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/or/config.c b/src/or/c

[tor-commits] [tor/master] Add new warn_deprecated option to config_assign*().

2016-08-19 Thread nickm
commit f5dcab8072e4f8471cc0d4d8a28c79272467fb92 Author: Nick Mathewson Date: Wed Aug 3 12:52:26 2016 -0400 Add new warn_deprecated option to config_assign*(). Also, collapse all the config_assign*() options into a flags argument, since having two boolean arguments was already c

[tor-commits] [tor/master] Deprecate some SocksPort sub-options.

2016-08-19 Thread nickm
commit f3314aa6e1e307467a684f1477e2af1568a728b6 Author: Nick Mathewson Date: Wed Aug 3 12:24:04 2016 -0400 Deprecate some SocksPort sub-options. --- src/or/config.c | 20 1 file changed, 20 insertions(+) diff --git a/src/or/config.c b/src/or/config.c index a5428aa..b6

[tor-commits] [tor/master] Merge remote-tracking branch 'public/deprecation_v2'

2016-08-19 Thread nickm
commit 507f07de098a14d54dfc2a2fdc603b49d563ef01 Merge: 5aad921 f5dcab8 Author: Nick Mathewson Date: Fri Aug 19 19:58:51 2016 -0400 Merge remote-tracking branch 'public/deprecation_v2' doc/tor.1.txt| 4 ++ src/or/config.c | 93 +

[tor-commits] [tor/master] Added a voting_schedule_free function to free voting schedules.

2016-08-19 Thread nickm
commit 8c0fdf6a276077123c356f3fc9d29eebfc41db72 Author: Daniel Pinto Date: Tue Aug 16 17:53:38 2016 +0100 Added a voting_schedule_free function to free voting schedules. Existing Uses of the tor_free function on voting schedules were replaced with voting_schedule_free. Fixe

[tor-commits] [tor/master] Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if convention.

2016-08-19 Thread nickm
commit 5aad921e3a02cd96158cc54d309d072ed21b3aba Author: Nick Mathewson Date: Fri Aug 19 19:44:19 2016 -0400 Rename free_voting_schedule to voting_schedule_free. Wrap line. Follow if convention. --- src/or/dirvote.c | 11 +++ src/or/dirvote.h | 2 +- src/or

[tor-commits] [tor/master] Merge remote-tracking branch 'jigsaw/fix-19562'

2016-08-19 Thread nickm
commit 3e8f93bb103d3537703c168a82450aeab5f96710 Merge: fdc2a91 8c0fdf6 Author: Nick Mathewson Date: Fri Aug 19 19:41:53 2016 -0400 Merge remote-tracking branch 'jigsaw/fix-19562' src/or/dirvote.c | 11 +-- src/or/dirvote.h | 2 ++ src/or/shared_random.c

[tor-commits] [tor/master] Merge remote-tracking branch 'public/bug19466'

2016-08-19 Thread nickm
commit fdc2a9195686805e98e221150fa476afe2d394e9 Merge: 8f2f06c be820f4 Author: Nick Mathewson Date: Fri Aug 19 19:37:48 2016 -0400 Merge remote-tracking branch 'public/bug19466' changes/bug19466 | 3 +++ src/or/config.c | 20 ++-- 2 files changed, 13 insertions(+), 10 de

[tor-commits] [tor/master] Fix quite a few slow memory leaks in config.c

2016-08-19 Thread nickm
commit be820f41a33413883b23220ec19135477ac3e67d Author: Nick Mathewson Date: Fri Aug 12 18:47:35 2016 -0400 Fix quite a few slow memory leaks in config.c This bug was introduced in 8af87b5ab3c when we added a separate or_options_free() function but didn't start using it eve

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

2016-08-19 Thread nickm
commit 6e181bafff0b62688bae02998784a8e4b7f2167d Merge: ee47010 65cf513 Author: Nick Mathewson Date: Fri Aug 19 19:35:52 2016 -0400 Merge branch 'maint-0.2.8' into release-0.2.8 changes/bug19903 | 4 + changes/geoip-august2016 | 4 + src/common/tortls.c | 2 +- src

[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.6' into maint-0.2.7

2016-08-19 Thread nickm
commit db372addc8534dc6e4639fe943179943b276b051 Merge: 4d70ed7 742ff2c Author: Nick Mathewson Date: Fri Aug 12 10:27:08 2016 -0400 Merge branch 'maint-0.2.6' into maint-0.2.7 changes/geoip-august2016 | 4 + src/config/geoip | 14009 +

[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.5' into maint-0.2.6

2016-08-19 Thread nickm
commit 742ff2cddbb9676262e1b588206c3ae264f269b8 Merge: 210928f 46754d6 Author: Nick Mathewson Date: Fri Aug 12 10:27:01 2016 -0400 Merge branch 'maint-0.2.5' into maint-0.2.6 changes/geoip-august2016 | 4 + src/config/geoip | 14009 +

[tor-commits] [tor/master] Merge branch 'bug19903_028_v2' into maint-0.2.8

2016-08-19 Thread nickm
commit 65cf5130ef60b82bae552363bcca53e5ab9cfd02 Merge: 459e5d7 49843c9 Author: Nick Mathewson Date: Fri Aug 19 19:35:26 2016 -0400 Merge branch 'bug19903_028_v2' into maint-0.2.8 changes/bug19903| 4 src/common/tortls.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) _

[tor-commits] [tor/release-0.2.8] Merge branch 'maint-0.2.4' into maint-0.2.5

2016-08-19 Thread nickm
commit 46754d608110fce07fb286365b67209b35397194 Merge: d95c280 1410947 Author: Nick Mathewson Date: Fri Aug 12 10:26:48 2016 -0400 Merge branch 'maint-0.2.4' into maint-0.2.5 changes/geoip-august2016 | 4 + src/config/geoip | 14009 +

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

2016-08-19 Thread nickm
commit 65cf5130ef60b82bae552363bcca53e5ab9cfd02 Merge: 459e5d7 49843c9 Author: Nick Mathewson Date: Fri Aug 19 19:35:26 2016 -0400 Merge branch 'bug19903_028_v2' into maint-0.2.8 changes/bug19903| 4 src/common/tortls.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) _

[tor-commits] [tor/release-0.2.8] Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"

2016-08-19 Thread nickm
commit 49843c980a07b73c9e98c7c7983e7745d5d82751 Author: Nick Mathewson Date: Thu Aug 11 20:29:37 2016 -0400 Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}" Fixes bug 19903; bugfix on 0.2.8.1-alpha. --- changes/bug19903| 4 src/common/tortls.c | 2

[tor-commits] [tor/maint-0.2.8] Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"

2016-08-19 Thread nickm
commit 49843c980a07b73c9e98c7c7983e7745d5d82751 Author: Nick Mathewson Date: Thu Aug 11 20:29:37 2016 -0400 Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}" Fixes bug 19903; bugfix on 0.2.8.1-alpha. --- changes/bug19903| 4 src/common/tortls.c | 2

[tor-commits] [tor/master] Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"

2016-08-19 Thread nickm
commit 49843c980a07b73c9e98c7c7983e7745d5d82751 Author: Nick Mathewson Date: Thu Aug 11 20:29:37 2016 -0400 Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}" Fixes bug 19903; bugfix on 0.2.8.1-alpha. --- changes/bug19903| 4 src/common/tortls.c | 2

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

2016-08-19 Thread nickm
commit 459e5d705eb688642d53f38c00e0a2c6cfd36b8a Merge: 6b740aa db372ad Author: Nick Mathewson Date: Fri Aug 12 10:27:14 2016 -0400 Merge branch 'maint-0.2.7' into maint-0.2.8 changes/geoip-august2016 | 4 + src/config/geoip | 14009 +

[tor-commits] [tor/maint-0.2.8] Merge branch 'bug19903_028_v2' into maint-0.2.8

2016-08-19 Thread nickm
commit 65cf5130ef60b82bae552363bcca53e5ab9cfd02 Merge: 459e5d7 49843c9 Author: Nick Mathewson Date: Fri Aug 19 19:35:26 2016 -0400 Merge branch 'bug19903_028_v2' into maint-0.2.8 changes/bug19903| 4 src/common/tortls.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ___

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

2016-08-19 Thread nickm
commit 8f2f06c9b38015f641d0505e805a8285884f55ba Merge: 5e57190 65cf513 Author: Nick Mathewson Date: Fri Aug 19 19:35:39 2016 -0400 Merge branch 'maint-0.2.8' changes/bug19903| 4 src/common/tortls.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-)

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2016-08-19 Thread translation
commit 9b9e01f286b734bbdfacbaa2f9a3cae6932ac4fb Author: Translation commit bot Date: Fri Aug 19 13:45:21 2016 + Update translations for https_everywhere --- la/ssl-observatory.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/la/ssl-observatory.dtd b/

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2016-08-19 Thread translation
commit 7e8960e5030de7374995eedc202f48205e242ef7 Author: Translation commit bot Date: Fri Aug 19 12:45:22 2016 + Update translations for https_everywhere --- la/ssl-observatory.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la/ssl-observatory.dtd b/la/ssl-observ

[tor-commits] [translation/tor-messenger-prefsdtd] Update translations for tor-messenger-prefsdtd

2016-08-19 Thread translation
commit 76dbf38c19f62aa81267243a5035e9e549c60be0 Author: Translation commit bot Date: Fri Aug 19 11:48:13 2016 + Update translations for tor-messenger-prefsdtd --- la/prefs.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la/prefs.dtd b/la/prefs.dtd index 1441b0e.

[tor-commits] [translation/tor-messenger-otrproperties] Update translations for tor-messenger-otrproperties

2016-08-19 Thread translation
commit f9aa0551a349a0e0d6594acd3593ccde4bdfbe7e Author: Translation commit bot Date: Fri Aug 19 11:48:02 2016 + Update translations for tor-messenger-otrproperties --- la/otr.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la/otr.properties b/la/otr.prope

[tor-commits] [translation/tor-launcher-progress] Update translations for tor-launcher-progress

2016-08-19 Thread translation
commit 69ff40cb5de971eaee5cd29d3272ad4769bf51a1 Author: Translation commit bot Date: Fri Aug 19 11:46:03 2016 + Update translations for tor-launcher-progress --- la/progress.dtd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/la/progress.dtd b/la/progress.dtd

[tor-commits] [translation/tor-launcher-properties] Update translations for tor-launcher-properties

2016-08-19 Thread translation
commit d4c1b80ad1766601e086809782ea440adc3836d7 Author: Translation commit bot Date: Fri Aug 19 11:45:57 2016 + Update translations for tor-launcher-properties --- la/torlauncher.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la/torlauncher.properties b/

[tor-commits] [translation/tor-launcher-progress_completed] Update translations for tor-launcher-progress_completed

2016-08-19 Thread translation
commit 3dd4dc55dea51b803a57a64871863ef0857107e0 Author: Translation commit bot Date: Fri Aug 19 11:46:06 2016 + Update translations for tor-launcher-progress_completed --- la/progress.dtd | 4 1 file changed, 4 insertions(+) diff --git a/la/progress.dtd b/la/progress.dtd new file

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2016-08-19 Thread translation
commit a37ac2b69c9c358dc3b9368b954e1fdd7b8e7791 Author: Translation commit bot Date: Fri Aug 19 11:45:25 2016 + Update translations for https_everywhere_completed --- la/https-everywhere.properties | 8 1 file changed, 8 insertions(+) diff --git a/la/https-everywhere.properti

[tor-commits] [tor-browser-bundle/master] Actually fix that bug with shifting when there's nothing to shift.

2016-08-19 Thread gk
commit ce368417b914f74383bafddd268b2f1a2e9dc509 Author: Linus Nordberg Date: Fri Aug 19 13:24:24 2016 +0200 Actually fix that bug with shifting when there's nothing to shift. --- tools/continuous-builds/park-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/too

[tor-commits] [tor-browser-bundle/hardened-builds] Actually fix that bug with shifting when there's nothing to shift.

2016-08-19 Thread gk
commit 4424456c869552bf9b238fbc15a390a0d5ca8d9a Author: Linus Nordberg Date: Fri Aug 19 13:24:24 2016 +0200 Actually fix that bug with shifting when there's nothing to shift. --- tools/continuous-builds/park-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/too

[tor-commits] [translation/https_everywhere_completed] Update translations for https_everywhere_completed

2016-08-19 Thread translation
commit ca897f241377af1bee41f840ac5f1f40907cb221 Author: Translation commit bot Date: Fri Aug 19 11:15:26 2016 + Update translations for https_everywhere_completed --- la/https-everywhere.dtd | 57 + 1 file changed, 57 insertions(+) diff

[tor-commits] [translation/abouttor-homepage] Update translations for abouttor-homepage

2016-08-19 Thread translation
commit dfe823ea638cb6001c953cdab1ee510a86282e58 Author: Translation commit bot Date: Fri Aug 19 11:16:19 2016 + Update translations for abouttor-homepage --- la/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/la/aboutTor.dtd b/la/aboutTor.dtd index 4a9a

[tor-commits] [translation/https_everywhere] Update translations for https_everywhere

2016-08-19 Thread translation
commit 9b84d67bc0cfe87f07a8b928f7fb287af3f9a9c9 Author: Translation commit bot Date: Fri Aug 19 11:15:21 2016 + Update translations for https_everywhere --- la/https-everywhere.dtd| 62 +- la/https-everywhere.properties | 10 +++ 2 fi

[tor-commits] [tor-browser-bundle/hardened-builds] Don't shift unconditionally.

2016-08-19 Thread gk
commit c1d4e1f132cbe239b6586b456822017a5276f7ad Author: Linus Nordberg Date: Fri Aug 19 13:00:17 2016 +0200 Don't shift unconditionally. --- tools/continuous-builds/park-nightly.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/continuous-builds/park-night

[tor-commits] [tor-browser-bundle/master] Don't shift unconditionally.

2016-08-19 Thread gk
commit 0b888ea05c97153c40a02b4c676d5291f9b3b4c8 Author: Linus Nordberg Date: Fri Aug 19 13:00:17 2016 +0200 Don't shift unconditionally. --- tools/continuous-builds/park-nightly.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/continuous-builds/park-night

[tor-commits] [torbutton/master] Bug 19837: Whitelist internal URLs that Firefox requires for media.

2016-08-19 Thread gk
commit 61b395a433c821bd4b17f69b956eb149f12f525e Author: Yawning Angel Date: Mon Aug 15 18:53:05 2016 + Bug 19837: Whitelist internal URLs that Firefox requires for media. Firefox requires being able to load chrome:// and resource:// URLs for things like the media player, wi

[tor-commits] [tor-browser-bundle/hardened-builds] Version bumps for hardened nightly

2016-08-19 Thread gk
commit 0d8810c64d578e2b7cf659f2aecfe12b07d2fab5 Author: Georg Koppen Date: Fri Aug 19 07:21:00 2016 + Version bumps for hardened nightly --- gitian/versions.nightly | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gitian/versions.nightly b/gitian/versions.nig

[tor-commits] [tor-browser-bundle/master] NoScript version bump for nightlies

2016-08-19 Thread gk
commit 0a0a8c01236ddb50f5f4f87da28758f8e65214de Author: Georg Koppen Date: Fri Aug 19 07:19:11 2016 + NoScript version bump for nightlies --- gitian/versions.nightly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitian/versions.nightly b/gitian/versions.nightl

[tor-commits] [tor-browser-bundle/master] Fold in stable changelog

2016-08-19 Thread gk
commit 10aa41a5d6abf25a912616c39d9e39ebb7cc29d6 Author: Georg Koppen Date: Fri Aug 19 09:15:28 2016 +0200 Fold in stable changelog --- Bundle-Data/Docs/ChangeLog.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Bundle-Data/Docs/ChangeLog.txt b/Bundle-Data/Docs/ChangeLog.txt in