[tor-commits] [tor/master] FreeBSD needs -lexecinfo to get backtrace()

2015-09-29 Thread nickm
commit 00e15ba4772bb11c00e88f9e263966c856f1f275 Author: Marcin Cieślak Date: Fri Sep 25 00:59:59 2015 + FreeBSD needs -lexecinfo to get backtrace() --- configure.ac |1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index

[tor-commits] [tor/master] Add changes file for bug17151

2015-09-29 Thread nickm
commit 546d70dc7c5c2fd6687d3aaa0ff3c52c6c7dc4de Author: Nick Mathewson Date: Tue Sep 29 10:08:02 2015 +0200 Add changes file for bug17151 --- changes/bug17151 |7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/bug17151 b/changes/bug17151 new file

[tor-commits] [tor/master] Socks->SOCKS in torrcs. Fixes 15609

2015-09-29 Thread nickm
commit 87dee5c6517e23dc9358db0aeb994913ca156672 Author: Nick Mathewson Date: Tue Sep 29 10:20:31 2015 +0200 Socks->SOCKS in torrcs. Fixes 15609 --- changes/bug15609|2 ++ src/config/torrc.minimal.in-staging | 20 ++--

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-09-29 Thread nickm
commit efff55bdfd45e1587d074430ffe5a8a775a35bf5 Merge: 8e93cfb c198195 Author: Nick Mathewson Date: Tue Sep 29 10:22:38 2015 +0200 Merge remote-tracking branch 'origin/maint-0.2.7' ChangeLog |2 +- changes/bug15609|

[tor-commits] [tor/master] go back in time to fix a changelog entry. Fix for 17165

2015-09-29 Thread nickm
commit c1981955ffe1d504b920ad1a1d10b83057d35660 Author: Nick Mathewson Date: Tue Sep 29 10:21:52 2015 +0200 go back in time to fix a changelog entry. Fix for 17165 --- ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog

[tor-commits] [tor/maint-0.2.7] FreeBSD needs -lexecinfo to get backtrace()

2015-09-29 Thread nickm
commit 00e15ba4772bb11c00e88f9e263966c856f1f275 Author: Marcin Cieślak Date: Fri Sep 25 00:59:59 2015 + FreeBSD needs -lexecinfo to get backtrace() --- configure.ac |1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index

[tor-commits] [tor/maint-0.2.7] Add changes file for bug17151

2015-09-29 Thread nickm
commit 546d70dc7c5c2fd6687d3aaa0ff3c52c6c7dc4de Author: Nick Mathewson Date: Tue Sep 29 10:08:02 2015 +0200 Add changes file for bug17151 --- changes/bug17151 |7 +++ 1 file changed, 7 insertions(+) diff --git a/changes/bug17151 b/changes/bug17151 new file

[tor-commits] [tor/maint-0.2.7] Skip tests if backtrace support not compiled-in

2015-09-29 Thread nickm
commit 5c95762ec6c8e43fe7bc5582fd43585076214ba4 Author: Marcin Cieślak Date: Thu Sep 24 22:32:51 2015 + Skip tests if backtrace support not compiled-in FreeBSD needs -lexecinfo to fully support backtrace reporting. --- src/test/test_bt.sh |1 +

[tor-commits] [tor/maint-0.2.7] get_interface_address6_list(): Bring back a return code check

2015-09-29 Thread nickm
commit 3ea834ce0a63f275fd806f9ebeec64a2bbcd1b55 Author: Fabian Keil Date: Mon Sep 28 16:57:07 2015 +0200 get_interface_address6_list(): Bring back a return code check ... that was removed by 31eb486c46 which first appeared in 0.2.7.3-rc. If tor is

[tor-commits] [tor/maint-0.2.7] Add checks and unit tests for get_interface_address* failure

2015-09-29 Thread nickm
commit 7fa102b48783b51673095e1ddcb2f88050a2ba32 Author: teor (Tim Wilson-Brown) Date: Tue Sep 29 07:04:49 2015 +0200 Add checks and unit tests for get_interface_address* failure Ensure that either a valid address is returned in address pointers, or that the

[tor-commits] [tor/maint-0.2.7] Socks->SOCKS in torrcs. Fixes 15609

2015-09-29 Thread nickm
commit 87dee5c6517e23dc9358db0aeb994913ca156672 Author: Nick Mathewson Date: Tue Sep 29 10:20:31 2015 +0200 Socks->SOCKS in torrcs. Fixes 15609 --- changes/bug15609|2 ++ src/config/torrc.minimal.in-staging | 20 ++--

[tor-commits] [tor-messenger-build/master] Update Instantbird config to remove obsolete patches

2015-09-29 Thread sukhbir
commit 4efe9f7c8e76e8dd37823dc166020d08df2bb4c8 Author: Sukhbir Singh Date: Tue Sep 29 03:20:55 2015 -0400 Update Instantbird config to remove obsolete patches --- projects/instantbird/config |6 -- 1 file changed, 6 deletions(-) diff --git

[tor-commits] [tor/maint-0.2.7] No spaces around = in variable assignment

2015-09-29 Thread nickm
commit f75325c132847883a7ddc5f0f6e55847edc68507 Author: Marcin Cieślak Date: Fri Sep 25 14:16:40 2015 + No spaces around = in variable assignment BSD make takes spaces around = literally and produces a "TESTING_TOR_BINARY " variable with a trailing

[tor-commits] [tor/maint-0.2.7] Changes file for bug17154

2015-09-29 Thread nickm
commit 216a9f7aecb19d717bed20557c2fd7d39333dba0 Author: Nick Mathewson Date: Tue Sep 29 10:10:52 2015 +0200 Changes file for bug17154 --- changes/bug17154 |3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug17154 b/changes/bug17154 new file mode

[tor-commits] [tor/maint-0.2.7] go back in time to fix a changelog entry. Fix for 17165

2015-09-29 Thread nickm
commit c1981955ffe1d504b920ad1a1d10b83057d35660 Author: Nick Mathewson Date: Tue Sep 29 10:21:52 2015 +0200 go back in time to fix a changelog entry. Fix for 17165 --- ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog

[tor-commits] [tor/master] No spaces around = in variable assignment

2015-09-29 Thread nickm
commit f75325c132847883a7ddc5f0f6e55847edc68507 Author: Marcin Cieślak Date: Fri Sep 25 14:16:40 2015 + No spaces around = in variable assignment BSD make takes spaces around = literally and produces a "TESTING_TOR_BINARY " variable with a trailing

[tor-commits] [tor/master] Changes file for bug17154

2015-09-29 Thread nickm
commit 216a9f7aecb19d717bed20557c2fd7d39333dba0 Author: Nick Mathewson Date: Tue Sep 29 10:10:52 2015 +0200 Changes file for bug17154 --- changes/bug17154 |3 +++ 1 file changed, 3 insertions(+) diff --git a/changes/bug17154 b/changes/bug17154 new file mode

[tor-commits] [tor/master] Skip tests if backtrace support not compiled-in

2015-09-29 Thread nickm
commit 5c95762ec6c8e43fe7bc5582fd43585076214ba4 Author: Marcin Cieślak Date: Thu Sep 24 22:32:51 2015 + Skip tests if backtrace support not compiled-in FreeBSD needs -lexecinfo to fully support backtrace reporting. --- src/test/test_bt.sh |1 +

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-09-29 Thread nickm
commit 3d8a045bd6b9395c108cfbdfd971690163ca0e21 Merge: 551dba3 216a9f7 Author: Nick Mathewson Date: Tue Sep 29 10:12:05 2015 +0200 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17151 |7 +++ changes/bug17154 |3 +++ configure.ac

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-09-29 Thread nickm
commit 8e93cfb47f218dc7f431cfa820a5228b509d142c Merge: 3d8a045 7fa102b Author: Nick Mathewson Date: Tue Sep 29 10:18:09 2015 +0200 Merge remote-tracking branch 'origin/maint-0.2.7' changes/bug17173-socket-hack-rv | 10 + src/common/address.c| 27

[tor-commits] [tor/master] get_interface_address6_list(): Bring back a return code check

2015-09-29 Thread nickm
commit 3ea834ce0a63f275fd806f9ebeec64a2bbcd1b55 Author: Fabian Keil Date: Mon Sep 28 16:57:07 2015 +0200 get_interface_address6_list(): Bring back a return code check ... that was removed by 31eb486c46 which first appeared in 0.2.7.3-rc. If tor is

[tor-commits] [tor/master] Add checks and unit tests for get_interface_address* failure

2015-09-29 Thread nickm
commit 7fa102b48783b51673095e1ddcb2f88050a2ba32 Author: teor (Tim Wilson-Brown) Date: Tue Sep 29 07:04:49 2015 +0200 Add checks and unit tests for get_interface_address* failure Ensure that either a valid address is returned in address pointers, or that the

[tor-commits] [tor-messenger-build/master] Update mingw-w64 version

2015-09-29 Thread boklm
commit d0e75f714cf86a9147feb9ac4f35e99c6c370e5f Author: Nicolas Vigier Date: Tue Sep 29 15:11:16 2015 +0200 Update mingw-w64 version --- projects/mingw-w64/config |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mingw-w64/config

[tor-commits] [tor-messenger-build/master] Add libotr patch for bug.otr.im/issues/72

2015-09-29 Thread arlo
commit c59d2b146a0ea8427b1e7f62ab073c64a787eeba Author: Arlo Breault Date: Tue Sep 29 14:42:53 2015 +0200 Add libotr patch for bug.otr.im/issues/72 --- projects/libotr/bugs-otr-im-72.patch | 60 ++ projects/libotr/build|

[tor-commits] [tor-messenger-build/master] Ifdef performance_toolkit.xpt

2015-09-29 Thread arlo
commit e50a4c667cec1dadb18cf73f89d33343f17a8257 Author: Arlo Breault Date: Tue Sep 29 15:17:55 2015 +0200 Ifdef performance_toolkit.xpt * https://bugzilla.mozilla.org/show_bug.cgi?id=1209505 --- projects/instantbird/config|1 +

[tor-commits] [tor/maint-0.2.7] Fix past changelog spelling again!

2015-09-29 Thread nickm
commit 22a912755faba6ef1315f701b358b005906a3100 Author: Nick Mathewson Date: Tue Sep 29 12:49:23 2015 +0200 Fix past changelog spelling again! --- ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [tor/master] Fix past changelog spelling again!

2015-09-29 Thread nickm
commit 22a912755faba6ef1315f701b358b005906a3100 Author: Nick Mathewson Date: Tue Sep 29 12:49:23 2015 +0200 Fix past changelog spelling again! --- ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-09-29 Thread nickm
commit aaf748435cb6e42922bf5948b04b4679bbf649b1 Merge: efff55b 22a9127 Author: Nick Mathewson Date: Tue Sep 29 12:49:59 2015 +0200 Merge remote-tracking branch 'origin/maint-0.2.7' ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [tor/master] Add a README for the trunnel directory

2015-09-29 Thread nickm
commit 62d6a8ef4db8b720bfb2786775fdf617dc8351be Author: Nick Mathewson Date: Tue Sep 29 13:43:12 2015 +0200 Add a README for the trunnel directory --- src/trunnel/README | 10 ++ src/trunnel/include.am |4 2 files changed, 14 insertions(+)

[tor-commits] [tor/master] fix compilation; mark test fns static

2015-09-29 Thread nickm
commit d4212d581ae418dcb91eac6343359bb7deb90c0a Author: Nick Mathewson Date: Tue Sep 29 13:50:52 2015 +0200 fix compilation; mark test fns static --- src/test/test_address.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor/master] Merge remote-tracking branch 'origin/maint-0.2.7'

2015-09-29 Thread nickm
commit 003462432b1ddcd938031fb7f2f7a403125b0ccb Merge: 62d6a8e d4212d5 Author: Nick Mathewson Date: Tue Sep 29 13:51:08 2015 +0200 Merge remote-tracking branch 'origin/maint-0.2.7' src/test/test_address.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[tor-commits] [tor/maint-0.2.7] fix compilation; mark test fns static

2015-09-29 Thread nickm
commit d4212d581ae418dcb91eac6343359bb7deb90c0a Author: Nick Mathewson Date: Tue Sep 29 13:50:52 2015 +0200 fix compilation; mark test fns static --- src/test/test_address.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [tor-messenger-build/master] Revert changes from mozilla bug 1170522

2015-09-29 Thread boklm
commit fc2dc51c5fd378c3494222853a0800a427e86e82 Author: Nicolas Vigier Date: Tue Sep 29 16:09:33 2015 +0200 Revert changes from mozilla bug 1170522 --- ...fix-case-of-nsIDocShell.h-in-WindowsUI.mozpatch | 24 + ...0522-expose-whether-or-not-we-re-in-ta.mozpatch |

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

2015-09-29 Thread translation
commit e58ef6679cd919cab084fc445147c7c551aea811 Author: Translation commit bot Date: Tue Sep 29 21:15:16 2015 + Update translations for whisperback_completed --- bg/bg.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bg/bg.po

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

2015-09-29 Thread translation
commit 1ff81443954596c821aa59a7f8ee4212d6ddd0a0 Author: Translation commit bot Date: Tue Sep 29 21:15:11 2015 + Update translations for whisperback --- bg/bg.po |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bg/bg.po b/bg/bg.po index

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

2015-09-29 Thread translation
commit 5061eda6940c79c0a7b481ca4ae1f19396e1e7db Author: Translation commit bot Date: Tue Sep 29 17:45:10 2015 + Update translations for bridgedb_completed --- cs/LC_MESSAGES/bridgedb.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff

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

2015-09-29 Thread translation
commit ed0c61a16c77399b579c7771a710dd47124f67aa Author: Translation commit bot Date: Tue Sep 29 17:45:03 2015 + Update translations for bridgedb --- cs/LC_MESSAGES/bridgedb.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git

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

2015-09-29 Thread translation
commit 5994dbea1630005e657929edcadfa253fa67e68c Author: Translation commit bot Date: Tue Sep 29 17:15:16 2015 + Update translations for whisperback_completed --- es/es.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es/es.po

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

2015-09-29 Thread translation
commit a75e458c121b868749938a39d72b474e45a68739 Author: Translation commit bot Date: Tue Sep 29 17:15:12 2015 + Update translations for whisperback --- es/es.po |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es/es.po b/es/es.po

[tor-commits] [translation/liveusb-creator_completed] Update translations for liveusb-creator_completed

2015-09-29 Thread translation
commit db5e7e344c136c488a6d167e2983a1b5a132b72d Author: Translation commit bot Date: Tue Sep 29 17:45:30 2015 + Update translations for liveusb-creator_completed --- cs/cs.po | 215 +- 1 file

[tor-commits] [translation/liveusb-creator] Update translations for liveusb-creator

2015-09-29 Thread translation
commit 82bd4f29eb9a580d1da8d5eef1393fd29a49bc53 Author: Translation commit bot Date: Tue Sep 29 17:45:26 2015 + Update translations for liveusb-creator --- cs/cs.po |9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cs/cs.po