[tor-commits] [tor/master] Fix a set of variable-shadowing warnings in curve25519-donna.c

2016-07-28 Thread nickm
commit 0390e1a60cb91fa581ec568879bf300224db6322 Author: Nick Mathewson Date: Thu Jul 28 10:03:29 2016 -0400 Fix a set of variable-shadowing warnings in curve25519-donna.c --- src/ext/curve25519_donna/curve25519-donna.c | 3 +-- 1 file changed, 1 insertion(+), 2

[tor-commits] [tor/master] Fix a huge pile of -Wshadow warnings.

2016-07-28 Thread nickm
commit 9fe6fea1cceb39fc415ad813020bbd863121e0c9 Author: Nick Mathewson Date: Thu Jul 28 10:22:10 2016 -0400 Fix a huge pile of -Wshadow warnings. These appeared on some of the Jenkins platforms. Apparently some GCCs care when you shadow globals, and some

[tor-commits] [tor/master] Fix all -Wshadow warnings on Linux

2016-07-28 Thread nickm
commit 47573038736b96e2a353a25ed3c788dcb77d8fcb Author: Nick Mathewson Date: Tue Jul 5 14:19:31 2016 -0400 Fix all -Wshadow warnings on Linux This is a partial fix for 18902. --- configure.ac | 1 + src/common/util.c| 4 ++--

[tor-commits] [tor/master] Fix a variable-shadowing bug in check_private_dir

2016-07-28 Thread nickm
commit 1135405c8c6ea315cd035171770a6701edae57f0 Author: Nick Mathewson Date: Tue Jul 5 13:43:58 2016 -0400 Fix a variable-shadowing bug in check_private_dir We introduded a shadowed variable, thereby causing a log message to be wrong. Fixes 19578. I

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

2016-07-28 Thread nickm
commit a8676b1edecee2d1d472b7f67dd026ef7b084a2f Merge: f048855 4757303 Author: Nick Mathewson Date: Thu Jul 28 06:59:03 2016 -0400 Merge branch 'bug18902_squashed' changes/bug19578 | 3 +++ configure.ac | 1 + src/common/util.c

[tor-commits] [tor/master] Three more -Wshadow fixes.

2016-07-28 Thread nickm
commit dffc6910b11d88544a93c3e3e80c1155f998f561 Author: Nick Mathewson Date: Thu Jul 28 11:24:03 2016 -0400 Three more -Wshadow fixes. --- src/common/util.c | 10 +- src/or/circuitbuild.c | 9 + src/or/rephist.c | 12 ++-- 3 files

[tor-commits] [trunnel/master] Include trunnel-local.h before any standard C headers

2016-07-28 Thread nickm
commit 26713665d320b5e758dee8c52ffeaf330283c414 Author: Nick Mathewson Date: Thu Jul 28 10:49:25 2016 -0400 Include trunnel-local.h before any standard C headers This way, trunnel-local can do things like setting _FILE_OFFSET_BITS other things that need

[tor-commits] [bridgedb/master] Fix an Emacs file encoding specification in a unittest file.

2016-07-28 Thread isis
commit dec3b6e7ee9ab0034815150b4940e5a10f4b0190 Author: Isis Lovecruft Date: Mon May 2 16:19:44 2016 + Fix an Emacs file encoding specification in a unittest file. --- test/test_https_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [bridgedb/develop] Fix a typo in a unittest docstring.

2016-07-28 Thread isis
commit 0bb6014377e23c29bc774bc5f080c6534440c9bc Author: Isis Lovecruft Date: Mon May 2 16:28:17 2016 + Fix a typo in a unittest docstring. --- test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_util.py

[tor-commits] [bridgedb/develop] Merge branch 'fix/18237' into develop

2016-07-28 Thread isis
commit c5dd5cbeff223295e36f9b8d4e4f349893b821ff Merge: 6164c62 743917a Author: Isis Lovecruft Date: Mon May 30 16:10:23 2016 + Merge branch 'fix/18237' into develop CHANGELOG | 8 bridgedb.conf | 2 ++ bridgedb/Main.py | 12

[tor-commits] [bridgedb/develop] Add a CHANGELOG entry for #18949.

2016-07-28 Thread isis
commit 936958ae0bb138bf1a85cd311488da0c01fe2a57 Author: Isis Lovecruft Date: Thu Jul 28 16:37:22 2016 + Add a CHANGELOG entry for #18949. --- CHANGELOG | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG

[tor-commits] [bridgedb/develop] Merge branch 'release/0.3.6'

2016-07-28 Thread isis
commit 908294fde8cb818de29f73e8355411148dfba8f9 Merge: 7d6defe 936958a Author: Isis Lovecruft Date: Thu Jul 28 16:38:07 2016 + Merge branch 'release/0.3.6' .travis.yml | 12 +-- CHANGELOG | 17 +++- bridgedb.conf | 2

[tor-commits] [bridgedb/develop] Revise HTTPS DummyRequest test utility for changes in Twisted>14.0.2.

2016-07-28 Thread isis
commit 22817ee11fd7d21cf38ee6050a9bcd3dd2b7849a Author: Isis Lovecruft Date: Mon May 2 16:16:40 2016 + Revise HTTPS DummyRequest test utility for changes in Twisted>14.0.2. --- test/https_helpers.py | 228 +- 1 file

[tor-commits] [bridgedb/develop] Add a CHANGELOG entry for #18237.

2016-07-28 Thread isis
commit 743917a843be970847fdd3933af026f7c3e27e8e Author: Isis Lovecruft Date: Mon May 2 15:05:24 2016 + Add a CHANGELOG entry for #18237. --- CHANGELOG | 8 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ce2e47f..036c057 100644

[tor-commits] [bridgedb/develop] Update CI test matrix to test using Debian Stretch versions.

2016-07-28 Thread isis
commit edddab56cf064b4080905ba29116574bb892e977 Author: Isis Lovecruft Date: Mon May 2 16:15:59 2016 + Update CI test matrix to test using Debian Stretch versions. * FIXES #18949: https://bugs.torproject.org/18949 --- .travis.yml | 12 ++-- 1

[tor-commits] [bridgedb/master] Clean up *.unparseable descriptor files more than 24 hours old.

2016-07-28 Thread isis
commit b6c740f79a4b9263e49dfe9f14314425b496aa40 Author: Isis Lovecruft Date: Mon May 2 14:03:21 2016 + Clean up *.unparseable descriptor files more than 24 hours old. * ADD a config options for a new DELETE_UNPARSEABLE_DESCRIPTORS task, which, by

[tor-commits] [bridgedb/develop] Fix an Emacs file encoding specification in a unittest file.

2016-07-28 Thread isis
commit dec3b6e7ee9ab0034815150b4940e5a10f4b0190 Author: Isis Lovecruft Date: Mon May 2 16:19:44 2016 + Fix an Emacs file encoding specification in a unittest file. --- test/test_https_server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [bridgedb/develop] Only run txrecaptcha.submit() unittest on CI infrastructure.

2016-07-28 Thread isis
commit ad647e38847cf88f6b4f99951d2f79cbe4919c16 Author: Isis Lovecruft Date: Mon May 2 16:28:00 2016 + Only run txrecaptcha.submit() unittest on CI infrastructure. --- test/test_txrecaptcha.py | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [bridgedb/develop] Bump the Twisted version.

2016-07-28 Thread isis
commit 2f3c79c9fad27cdb04ee50573a462f4f9530588e Author: Isis Lovecruft Date: Mon May 30 15:34:56 2016 + Bump the Twisted version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index

[tor-commits] [bridgedb/master] Add a CHANGELOG entry for #18949.

2016-07-28 Thread isis
commit 936958ae0bb138bf1a85cd311488da0c01fe2a57 Author: Isis Lovecruft Date: Thu Jul 28 16:37:22 2016 + Add a CHANGELOG entry for #18949. --- CHANGELOG | 19 +-- 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG

[tor-commits] [bridgedb/master] Merge branch 'release/0.3.6'

2016-07-28 Thread isis
commit 908294fde8cb818de29f73e8355411148dfba8f9 Merge: 7d6defe 936958a Author: Isis Lovecruft Date: Thu Jul 28 16:38:07 2016 + Merge branch 'release/0.3.6' .travis.yml | 12 +-- CHANGELOG | 17 +++- bridgedb.conf | 2

[tor-commits] [bridgedb/master] Only run txrecaptcha.submit() unittest on CI infrastructure.

2016-07-28 Thread isis
commit ad647e38847cf88f6b4f99951d2f79cbe4919c16 Author: Isis Lovecruft Date: Mon May 2 16:28:00 2016 + Only run txrecaptcha.submit() unittest on CI infrastructure. --- test/test_txrecaptcha.py | 6 ++ 1 file changed, 6 insertions(+) diff --git

[tor-commits] [bridgedb/master] Merge branch 'master' into develop

2016-07-28 Thread isis
commit c7d9cc4978f008fe657dd88653975248066dd1f6 Merge: 7931067 7d6defe Author: Isis Lovecruft Date: Tue Dec 1 02:45:11 2015 + Merge branch 'master' into develop ___ tor-commits mailing list

[tor-commits] [bridgedb/master] Add a CHANGELOG entry for #18237.

2016-07-28 Thread isis
commit 743917a843be970847fdd3933af026f7c3e27e8e Author: Isis Lovecruft Date: Mon May 2 15:05:24 2016 + Add a CHANGELOG entry for #18237. --- CHANGELOG | 8 1 file changed, 8 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ce2e47f..036c057 100644

[tor-commits] [bridgedb/develop] Merge branch 'fix/18949' into develop

2016-07-28 Thread isis
commit 6164c627a2653a81bcfa4197288b23a504f979e9 Merge: 0bb6014 2f3c79c Author: Isis Lovecruft Date: Mon May 30 16:06:46 2016 + Merge branch 'fix/18949' into develop .travis.yml | 12 +-- requirements.txt | 2 +- test/https_helpers.py | 228

[tor-commits] [bridgedb/master] Fix a typo in a unittest docstring.

2016-07-28 Thread isis
commit 0bb6014377e23c29bc774bc5f080c6534440c9bc Author: Isis Lovecruft Date: Mon May 2 16:28:17 2016 + Fix a typo in a unittest docstring. --- test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_util.py

[tor-commits] [tor-messenger-build/master] Replace Firefox with Instantbird in aboutDialog.js

2016-07-28 Thread arlo
commit af33c3fef7e05c4330b2decb7702639c4d71e564 Author: Sukhbir Singh Date: Mon Jul 18 22:12:45 2016 -0400 Replace Firefox with Instantbird in aboutDialog.js --- projects/instantbird/aboutDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-messenger-build/master] Fix cp for aboutTBUpdateLogo.png

2016-07-28 Thread arlo
commit 30a311bb5e0d05654d876fd0af252fb17ed508df Author: Sukhbir Singh Date: Mon Jul 18 22:11:32 2016 -0400 Fix cp for aboutTBUpdateLogo.png --- projects/instantbird/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/instantbird/build

[tor-commits] [tor-messenger-build/master] Use the about dialog from Firefox

2016-07-28 Thread arlo
commit 3b8cae90376092d4926d59c23be2cf7e3b9559db Author: Sukhbir Singh Date: Wed Jul 13 13:09:10 2016 -0400 Use the about dialog from Firefox In addition to copying aboutDialog.xul and making related modifications to the CSS path (changing "browser" to

[tor-commits] [tor-messenger-build/master] Update patch for #9173 and add patch for #4234 (Firefox update)

2016-07-28 Thread arlo
commit 770a2829ba7a84bc0ed910b6ce503d152221f684 Author: Sukhbir Singh Date: Mon Jul 18 12:36:28 2016 -0400 Update patch for #9173 and add patch for #4234 (Firefox update) --- ...ault-Firefox-profile-director-bug-9173.mozpatch | 451

[tor-commits] [tor-messenger-build/master] Update start-tor-messenger.desktop (set Browser directory)

2016-07-28 Thread arlo
commit a32dbb750289150f25407068b23338614ecf0c1e Author: Sukhbir Singh Date: Fri Jul 8 19:14:58 2016 -0400 Update start-tor-messenger.desktop (set Browser directory) --- projects/tor-messenger/start-tor-messenger.desktop | 19 +-- 1 file changed, 9

[tor-commits] [tor-messenger-build/master] Update mozconfig files (enable Tor Browser secure updater)

2016-07-28 Thread arlo
commit c43aaedd101e997c361fdeb64ae4adbd44e0ceb3 Author: Sukhbir Singh Date: Fri Jul 8 15:20:48 2016 -0400 Update mozconfig files (enable Tor Browser secure updater) --- projects/instantbird/mozconfig-linux-i686 | 5 -

[tor-commits] [tor-messenger-build/master] Fix typo in Firefox-update-process-bug-4234.mozpatch

2016-07-28 Thread arlo
commit b61a35f82e5b19420a532c7970dc28c11870fd1f Author: Sukhbir Singh Date: Mon Jul 18 17:34:44 2016 -0400 Fix typo in Firefox-update-process-bug-4234.mozpatch --- projects/instantbird/Firefox-update-process-bug-4234.mozpatch | 2 +- 1 file changed, 1 insertion(+),

[tor-commits] [tor-messenger-build/master] Update mozconfigs

2016-07-28 Thread arlo
commit 22c13b523a499c1efebf2c136a5b64c4c18fea63 Author: Sukhbir Singh Date: Mon Jul 18 12:33:32 2016 -0400 Update mozconfigs - Enable and verify MAR files - Add --enable-tor-browser-data-outside-app-dir for OS X builds (#13252) ---

[tor-commits] [tor-messenger-build/master] Add patch for signing MAR files (#13379)

2016-07-28 Thread arlo
commit df4695f356a3369ef448b8c923c7b9bec4f77f18 Author: Sukhbir Singh Date: Tue Jul 19 14:13:24 2016 -0400 Add patch for signing MAR files (#13379) --- .../instantbird/Sign-MAR-files-bug-13379.mozpatch | 616 + projects/instantbird/config

[tor-commits] [tor-messenger-build/master] ADd patch for #13252 (outside app directory)

2016-07-28 Thread arlo
commit d629613da79e6aaf77a4e1c625f6f83f916e7e80 Author: Sukhbir Singh Date: Mon Jul 18 12:40:35 2016 -0400 ADd patch for #13252 (outside app directory) --- .../Mac-outside-app-data-bug-13252.mozpatch| 1124 1 file changed, 1124

[tor-commits] [tor-messenger-build/master] Use Debian 7.11 image for Linux builds

2016-07-28 Thread arlo
commit 9979e309fa0a311602826a763e81af441ce05cbf Author: Sukhbir Singh Date: Wed Jul 13 15:42:17 2016 -0400 Use Debian 7.11 image for Linux builds --- projects/instantbird/config | 4 ++-- rbm.conf| 4 ++-- 2 files changed, 4 insertions(+), 4

[tor-commits] [tor-messenger-build/master] Update vendor name (Tor Project)

2016-07-28 Thread arlo
commit fca081302c464455f56315977e93af4e8310f560 Author: Sukhbir Singh Date: Wed Jul 13 10:51:33 2016 -0400 Update vendor name (Tor Project) --- projects/instantbird/branding/name.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Update tor-messenger/build script

2016-07-28 Thread arlo
commit 8a4f5db17a82e8b098a74c3e9a96b8b9c2e27423 Author: Sukhbir Singh Date: Sat Jul 9 13:05:46 2016 -0400 Update tor-messenger/build script - Change path of extensions to TorBrowser directory - Replace Messenger with Browser directory ---

[tor-commits] [tor-messenger-build/master] Rebase patch for #9173

2016-07-28 Thread arlo
commit cb04c40fd39d9654eb2e2df7f05d169a354bb28c Author: Sukhbir Singh Date: Fri Jul 8 15:42:45 2016 -0400 Rebase patch for #9173 --- ...e-the-default-Firefox-profile-director.mozpatch | 118 ++--- 1 file changed, 57 insertions(+), 61 deletions(-)

[tor-commits] [tor-messenger-build/master] aboutDialog.xul should be preprocessed

2016-07-28 Thread arlo
commit 643c8ef077c5ff8f2381f40877e6751f6d0d7098 Author: Sukhbir Singh Date: Mon Jul 18 22:12:30 2016 -0400 aboutDialog.xul should be preprocessed --- projects/instantbird/aboutDialog-jar.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-messenger-build/master] Add patch for #14631

2016-07-28 Thread arlo
commit d4f35015683bedf07194f3982e080641eb0ff27f Author: Sukhbir Singh Date: Mon Jul 18 12:40:15 2016 -0400 Add patch for #14631 --- ...Improve-profile-access-bug-14631-first.mozpatch | 246 + ...mprove-profile-access-bug-14631-second.mozpatch |

[tor-commits] [tor-messenger-build/master] Remove redundant Instantbird about dialog

2016-07-28 Thread arlo
commit db5e0c0e6e0a179d4e5a9922e2b1d9d280d91a97 Author: Sukhbir Singh Date: Thu Jul 14 10:46:39 2016 -0400 Remove redundant Instantbird about dialog --- projects/instantbird/branding/credits.patch | 201 projects/instantbird/config

[tor-commits] [tor-messenger-build/master] Rebase jar.mn patches

2016-07-28 Thread arlo
commit 229c0e968c9b91b8f7125df6df4074862a39a879 Author: Sukhbir Singh Date: Wed Jul 13 15:42:37 2016 -0400 Rebase jar.mn patches --- projects/instantbird/aboutDialog-jar.patch | 19 +++ projects/instantbird/branding/jar.patch| 14 +++---

[tor-commits] [tor-messenger-build/master] Update preferences.patch to enable automatic updates

2016-07-28 Thread arlo
commit 034689db110dc139bc912c6d16a378504a032296 Author: Sukhbir Singh Date: Thu Jul 14 12:18:57 2016 -0400 Update preferences.patch to enable automatic updates --- projects/instantbird/preferences.patch | 77 +- 1 file changed, 38

[tor-commits] [tor-messenger-build/master] Remove redundant TorButton config options

2016-07-28 Thread arlo
commit 813b1c5ba350af93ff346477b31c79c33e818ee1 Author: Sukhbir Singh Date: Mon Jul 11 12:18:00 2016 -0400 Remove redundant TorButton config options --- projects/tor-messenger/start-tor-messenger | 15 ++- 1 file changed, 2 insertions(+), 13

[tor-commits] [tor-messenger-build/master] Remove obsolete patching of torrc-defaults

2016-07-28 Thread arlo
commit b23115185109cf06cfe6a107c928de4e1d8a9533 Author: Sukhbir Singh Date: Mon Jul 11 12:19:36 2016 -0400 Remove obsolete patching of torrc-defaults --- projects/tor-messenger/build | 4 1 file changed, 4 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Update start-tor-messenger (set Browser directory)

2016-07-28 Thread arlo
commit 50bbad9c6d5a339077c60abc853183fbf78c9342 Author: Sukhbir Singh Date: Fri Jul 8 19:15:17 2016 -0400 Update start-tor-messenger (set Browser directory) --- projects/tor-messenger/start-tor-messenger | 35 +- 1 file changed, 25

[tor-commits] [tor-messenger-build/master] Apply aboutDialog*-specific patches from #4234

2016-07-28 Thread arlo
commit 8d3644dc7e04b112f6dbab95519ac3b01cc6d45e Author: Sukhbir Singh Date: Fri Jul 15 18:13:22 2016 -0400 Apply aboutDialog*-specific patches from #4234 The aboutDialog* patches are applied separately since we copy these files to the Instantbird build

[tor-commits] [tor-messenger-build/master] Bump Tor Browser to 6.0.2

2016-07-28 Thread arlo
commit d2a58f2bbeafa1e8a3b7802f3464dac8a5efa37c Author: Sukhbir Singh Date: Fri Jul 8 19:15:32 2016 -0400 Bump Tor Browser to 6.0.2 --- projects/tor-browser/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tor-browser/config

[tor-commits] [tor-messenger-build/master] Bump Tor Launcher to 0.2.9.3

2016-07-28 Thread arlo
commit 478cb67bbf692c6a266d154929bcaf9912625798 Author: Sukhbir Singh Date: Fri Jul 8 19:15:56 2016 -0400 Bump Tor Launcher to 0.2.9.3 --- projects/tor-launcher/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tor-launcher/config

[tor-commits] [tor-messenger-build/master] Update build and config files for Instantbird

2016-07-28 Thread arlo
commit 1247163ecabf36d553311e7b9dbd7e2d5b586706 Author: Sukhbir Singh Date: Mon Jul 18 12:41:21 2016 -0400 Update build and config files for Instantbird --- ...e-the-default-Firefox-profile-director.mozpatch | 451 - projects/instantbird/build

[tor-commits] [tor-messenger-build/master] Remove trademark text entity (already covered in aboutDialog.dtd)

2016-07-28 Thread arlo
commit 6781872fc4309f9d2f3abb3398c5b0a34d498079 Author: Sukhbir Singh Date: Thu Jul 14 10:47:16 2016 -0400 Remove trademark text entity (already covered in aboutDialog.dtd) --- projects/instantbird/aboutDialog.xul | 2 +- 1 file changed, 1 insertion(+), 1

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

2016-07-28 Thread translation
commit 4794bc69bd48faac03e56ce14241128603c36961 Author: Translation commit bot Date: Thu Jul 28 21:45:37 2016 + Update translations for https_everywhere_completed --- zh-CN/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

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

2016-07-28 Thread translation
commit e7e47cc8c19219987cedc2b40e867f9344eeb542 Author: Translation commit bot Date: Thu Jul 28 21:45:29 2016 + Update translations for https_everywhere --- zh-CN/https-everywhere.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [tor-messenger-build/master] Add patch or #16940 (also #14392)

2016-07-28 Thread arlo
commit 9cfd3634a5ab22c39b0ec715e3410c4ebebc5ed1 Author: Sukhbir Singh Date: Mon Jul 18 12:41:06 2016 -0400 Add patch or #16940 (also #14392) --- ...ate-load-local-changes-bug-14392-first.mozpatch | 18 + ...te-load-local-changes-bug-16940-second.mozpatch | 368

[tor-commits] [tor-messenger-build/master] Update tor-messenger.nsi (set Browser directory)

2016-07-28 Thread arlo
commit c99394a243b435d4de14ffedc9a17cc61e965dde Author: Sukhbir Singh Date: Fri Jul 8 19:14:22 2016 -0400 Update tor-messenger.nsi (set Browser directory) --- projects/tor-messenger/tor-messenger.nsi | 8 1 file changed, 4 insertions(+), 4 deletions(-)

[tor-commits] [tor-messenger-build/master] Disable staged updates on Windows (#18292)

2016-07-28 Thread arlo
commit 85a64d7ea85e1f3ac9911c9f0df20103156af7f5 Author: Sukhbir Singh Date: Tue Jul 19 14:14:56 2016 -0400 Disable staged updates on Windows (#18292) --- projects/instantbird/preferences.patch | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-)

[tor-commits] [tor-messenger-build/master] Add patch for disabling Tor Launcher locale prompt

2016-07-28 Thread arlo
commit 4dc992312bdf098d5a8adbec9d05165269eaf670 Author: Sukhbir Singh Date: Thu Jul 21 16:01:12 2016 -0400 Add patch for disabling Tor Launcher locale prompt --- projects/tor-launcher/build| 1 + projects/tor-launcher/config | 1 +

[tor-commits] [tor-messenger-build/master] Update aboutDialog.js (add Instantbird text)

2016-07-28 Thread arlo
commit 02d9428a60593788f7a8395b346f73a7a21bf625 Author: Sukhbir Singh Date: Tue Jul 19 14:14:35 2016 -0400 Update aboutDialog.js (add Instantbird text) --- projects/instantbird/aboutDialog.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Outside app directory should be Tor Messenger (#13252)

2016-07-28 Thread arlo
commit 945735a389a2993b70d84254c2898fc71df21529 Author: Sukhbir Singh Date: Thu Jul 21 13:46:31 2016 -0400 Outside app directory should be Tor Messenger (#13252) --- projects/instantbird/Mac-outside-app-data-bug-13252.mozpatch | 4 ++-- 1 file changed, 2

[tor-commits] [tor-messenger-build/master] Outside app directory should be Tor Messenger (#4234)

2016-07-28 Thread arlo
commit 091f8f9238a72c8943847ba61e1fb2ed15ed15b9 Author: Sukhbir Singh Date: Thu Jul 21 13:46:15 2016 -0400 Outside app directory should be Tor Messenger (#4234) --- projects/instantbird/Firefox-update-process-bug-4234.mozpatch | 2 +- 1 file changed, 1

[tor-commits] [tor-messenger-build/master] Patch for #13252 is only for OS X

2016-07-28 Thread arlo
commit a55cf751cb3169712d72b543b18ced84124976a0 Author: Sukhbir Singh Date: Thu Jul 21 13:47:06 2016 -0400 Patch for #13252 is only for OS X --- projects/instantbird/config | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/instantbird/config

[tor-commits] [tor-messenger-build/master] Add browserMountPoints.inc for aboutDialog.xul on OS X

2016-07-28 Thread arlo
commit fde79846b12b26249b4d325872943638e6cc7e00 Author: Sukhbir Singh Date: Fri Jul 22 11:31:38 2016 -0400 Add browserMountPoints.inc for aboutDialog.xul on OS X --- projects/instantbird/browserMountPoints.inc | 12 projects/instantbird/build

[tor-commits] [tor-messenger-build/master] Update build.osx to reflect changes in Tor Browser Bundle

2016-07-28 Thread arlo
commit 2600de07f355ea5e544c5ec338f13cd6c1649f23 Author: Sukhbir Singh Date: Thu Jul 21 13:47:27 2016 -0400 Update build.osx to reflect changes in Tor Browser Bundle --- projects/tor-messenger/build.osx | 33 + 1 file changed, 17

[tor-commits] [tor-messenger-build/master] Disable redundant font fingerprinting in start-tor-messenger

2016-07-28 Thread arlo
commit 1b4692aab5b706a8a02856ae5ebfc464824e0e4e Author: Sukhbir Singh Date: Thu Jul 21 13:47:47 2016 -0400 Disable redundant font fingerprinting in start-tor-messenger --- projects/tor-messenger/start-tor-messenger | 5 +++-- 1 file changed, 3 insertions(+), 2

[tor-commits] [tor-messenger-build/master] Update mozconfigs (add version and channel)

2016-07-28 Thread arlo
commit 920eb67bbd36af8cc97ad5d1543f6fc496be4b14 Author: Sukhbir Singh Date: Tue Jul 19 14:13:54 2016 -0400 Update mozconfigs (add version and channel) --- projects/instantbird/mozconfig-linux-i686 | 2 ++ projects/instantbird/mozconfig-linux-x86_64 | 2 ++

[tor-commits] [torbutton/master] Bug 8725: Consistently deny redirects to browser/addon internal URLs.

2016-07-28 Thread mikeperry
commit fa67687df5fc72c0b6085d9941331277d32319f3 Author: Yawning Angel Date: Sat Jul 16 03:37:27 2016 + Bug 8725: Consistently deny redirects to browser/addon internal URLs. The browser's behavior is different depending on if a given internal

[tor-commits] [torbutton/master] Bug 8725: Block `resource://` based fingerprinting with nsIContentPolicy.

2016-07-28 Thread mikeperry
commit 3bff5aaea6e1a732ff908527f67d1784ecf23c57 Author: Yawning Angel Date: Fri Jun 17 01:25:09 2016 + Bug 8725: Block `resource://` based fingerprinting with nsIContentPolicy. Based on ResourceFilter: A direct workaround for https://bugzil.la/863246

[tor-commits] [torbutton/master] Bug 8725: Block `chrome://` based fingerprinting with nsIContentPolicy.

2016-07-28 Thread mikeperry
commit ace11cd8020aaf0136ee58aa074666f10c14abb9 Author: Yawning Angel Date: Fri Jun 17 01:27:14 2016 + Bug 8725: Block `chrome://` based fingerprinting with nsIContentPolicy. Most addons do not set `contentaccessible=yes`, however behavior should

[tor-commits] [torbutton/master] Merge remote-tracking branch 'yawning/bug8725_take3'

2016-07-28 Thread mikeperry
commit 3b8e1a3508c7cb15d15c93149acab81ea8c51d9a Merge: 7dd7101 fa67687 Author: Mike Perry Date: Thu Jul 28 15:06:21 2016 -0700 Merge remote-tracking branch 'yawning/bug8725_take3' src/chrome.manifest | 4 ++ src/components/content-policy.js |

[tor-commits] [tor/master] Keep make check-spaces happy

2016-07-28 Thread andrea
commit 1995328a3d0c98f5a8856f532b20099970afecc2 Author: Andrea Shepard Date: Fri Jul 29 05:05:12 2016 + Keep make check-spaces happy --- src/common/compat.c | 1 - src/common/compat_time.c | 1 + src/common/timers.h | 3 ++- src/common/util.h|

[tor-commits] [torbutton/master] Release preparations for 1.9.6.1

2016-07-28 Thread mikeperry
commit e403cd883db74649eed86aed0edaf3d101d07fbb Author: Mike Perry Date: Thu Jul 28 17:03:03 2016 -0700 Release preparations for 1.9.6.1 CHANGELOG update, version bump --- src/CHANGELOG | 7 +++ src/install.rdf | 2 +- 2 files changed, 8

[tor-commits] [bridgedb/master] Bump the Twisted version.

2016-07-28 Thread isis
commit 2f3c79c9fad27cdb04ee50573a462f4f9530588e Author: Isis Lovecruft Date: Mon May 30 15:34:56 2016 + Bump the Twisted version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index

[tor-commits] [bridgedb/develop] Merge branch 'master' into develop

2016-07-28 Thread isis
commit fb309152cc2db7ce49e2e104f3a8e20c54a47a8b Merge: 936958a 908294f Author: Isis Lovecruft Date: Thu Jul 28 16:38:15 2016 + Merge branch 'master' into develop ___ tor-commits mailing list

[tor-commits] [bridgedb/master] Add 0.3.5 to the CHANGELOG.

2016-07-28 Thread isis
commit 0f7c26f062a1a5229d024422e16349b6940da256 Author: Isis Lovecruft Date: Tue Dec 1 02:53:30 2015 + Add 0.3.5 to the CHANGELOG. --- CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index ba128f9..ce2e47f 100644

[tor-commits] [bridgedb/master] Revise HTTPS DummyRequest test utility for changes in Twisted>14.0.2.

2016-07-28 Thread isis
commit 22817ee11fd7d21cf38ee6050a9bcd3dd2b7849a Author: Isis Lovecruft Date: Mon May 2 16:16:40 2016 + Revise HTTPS DummyRequest test utility for changes in Twisted>14.0.2. --- test/https_helpers.py | 228 +- 1 file

[tor-commits] [bridgedb/develop] Clean up *.unparseable descriptor files more than 24 hours old.

2016-07-28 Thread isis
commit b6c740f79a4b9263e49dfe9f14314425b496aa40 Author: Isis Lovecruft Date: Mon May 2 14:03:21 2016 + Clean up *.unparseable descriptor files more than 24 hours old. * ADD a config options for a new DELETE_UNPARSEABLE_DESCRIPTORS task, which, by

[tor-commits] [bridgedb/master] Update CI test matrix to test using Debian Stretch versions.

2016-07-28 Thread isis
commit edddab56cf064b4080905ba29116574bb892e977 Author: Isis Lovecruft Date: Mon May 2 16:15:59 2016 + Update CI test matrix to test using Debian Stretch versions. * FIXES #18949: https://bugs.torproject.org/18949 --- .travis.yml | 12 ++-- 1

[tor-commits] [bridgedb/master] Merge branch 'fix/18949' into develop

2016-07-28 Thread isis
commit 6164c627a2653a81bcfa4197288b23a504f979e9 Merge: 0bb6014 2f3c79c Author: Isis Lovecruft Date: Mon May 30 16:06:46 2016 + Merge branch 'fix/18949' into develop .travis.yml | 12 +-- requirements.txt | 2 +- test/https_helpers.py | 228

[tor-commits] [bridgedb/master] Merge branch 'fix/18237' into develop

2016-07-28 Thread isis
commit c5dd5cbeff223295e36f9b8d4e4f349893b821ff Merge: 6164c62 743917a Author: Isis Lovecruft Date: Mon May 30 16:10:23 2016 + Merge branch 'fix/18237' into develop CHANGELOG | 8 bridgedb.conf | 2 ++ bridgedb/Main.py | 12