[tor-commits] [tor-browser-bundle/master] Add golang.org/x/crypto to the build process.

2015-01-22 Thread gk
commit e9c763c212a09f9976d5c04f033c1ec7c18c Author: Yawning Angel yawn...@schwanenlied.me Date: Wed Jan 21 19:34:00 2015 + Add golang.org/x/crypto to the build process. This is required for any of: * Go = 1.4.x (It is backwards compatible though). * obfs4proxy =

[tor-commits] [tor-browser-bundle/master] Add goxcrypto to verifiy-tags.sh

2015-01-22 Thread gk
commit e0e53189158646aa2f01add172ec757ea7c1a921 Author: Georg Koppen g...@torproject.org Date: Thu Jan 22 09:26:08 2015 + Add goxcrypto to verifiy-tags.sh --- gitian/verify-tags.sh |1 + 1 file changed, 1 insertion(+) diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh

[tor-commits] [bridgedb/develop] Merge branch 'hotfix/0.2.3-html-footer-icons' into develop

2015-01-22 Thread isis
commit f58f9f82a75cc471d3116116cf93961594b94c85 Merge: b2ef934 0843a7a Author: Isis Lovecruft i...@torproject.org Date: Mon Jan 19 23:41:29 2015 + Merge branch 'hotfix/0.2.3-html-footer-icons' into develop lib/bridgedb/templates/base.html | 24 ++-- 1 file

[tor-commits] [bridgedb/develop] Add icons to links in base.html footer.

2015-01-22 Thread isis
commit 0843a7a0efc0afdab72943bd057473400b9765cd Author: Isis Lovecruft i...@torproject.org Date: Mon Jan 19 23:14:45 2015 + Add icons to links in base.html footer. --- lib/bridgedb/templates/base.html | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-)

[tor-commits] [webwml/master] update mirror tables with current status

2015-01-22 Thread andrew
commit 8ec8ab5802a1d8b7169fd0591cd2ad694787e301 Author: Andrew Lewman and...@torproject.is Date: Thu Jan 22 09:48:00 2015 -0500 update mirror tables with current status --- include/mirrors-table.wmi | 524 - include/tor-mirrors.csv | 160

[tor-commits] [obfsproxy/master] Do the release ritual for obfsproxy-0.2.13.

2015-01-22 Thread asn
commit 01a5d50179af4adf28195ce6a926c735eede6b06 Author: George Kadianakis desnac...@riseup.net Date: Wed Dec 31 17:34:31 2014 +0200 Do the release ritual for obfsproxy-0.2.13. --- ChangeLog |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index

[tor-commits] [obfsproxy/master] Fix a mistake in the obfs2 spec.

2015-01-22 Thread asn
commit 2bf9d096bb45a4e6c69f1cbdc3d2565f54a44efc Author: George Kadianakis desnac...@riseup.net Date: Fri Jan 23 02:20:36 2015 + Fix a mistake in the obfs2 spec. --- ChangeLog |5 + doc/obfs2/obfs2-protocol-spec.txt |2 +- 2 files changed, 6

[tor-commits] [tor/master] fix some warnings in compat_threads.c

2015-01-22 Thread nickm
commit 4a6b43bf76a993b0167f28f875cd4cf922daba71 Author: Nick Mathewson ni...@torproject.org Date: Thu Jan 22 14:22:39 2015 -0500 fix some warnings in compat_threads.c --- src/common/compat_threads.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[tor-commits] [tor/master] Move a redundant _GNU_SOURCE to where it is not redundant

2015-01-22 Thread nickm
commit 1fb9979eb8b4db7a32d311a9a7323a681b68ee14 Author: Nick Mathewson ni...@torproject.org Date: Thu Jan 22 14:18:10 2015 -0500 Move a redundant _GNU_SOURCE to where it is not redundant --- src/common/compat_pthreads.c |2 ++ src/common/compat_threads.c |1 - 2 files changed, 2