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

2015-06-15 Thread translation
commit eb704e1d72d8e0c6131c115355515f06cf226330
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 10:45:46 2015 +

Update translations for abouttor-homepage
---
 ta/aboutTor.dtd |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ta/aboutTor.dtd b/ta/aboutTor.dtd
index 32da433..e9cbfa1 100644
--- a/ta/aboutTor.dtd
+++ b/ta/aboutTor.dtd
@@ -8,7 +8,8 @@
 
 !ENTITY aboutTor.outOfDateTorOn.label எனினும், இந்த 
இணைய உலாவி காலாவதியானது
 !ENTITY aboutTor.outOfDateTorOff.label மேலும், இந்த 
இணைய உலாவி காலாவதியானது
-!ENTITY aboutTor.outOfDate2.label Click on the onion and then choose Check 
for Tor Browser Update.
+!ENTITY aboutTor.outOfDate2.label வெங்காயத்தின் 
மீது சொடுக்கவும். பின்னர்  
+Tor உலாவியை புதுப்பிக்க 
பதிவிறக்கத்தை தேர்வு 
செய்யவும்.
 
 !ENTITY aboutTor.check.label Tor பிணைய அமைவுகளை 
சோதனை செய்
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [onionoo/master] Re-apply log config fixes from #13362.

2015-06-15 Thread karsten
commit c424018a70c22c72f27c7682d6b94c481d33cee3
Author: Karsten Loesing karsten.loes...@gmx.net
Date:   Mon Jun 15 10:29:51 2015 +0200

Re-apply log config fixes from #13362.

These fixes somehow got lost in b4d4121 when we deleted one of two
logback.xml files.

Spotted by leeroy.  Thanks!
---
 etc/logback.xml |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/etc/logback.xml b/etc/logback.xml
index ac41b64..19ae9f7 100644
--- a/etc/logback.xml
+++ b/etc/logback.xml
@@ -9,13 +9,13 @@
   property name=filestatistics-logname value=${logfile-base}statistics /
 
   !-- date pattern --
-  property name=utc-date-pattern value=%date{-MM-dd HH:mm:ss, UTC} /
+  property name=utc-date-pattern value=%date{ISO8601, UTC} /
 
   !-- appender section --
   appender name=FILEALL 
class=ch.qos.logback.core.rolling.RollingFileAppender
 file${fileall-logname}.log/file
 encoder
-  pattern${utc-date-pattern} %level [runtime: %r] %logger{20}:%line 
%msg%n/pattern
+  pattern${utc-date-pattern} %level %logger{20}:%line %msg%n/pattern
 /encoder
 rollingPolicy class=ch.qos.logback.core.rolling.TimeBasedRollingPolicy
   !-- rollover daily --
@@ -32,7 +32,7 @@
   appender name=FILEERR class=ch.qos.logback.core.FileAppender
 file${fileerr-logname}.log/file
 encoder
-  pattern${utc-date-pattern} %level %logger{30}(%line): %msg%n/pattern
+  pattern${utc-date-pattern} %level %logger{20}:%line %msg%n/pattern
 /encoder
 
 !-- ERROR or worse --
@@ -44,7 +44,7 @@
   appender name=FILESTATISTICS class=ch.qos.logback.core.FileAppender
 file${filestatistics-logname}.log/file
 encoder
-  pattern${utc-date-pattern} [runtime: %r] %msg%n/pattern
+  pattern${utc-date-pattern} %msg%n/pattern
 /encoder
 
 !-- only INFO level --

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit a88b5ce660daccdbbcf4c79d272f570168bf58cf
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 11:15:03 2015 +

Update translations for bridgedb
---
 ta/LC_MESSAGES/bridgedb.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ta/LC_MESSAGES/bridgedb.po b/ta/LC_MESSAGES/bridgedb.po
index f698c3f..b504431 100644
--- a/ta/LC_MESSAGES/bridgedb.po
+++ b/ta/LC_MESSAGES/bridgedb.po
@@ -3,13 +3,14 @@
 # This file is distributed under the same license as the BridgeDB project.
 # 
 # Translators:
+# anto sujesh sujeshan...@gmail.com, 2015
 # git12a gi...@openmailbox.org, 2015
 msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDBkeywords=bridgedb-reported,msgidcc=isis,sysrqbowner=isis'POT-Creation-Date:
 2015-03-19 22:13+\n
-PO-Revision-Date: 2015-04-19 08:23+\n
-Last-Translator: runasand runa.sand...@gmail.com\n
+PO-Revision-Date: 2015-06-15 10:58+\n
+Last-Translator: anto sujesh sujeshan...@gmail.com\n
 Language-Team: Tamil 
(http://www.transifex.com/projects/p/torproject/language/ta/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -272,7 +273,7 @@ msgstr தொடர்பு கொள்
 
 #: lib/bridgedb/templates/bridges.html:81
 msgid Select All
-msgstr 
+msgstr எல்லாவற்றையும் 
தேர்ந்தெடு
 
 #: lib/bridgedb/templates/bridges.html:87
 msgid Show QRCode

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/mat-gui] Update translations for mat-gui

2015-06-15 Thread translation
commit 95fb5311240b80c807922bb2dfa9cc16449d18a4
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 12:15:32 2015 +

Update translations for mat-gui
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 9d1c1c7..5580953 100644
--- a/es.po
+++ b/es.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-12-31 04:53+0100\n
-PO-Revision-Date: 2015-06-14 18:48+\n
+PO-Revision-Date: 2015-06-15 11:56+\n
 Last-Translator: runasand runa.sand...@gmail.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-06-15 Thread translation
commit c83b6c3cb0a9cd9e4fcc669525a51b963a927670
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 12:15:47 2015 +

Update translations for tails-misc
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 8cce7bc..40e9498 100644
--- a/es.po
+++ b/es.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-14 18:45+\n
+PO-Revision-Date: 2015-06-15 11:56+\n
 Last-Translator: el buve\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2015-06-15 Thread translation
commit d6701c71ceb2ec7b6cb36f4a0444bd1a23483ce4
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 12:15:36 2015 +

Update translations for mat-gui_completed
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 9d1c1c7..5580953 100644
--- a/es.po
+++ b/es.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-12-31 04:53+0100\n
-PO-Revision-Date: 2015-06-14 18:48+\n
+PO-Revision-Date: 2015-06-15 11:56+\n
 Last-Translator: runasand runa.sand...@gmail.com\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2015-06-15 Thread translation
commit 87fc9b0b971ea8033d62c1040418f1b1dc06803a
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 12:15:51 2015 +

Update translations for tails-misc_completed
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 8cce7bc..40e9498 100644
--- a/es.po
+++ b/es.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-14 18:45+\n
+PO-Revision-Date: 2015-06-15 11:56+\n
 Last-Translator: el buve\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed

2015-06-15 Thread translation
commit 473fc42c57e61bf3544bdbf921b63a5fb89b7726
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 15:46:22 2015 +

Update translations for torbutton-abouttorproperties_completed
---
 fr_CA/abouttor.properties |  165 -
 1 file changed, 147 insertions(+), 18 deletions(-)

diff --git a/fr_CA/abouttor.properties b/fr_CA/abouttor.properties
index 3bfec1d..fc95bed 100644
--- a/fr_CA/abouttor.properties
+++ b/fr_CA/abouttor.properties
@@ -1,21 +1,150 @@
-# Copyright (c) 2014, The Tor Project, Inc.
-# See LICENSE for licensing information.
-# vim: set sw=2 sts=2 ts=8 et:
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//FR
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
+html xmlns='http://www.w3.org/1999/xhtml' xml:lang='fr' lang='fr'
+head
+titletorbutton - Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/title
+meta name='generator' content='cgit v0.10.2'/
+meta name='generator' content='cgit v0.10.2'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+/head
+body
+div id='cgit'table id='header'
+tr
+td class='logo' rowspan='2'a href='/'img src='/static/logo.jpg' alt='cgit 
logo'//a/td
+td class='logo' rowspan='2'a href='/'img src='/static/logo.jpg' alt='cgit 
logo'//a/td
+select name='h' onchange='this.form.submit();'
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+/select input type='submit' name='' value='switch'//form/td/tr
+trtd class='sub'Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/tdtd class='sub right'Le projet Tor/td/tr/table
+table class='tabs'trtd
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+select name='h' onchange='this.form.submit();'
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+/select
+input class='txt' type='text' size='10' name='q' value=''/
+input class='txt' type='text' size='10' name='q' value=''/
+/form
+/td/tr/table
+div id='cgit'table id='header'
+table class='tabs'trtd
+trtd class='sub'Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/tdtd class='sub right'Le projet Tor/td/tr/table
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 

[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-06-15 Thread translation
commit 1aa2454d41f2271abdf53b584876f83c81586cd4
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 15:45:47 2015 +

Update translations for tails-misc
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 40e9498..77791cf 100644
--- a/es.po
+++ b/es.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-15 11:56+\n
+PO-Revision-Date: 2015-06-15 15:18+\n
 Last-Translator: el buve\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2015-06-15 Thread translation
commit e8641eb77b170ab1624e0d3f8c513e779abf6f88
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 15:45:50 2015 +

Update translations for tails-misc_completed
---
 es.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/es.po b/es.po
index 40e9498..77791cf 100644
--- a/es.po
+++ b/es.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-15 11:56+\n
+PO-Revision-Date: 2015-06-15 15:18+\n
 Last-Translator: el buve\n
 Language-Team: Spanish 
(http://www.transifex.com/projects/p/torproject/language/es/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties

2015-06-15 Thread translation
commit 1596c237fcddec853231296d3cc1ef83b22635fe
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 15:46:19 2015 +

Update translations for torbutton-abouttorproperties
---
 fr_CA/abouttor.properties |   34 +-
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/fr_CA/abouttor.properties b/fr_CA/abouttor.properties
index 6fc0467..fc95bed 100644
--- a/fr_CA/abouttor.properties
+++ b/fr_CA/abouttor.properties
@@ -121,26 +121,26 @@
 .highlight { background: #ff; }
 .highlight { background: #ff; }
 .highlight { background: #ff; }
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
 
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
 
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
 
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
+span class=c# Consultez LICENCE pour des informations de licence./span
 /pre/div
 /code/pre/td/tr/table
 /div !-- class=content --

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Bump version to 0.2.6.9

2015-06-15 Thread nickm
commit 1eb2c0cbd3a9be2650419bd07474770629261f56
Author: Andrea Shepard and...@persephoneslair.org
Date:   Wed Jun 10 14:58:33 2015 +

Bump version to 0.2.6.9
---
 configure.ac|2 +-
 contrib/win32build/tor-mingw.nsi.in |2 +-
 src/win32/orconfig.h|2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 156bb3f..1496b05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson
 dnl Copyright (c) 2007-2015, The Tor Project, Inc.
 dnl See LICENSE for licensing information
 
-AC_INIT([tor],[0.2.6.8])
+AC_INIT([tor],[0.2.6.9])
 AC_CONFIG_SRCDIR([src/or/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AM_INIT_AUTOMAKE
diff --git a/contrib/win32build/tor-mingw.nsi.in 
b/contrib/win32build/tor-mingw.nsi.in
index 1764614..5c5c1bb 100644
--- a/contrib/win32build/tor-mingw.nsi.in
+++ b/contrib/win32build/tor-mingw.nsi.in
@@ -8,7 +8,7 @@
 !include LogicLib.nsh
 !include FileFunc.nsh
 !insertmacro GetParameters
-!define VERSION 0.2.6.8
+!define VERSION 0.2.6.9
 !define INSTALLER tor-${VERSION}-win32.exe
 !define WEBSITE https://www.torproject.org/;
 !define LICENSE LICENSE
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h
index c0ab2de..9b2e84d 100644
--- a/src/win32/orconfig.h
+++ b/src/win32/orconfig.h
@@ -232,7 +232,7 @@
 #define USING_TWOS_COMPLEMENT
 
 /* Version number of package */
-#define VERSION 0.2.6.8
+#define VERSION 0.2.6.9
 
 
 



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/maint-0.2.6] Fix another seccomp2 issue

2015-06-15 Thread nickm
commit 59fa0c2d996621af5c6990534fe9a07864882975
Author: Nick Mathewson ni...@torproject.org
Date:   Mon Jun 15 10:13:11 2015 -0400

Fix another seccomp2 issue

Allow pipe() and pipe2() syscalls; we need these when eventfd2()
support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.  Patch
from teor.
---
 changes/bug16363 |4 
 src/common/sandbox.c |8 
 2 files changed, 12 insertions(+)

diff --git a/changes/bug16363 b/changes/bug16363
new file mode 100644
index 000..1a6f8c6
--- /dev/null
+++ b/changes/bug16363
@@ -0,0 +1,4 @@
+  o Minor bugfixes (Linux seccomp2 sandbox):
+- Allow pipe() and pipe2() syscalls; we need these when eventfd2()
+  support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.
+  Patch from teor.
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index cdb4521..161eab7 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -129,7 +129,15 @@ static int filter_nopar_gen[] = {
 SCMP_SYS(clone),
 SCMP_SYS(epoll_create),
 SCMP_SYS(epoll_wait),
+#ifdef HAVE_EVENTFD
 SCMP_SYS(eventfd2),
+#endif
+#ifdef HAVE_PIPE2
+SCMP_SYS(pipe2),
+#endif
+#ifdef HAVE_PIPE
+SCMP_SYS(pipe),
+#endif
 SCMP_SYS(fcntl),
 SCMP_SYS(fstat),
 #ifdef __NR_fstat64

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties

2015-06-15 Thread translation
commit 6a967f0c4a58242a3402fc9546874d35d89c6973
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 15:16:10 2015 +

Update translations for torbutton-abouttorproperties
---
 fr_CA/abouttor.properties |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/fr_CA/abouttor.properties b/fr_CA/abouttor.properties
index 2dc8ac2..6fc0467 100644
--- a/fr_CA/abouttor.properties
+++ b/fr_CA/abouttor.properties
@@ -1,8 +1,8 @@
-!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//FR
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
-html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'
+html xmlns='http://www.w3.org/1999/xhtml' xml:lang='fr' lang='fr'
 head
-titletorbutton - Firefox extension for safe web browsing while using 
Tor/title
+titletorbutton - Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/title
 meta name='generator' content='cgit v0.10.2'/
 meta name='generator' content='cgit v0.10.2'/
 link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
@@ -23,7 +23,7 @@
 option value='gsoc2009-koryk'gsoc2009-koryk/option
 option value='gsoc2009-koryk'gsoc2009-koryk/option
 /select input type='submit' name='' value='switch'//form/td/tr
-trtd class='sub'Firefox extension for safe web browsing while using 
Tor/tdtd class='sub right'The Tor Project/td/tr/table
+trtd class='sub'Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/tdtd class='sub right'Le projet Tor/td/tr/table
 table class='tabs'trtd
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 select name='h' onchange='this.form.submit();'
@@ -38,7 +38,7 @@
 /td/tr/table
 div id='cgit'table id='header'
 table class='tabs'trtd
-trtd class='sub'Firefox extension for safe web browsing while using 
Tor/tdtd class='sub right'The Tor Project/td/tr/table
+trtd class='sub'Modules Firefox pour une navigation Web sécuritaire en 
utilisant Tor/tdtd class='sub right'Le projet Tor/td/tr/table
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread nickm
commit 130a9c0ac8aa13acf7e59872aa628e1864fc828d
Merge: 3c5fe7b 59fa0c2
Author: Nick Mathewson ni...@torproject.org
Date:   Mon Jun 15 10:19:46 2015 -0400

Merge remote-tracking branch 'origin/maint-0.2.6'

 changes/bug16363 |4 
 src/common/sandbox.c |8 
 2 files changed, 12 insertions(+)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Fix another seccomp2 issue

2015-06-15 Thread nickm
commit 59fa0c2d996621af5c6990534fe9a07864882975
Author: Nick Mathewson ni...@torproject.org
Date:   Mon Jun 15 10:13:11 2015 -0400

Fix another seccomp2 issue

Allow pipe() and pipe2() syscalls; we need these when eventfd2()
support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.  Patch
from teor.
---
 changes/bug16363 |4 
 src/common/sandbox.c |8 
 2 files changed, 12 insertions(+)

diff --git a/changes/bug16363 b/changes/bug16363
new file mode 100644
index 000..1a6f8c6
--- /dev/null
+++ b/changes/bug16363
@@ -0,0 +1,4 @@
+  o Minor bugfixes (Linux seccomp2 sandbox):
+- Allow pipe() and pipe2() syscalls; we need these when eventfd2()
+  support is missing. Fixes bug 16363; bugfix on 0.2.6.3-alpha.
+  Patch from teor.
diff --git a/src/common/sandbox.c b/src/common/sandbox.c
index cdb4521..161eab7 100644
--- a/src/common/sandbox.c
+++ b/src/common/sandbox.c
@@ -129,7 +129,15 @@ static int filter_nopar_gen[] = {
 SCMP_SYS(clone),
 SCMP_SYS(epoll_create),
 SCMP_SYS(epoll_wait),
+#ifdef HAVE_EVENTFD
 SCMP_SYS(eventfd2),
+#endif
+#ifdef HAVE_PIPE2
+SCMP_SYS(pipe2),
+#endif
+#ifdef HAVE_PIPE
+SCMP_SYS(pipe),
+#endif
 SCMP_SYS(fcntl),
 SCMP_SYS(fstat),
 #ifdef __NR_fstat64



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [tor/master] Merge commit '1eb2c0cbd3a9be2650419bd07474770629261f56'

2015-06-15 Thread nickm
commit 3c5fe7b8ab4ef228658b06e16a3286f1fda2f800
Merge: c3e3c6c 1eb2c0c
Author: Nick Mathewson ni...@torproject.org
Date:   Mon Jun 15 10:19:32 2015 -0400

Merge commit '1eb2c0cbd3a9be2650419bd07474770629261f56'

This is an 'ours' merge to leave the version number alone.




___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [bridgedb/develop] Remove 'git+' prefix from pip dependency URIs before passing to setup().

2015-06-15 Thread isis
commit bca32d2835dd396b756fc3afb30b7e8ce5c98798
Author: Isis Lovecruft i...@torproject.org
Date:   Tue Jun 16 04:20:42 2015 +

Remove 'git+' prefix from pip dependency URIs before passing to setup().

In order for Pip to install dependency from git, we need to use a URI
like:

git+https://git.torproject.org/stem.git@master#egg=stem-1.4.1-py.2.7

However, setuptools will choke on the 'git+' portion of a line like
that, so we need to remove that prefix before before adding it to the
setuptools dependency_links.
---
 setup.py |4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 032aa10..b788a7e 100644
--- a/setup.py
+++ b/setup.py
@@ -108,7 +108,9 @@ def get_requirements():
 line = line.strip()
 if line.startswith('#'):
 continue
-elif line.startswith(
+if line.startswith(('git+', 'hg+', 'svn+')):
+line = line[line.index('+') + 1:]
+if line.startswith(
 ('https://', 'git://', 'hg://', 'svn://')):
 links.append(line)
 else:



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [bridgedb/develop] Add integration tests for post- prop#220 and prop#228 descriptor parsing.

2015-06-15 Thread isis
commit 87bd6e2d0ec9522ed40be8175c046516ce42fc1a
Author: Isis Lovecruft i...@torproject.org
Date:   Wed Jun 10 06:57:28 2015 +

Add integration tests for post- prop#220 and prop#228 descriptor parsing.
---
 lib/bridgedb/test/test_parse_descriptors.py |  121 +++
 1 file changed, 121 insertions(+)

diff --git a/lib/bridgedb/test/test_parse_descriptors.py 
b/lib/bridgedb/test/test_parse_descriptors.py
index 46d86f1..dd6d146 100644
--- a/lib/bridgedb/test/test_parse_descriptors.py
+++ b/lib/bridgedb/test/test_parse_descriptors.py
@@ -179,6 +179,107 @@ U36EY4UoN5ABPowhNZFeyr5A3vKiDr6j0hCOqYOhxPY=
 -END SIGNATURE-
 '''
 
+BRIDGE_SERVER_DESCRIPTOR_ED25519 = '''\
+@purpose bridge
+router piratepartei 80.92.79.70 80 0 0
+identity-ed25519
+-BEGIN ED25519 CERT-
+AQQABhauAccW2uNOkPPWU7h9x9FFWtUJXCnw423dKqL/89pTHFRcAQAgBADfGmFI
+//1tBiZZxZ2aXNvvLbEdS/0XHYCWY6Oz3lHCU2xHCJzW03U7htLpq95lWStr2bMm
+D9N1MJp8Zufal71nFV5dgCm0DvMoeCN0d1F6zYnrGvyq+2E6p32x/DG33Qs=
+-END ED25519 CERT-
+master-key-ed25519 3xphSP/9bQYmWcWdmlzb7y2xHUv9Fx2AlmOjs95RwlM
+platform Tor 0.2.7.1-alpha-dev on Linux
+protocols Link 1 2 Circuit 1
+published 2015-06-09 21:59:40
+fingerprint 312D 6427 4C29 1560 0584 3EEC B19C 6865 FA3C C10C
+uptime 0
+bandwidth 14971520 104857600 64512
+extra-info-digest 30E10A35CCEA6AA1E04C15FD5F99022F4CACEBC6 
pph/KzxlcGa20Sl6/nQl7noyKctzcWkRkTbBX7aIapQ
+onion-key
+-BEGIN RSA PUBLIC KEY-
+MIGJAoGBALRXlkmBc96bz/WFSJ0/NoNYuOivpRBkMDqE0617x63EE9zA+BQGVk81
+5mbF50IQRS12J3F7x+m7USGF7xcUw+id9pe1jzyyqOTo2BPf2Wemif+CvVc9uD0v
+BLO38iImiret0yZtxq3RQ2KaCg2z0y+RPDudR6z/d6V3ASFSlPgBAgMBAAE=
+-END RSA PUBLIC KEY-
+signing-key
+-BEGIN RSA PUBLIC KEY-
+MIGJAoGBALGE2wcWNpWczHlLOa3MbRMKYGDMNe3MsTDKqxftImHuUdMV758q5/4c
+2d0znZ1k5zma7TIKXM1xblVWaHmSZ65jMyy0jgZl7SNbxibP3xM8mfHAJOoWfnQu
+LSj8tKSir2BdA8rncajrDmtQe0C8mxA/RgUHuB6ZF42kAB9lm/33AgMBAAE=
+-END RSA PUBLIC KEY-
+onion-key-crosscert
+-BEGIN CROSSCERT-
+EPpvZluK8YLLXU00HVskixVqpJfkCeKWXkQPv5Vq87n7E/gtzrVM9A0DasSPHgor
+0Y1jP2K/6G0nuloeDZuNNqPxxz7LEKom5q66UO0Tk4Xdnmj1yp/hSsqi/8sUGe9R
+BmZmuz45UJGmADiYwwFnwec/bKkX3al4BwuQRHwcZd0=
+-END CROSSCERT-
+ntor-onion-key-crosscert 1
+-BEGIN ED25519 CERT-
+AQoABhSGAd8aYUj//W0GJlnFnZpc2+8tsR1L/RcdgJZjo7PeUcJTABR4eqhKqYNN
+Sgpojtm7C+QRvD3mTk06EEbFly9VrXOaSK4BVxTlsHadm4ti7vdqGHbTWN7DRRu6
+nnUKJPMOsAk=
+-END ED25519 CERT-
+hidden-service-dir
+contact 0x02225522 Frenn vun der Enn (FVDE) info AT enn DOT lu
+ntor-onion-key ycFwQVUCqJlPaLwJNvlrpgNLwkU780t4pKiILLWZw0o=
+reject *:*
+router-sig-ed25519 
/uWcpQeWcwywFwy+O1WGfLQFuxkLMsy8u+rTTum4CQd8uN7bt3VCHRG82X9sc18rMv2VHUs7b+WZcfX39ADMDw
+router-signature
+-BEGIN SIGNATURE-
+FpF1a2jF1gkVbSUEuuDrw8ggeyQl4HLqHGXJM/J3SPQDky0OhvqPEV8E0CpONG38
+YNumnkSJ0vjI0YUuVyOZKpODHS/dlXnz5F/Yz8vwQfC7IsNRQgNgf5tbT3iAF8yh
+VC4FdHgFlAkXbiqkpWtD0ojJJjLlEeXbmGILjC1Ls2I=
+-END SIGNATURE-
+'''
+
+BRIDGE_EXTRA_INFO_DESCRIPTOR_ED25519 = '''\
+extra-info piratepartei 312D64274C29156005843EECB19C6865FA3CC10C
+identity-ed25519
+-BEGIN ED25519 CERT-
+AQQABhauAccW2uNOkPPWU7h9x9FFWtUJXCnw423dKqL/89pTHFRcAQAgBADfGmFI
+//1tBiZZxZ2aXNvvLbEdS/0XHYCWY6Oz3lHCU2xHCJzW03U7htLpq95lWStr2bMm
+D9N1MJp8Zufal71nFV5dgCm0DvMoeCN0d1F6zYnrGvyq+2E6p32x/DG33Qs=
+-END ED25519 CERT-
+published 2015-06-09 21:59:40
+write-history 2015-06-09 19:41:54 (14400 s) 
1093632,3138560,1309696,1641472,1064960,1799168
+read-history 2015-06-09 19:41:54 (14400 s) 
4406272,6537216,5197824,5701632,5342208,5817344
+dirreq-write-history 2015-06-09 19:17:22 (14400 s) 
28672,1727488,575488,589824,43008,618496
+dirreq-read-history 2015-06-09 19:17:22 (14400 s) 0,0,0,0,0,0
+geoip-db-digest 0A1F9C09E08F6F2490E8880664D4E863D1680A12
+geoip6-db-digest A6E9B5DE6F887315749B29F9C9F698215BE5240A
+dirreq-stats-end 2015-06-09 12:33:11 (86400 s)
+dirreq-v3-ips ir=8,us=8
+dirreq-v3-reqs ir=8,us=8
+dirreq-v3-resp 
ok=8,not-enough-sigs=0,unavailable=0,not-found=0,not-modified=0,busy=0
+dirreq-v3-direct-dl complete=0,timeout=0,running=0
+dirreq-v3-tunneled-dl complete=8,timeout=4,running=0
+transport scramblesuit 80.92.79.70:7333 
password=S3DVRHWD5375I3AA5NMQBG4WED5MBIYD
+transport fte 80.92.79.70:7331
+transport websocket 80.92.79.70:9901
+transport obfs3 80.92.79.70:7332
+transport obfs4 80.92.79.70:7334 
cert=/Q8QygIhLarhjvB+rKiFvSmXdjhO9AF6OXACR8JH+voMwKF0s5uMaG3H3uEBiZNQI79jPw,iat-mode=0
+bridge-stats-end 2015-06-09 12:33:17 (86400 s)
+bridge-ips us=24
+bridge-ip-versions v4=24,v6=0
+bridge-ip-transports obfs4=24
+router-sig-ed25519 
O+yrUnkHXZ16Cf0+a3gfDl2ggygbxQUal4kRi5BD2v3NW8CrWjqGJLBjked8g5eJCThUXZuraHwkapeu8gtAAg
+router-signature
+-BEGIN SIGNATURE-
+HbZs8ckBwKbJ4vg0LJztGosNaDqSRD+pHiWgBAmx9ARbz7niJMY/ql+Qxh7NFifQ
+xa39dJvObxE65qeaZJvcznSyEkUDcHBFcHLWZev7XQjXf2no9vUL86JvwBKHHKC1
+GnoYumyiqlKn3MOiqVYN5KXhO5i6qN/W8SjMVvywxZI=
+-END SIGNATURE-
+extra-info Unnamed 9673B58C3A72BC279C4FADEA678DEDCF63E524D2
+published 2015-06-09 

[tor-commits] [bridgedb/develop] Bump Stem version to latest git master.

2015-06-15 Thread isis
commit 42f19f52002c16da545e5e27ccb689c47cb7491c
Author: Isis Lovecruft i...@torproject.org
Date:   Wed Jun 10 06:07:08 2015 +

Bump Stem version to latest git master.
---
 .travis.requirements.txt |2 +-
 requirements.txt |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.requirements.txt b/.travis.requirements.txt
index e106d8f..ebda8e0 100644
--- a/.travis.requirements.txt
+++ b/.travis.requirements.txt
@@ -28,5 +28,5 @@ gnupg==2.0.1
 pillow=2.6.1
 qrcode==5.0.1
 service_identity==14.0.0
-stem==1.3.0
+git+https://git.torproject.org/stem.git@ba8cee36a0348c1509ad3562051723b7948e19ce#egg=stem-1.4.1.dev0-py2.7
 zope.interface==3.6.1
diff --git a/requirements.txt b/requirements.txt
index 40daca6..9e4aac1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,5 +10,5 @@ gnupg==2.0.1
 pillow=2.6.1
 qrcode==5.0.1
 service_identity==14.0.0
-stem==1.3.0
+git+https://git.torproject.org/stem.git@ba8cee36a0348c1509ad3562051723b7948e19ce#egg=stem-1.4.1.dev0-py2.7
 zope.interface==3.6.1



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [bridgedb/develop] Merge branch 'fix/16330-eid-sds-2-fields' into develop

2015-06-15 Thread isis
commit 2b31c86209c6c43cda90dec910a0f262f170fa1c
Merge: 0b62526 42f19f5
Author: Isis Lovecruft i...@torproject.org
Date:   Tue Jun 16 04:52:53 2015 +

Merge branch 'fix/16330-eid-sds-2-fields' into develop

 .travis.requirements.txt|2 +-
 lib/bridgedb/test/test_parse_descriptors.py |  121 +++
 requirements.txt|2 +-
 setup.py|4 +-
 4 files changed, 126 insertions(+), 3 deletions(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Merge pull request #397 from TheTorProject/fix/manpage-typo

2015-06-15 Thread art
commit 7888084a8be52bdee4df69ac650b84ddb90e084e
Merge: b588e27 60945ae
Author: Arturo Filastò art...@filasto.net
Date:   Sun Jun 14 15:53:23 2015 +0200

Merge pull request #397 from TheTorProject/fix/manpage-typo

Fix obvious manpage typo

 data/ooniprobe.1 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Merge pull request #393 from DonnchaC/patch-1

2015-06-15 Thread art
commit 2fb06eee71c336f4677025afbb28520991f52205
Merge: 505421f ee87280
Author: Arturo Filastò art...@filasto.net
Date:   Mon May 4 22:59:23 2015 +0200

Merge pull request #393 from DonnchaC/patch-1

Add pyasn1-modules as dependancy in requirements.txt

 requirements.txt |1 +
 1 file changed, 1 insertion(+)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] README: The PPA now supports more Ubuntu versions

2015-06-15 Thread art
commit edb5c1e22d9de6c50d6780298a62b64da08a5dec
Author: Iain Learmonth i...@fsfe.org
Date:   Wed Jun 3 13:26:23 2015 +0100

README: The PPA now supports more Ubuntu versions
---
 README.rst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index db565b2..47bcbd9 100644
--- a/README.rst
+++ b/README.rst
@@ -107,7 +107,7 @@ If you are running Debian stable you can get it from 
backports via::
 sudo sh -c 'echo deb http://http.debian.net/debian wheezy-backports main 
 /etc/apt/sources.list'
 sudo apt-get update  sudo apt-get install ooniprobe
 
-If you are running Ubuntu 14.04 LTS you can install it from the PPA
+If you are running Ubuntu 14.04 LTS, 14.10 or 15.04 you can install it from 
the PPA
 (https://launchpad.net/~irl/+archive/ubuntu/ooni/)::
 
 sudo add-apt-repository ppa:irl/ooni



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Add pyasn1-modules as dependancy in requirements.txt

2015-06-15 Thread art
commit ee87280eef1440ff68d93252a57af6a8edc970c2
Author: Donncha O' Cearbhaill donn...@donncha.is
Date:   Mon May 4 11:56:26 2015 +0100

Add pyasn1-modules as dependancy in requirements.txt
---
 requirements.txt |1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 99ce8b4..50e82f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,6 +11,7 @@ pypcap=1.1
 service-identity
 pydumbnet
 pyasn1
+pyasn1-modules
 characteristic
 zope.interface
 cryptography



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Merge pull request #394 from d33tah/master

2015-06-15 Thread art
commit 228f9a4f2eb0aed4db83fa2fec44b104e51863ca
Merge: 2fb06ee 5eec982
Author: Arturo Filastò art...@filasto.net
Date:   Mon May 18 17:49:57 2015 +0200

Merge pull request #394 from d33tah/master

Don't mention the default bouncer twice.

 ooni/oonicli.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Merge pull request #396 from irl/patch-1

2015-06-15 Thread art
commit a534db4a3b3bfa0b9ba2ad01ec95fa59235f4752
Merge: 228f9a4 edb5c1e
Author: Arturo Filastò art...@filasto.net
Date:   Wed Jun 3 14:39:30 2015 +0200

Merge pull request #396 from irl/patch-1

README: The PPA now supports more Ubuntu versions

 README.rst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Update README.rst

2015-06-15 Thread art
commit b588e27667a761762322c1b7252c973192c4f413
Author: Arturo Filastò art...@filasto.net
Date:   Wed Jun 10 19:49:42 2015 +0200

Update README.rst
---
 README.rst |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index 47bcbd9..2934c20 100644
--- a/README.rst
+++ b/README.rst
@@ -9,7 +9,7 @@ ooniprobe: a network interference detection tool
 
 ___
 
-.. image:: https://ooni.torproject.org/theme/img/ooni-logo.png
+.. image:: https://ooni.torproject.org/images/ooni-header-mascot.svg
 :target: https:://ooni.torproject.org/
 
 OONI, the Open Observatory of Network Interference, is a global observation



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Don't mention the default bouncer twice.

2015-06-15 Thread art
commit 5eec9829381d4594e9312345898b5c17103262d5
Author: Jacek Wielemborek d33...@gmail.com
Date:   Mon May 18 14:18:22 2015 +0200

Don't mention the default bouncer twice.
---
 ooni/oonicli.py |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ooni/oonicli.py b/ooni/oonicli.py
index 6020501..030014e 100644
--- a/ooni/oonicli.py
+++ b/ooni/oonicli.py
@@ -41,7 +41,7 @@ class Options(usage.Options):
 [collector, c, None,
  Address of the collector of test results. This option should not be 
used, but you should always use a bouncer.],
 [bouncer, b, 'httpo://nkvphnp3p6agi5qq.onion',
- Address of the bouncer for test helpers. default: 
httpo://nkvphnp3p6agi5qq.onion],
+ Address of the bouncer for test helpers.],
 [logfile, l, None, log file name],
 [pcapfile, O, None, pcap file name],
 [configfile, f, None,



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [ooni-probe/master] Fix obvious manpage typo

2015-06-15 Thread art
commit 60945ae9fab687c6ae8e99647b6ec20334894d15
Author: Simone Basso bassosim...@gmail.com
Date:   Sun Jun 14 15:52:25 2015 +0200

Fix obvious manpage typo
---
 data/ooniprobe.1 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/data/ooniprobe.1 b/data/ooniprobe.1
index 7da9ae6..69e738a 100644
--- a/data/ooniprobe.1
+++ b/data/ooniprobe.1
@@ -57,7 +57,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
 .SH DESCRIPTION
 .sp
 ooniprobe is tool for performing internet censorship measurements. Our goal is
-to achieve a command data format and set of methodologies for conducting
+to achieve a common data format and set of methodologies for conducting
 censorship related research.
 
 .SH OPTIONS



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/torbutton-abouttorproperties_completed] Update translations for torbutton-abouttorproperties_completed

2015-06-15 Thread translation
commit bce89b436fba718fba257ae04dd90a00ed8606d3
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 08:46:15 2015 +

Update translations for torbutton-abouttorproperties_completed
---
 hu/abouttor.properties |  165 ++--
 1 file changed, 147 insertions(+), 18 deletions(-)

diff --git a/hu/abouttor.properties b/hu/abouttor.properties
index 5c16ddc..f8cf53c 100644
--- a/hu/abouttor.properties
+++ b/hu/abouttor.properties
@@ -1,21 +1,150 @@
-# Copyright (c) 2014, The Tor Project, Inc.
-# See LICENSE for licensing information.
-# vim: set sw=2 sts=2 ts=8 et:
+!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
+html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'
+head
+titletorbutton - Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/title
+meta name='generator' content='cgit v0.10.2'/
+meta name='generator' content='cgit v0.10.2'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
+/head
+body
+div id='cgit'table id='header'
+tr
+td class='logo' rowspan='2'a href='/'img src='/static/logo.jpg' alt='cgit 
logo'//a/td
+td class='logo' rowspan='2'a href='/'img src='/static/logo.jpg' alt='cgit 
logo'//a/td
+select name='h' onchange='this.form.submit();'
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+/select input type='submit' name='' value='switch'//form/td/tr
+trtd class='sub'Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/tdtd class='sub right'A Tor Project/td/tr/table
+table class='tabs'trtd
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+select name='h' onchange='this.form.submit();'
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+option value='gsoc2009-koryk'gsoc2009-koryk/option
+/select
+input class='txt' type='text' size='10' name='q' value=''/
+input class='txt' type='text' size='10' name='q' value=''/
+/form
+/td/tr/table
+div id='cgit'table id='header'
+table class='tabs'trtd
+trtd class='sub'Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/tdtd class='sub right'A Tor Project/td/tr/table
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
+a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 

[tor-commits] [translation/torbutton-abouttorproperties] Update translations for torbutton-abouttorproperties

2015-06-15 Thread translation
commit ed07e06b0264fab52101a8fb554e82d60d8599f9
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 08:46:12 2015 +

Update translations for torbutton-abouttorproperties
---
 hu/abouttor.properties |   40 
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/hu/abouttor.properties b/hu/abouttor.properties
index 2dc8ac2..f8cf53c 100644
--- a/hu/abouttor.properties
+++ b/hu/abouttor.properties
@@ -2,7 +2,7 @@
 http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
 html xmlns='http://www.w3.org/1999/xhtml' xml:lang='en' lang='en'
 head
-titletorbutton - Firefox extension for safe web browsing while using 
Tor/title
+titletorbutton - Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/title
 meta name='generator' content='cgit v0.10.2'/
 meta name='generator' content='cgit v0.10.2'/
 link rel='stylesheet' type='text/css' href='/cgit-css/cgit.css'/
@@ -23,7 +23,7 @@
 option value='gsoc2009-koryk'gsoc2009-koryk/option
 option value='gsoc2009-koryk'gsoc2009-koryk/option
 /select input type='submit' name='' value='switch'//form/td/tr
-trtd class='sub'Firefox extension for safe web browsing while using 
Tor/tdtd class='sub right'The Tor Project/td/tr/table
+trtd class='sub'Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/tdtd class='sub right'A Tor Project/td/tr/table
 table class='tabs'trtd
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 select name='h' onchange='this.form.submit();'
@@ -38,7 +38,7 @@
 /td/tr/table
 div id='cgit'table id='header'
 table class='tabs'trtd
-trtd class='sub'Firefox extension for safe web browsing while using 
Tor/tdtd class='sub right'The Tor Project/td/tr/table
+trtd class='sub'Firefox kiterjesztés a biztonságos webböngészésért 
Tor használatánál/tdtd class='sub right'A Tor Project/td/tr/table
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
 a href='/torbutton.git/'summary/aa href='/torbutton.git/refs/'refs/aa 
href='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'log/aa 
class='active' 
href='/torbutton.git/tree/src/chrome/locale/en/aboutTor.properties'tree/aa 
href='/torbutton.git/commit/src/chrome/locale/en/aboutTor.properties'commit/aa
 
href='/torbutton.git/diff/src/chrome/locale/en/aboutTor.properties'diff/a/tdtd
 class='form'form class='right' method='get' 
action='/torbutton.git/log/src/chrome/locale/en/aboutTor.properties'
@@ -121,26 +121,26 @@
 .highlight { background: #ff; }
 .highlight { background: #ff; }
 .highlight { background: #ff; }
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
 
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
-span class=c# See LICENSE for licensing information./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
+span class=c# Nézd meg a LICENSE-t a licenszelési információhoz./span
 
-span class=c# See 

[tor-commits] [translation/tails-persistence-setup_completed] Update translations for tails-persistence-setup_completed

2015-06-15 Thread translation
commit d42909d8b9017042d9d25b60f3eb9dc04edfe4a5
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:33 2015 +

Update translations for tails-persistence-setup_completed
---
 hu/hu.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hu/hu.po b/hu/hu.po
index 41641bf..d4f0658 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -12,8 +12,8 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: Tails developers ta...@boum.org\n
-POT-Creation-Date: 2015-02-23 13:07+0100\n
-PO-Revision-Date: 2015-03-04 12:22+\n
+POT-Creation-Date: 2015-05-02 21:08+0200\n
+PO-Revision-Date: 2015-06-15 06:03+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit 2852c0d50a845d3ebc137423b9e69bee58c64680
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:04 2015 +

Update translations for bridgedb
---
 hu/LC_MESSAGES/bridgedb.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu/LC_MESSAGES/bridgedb.po b/hu/LC_MESSAGES/bridgedb.po
index 3443833..4275e86 100644
--- a/hu/LC_MESSAGES/bridgedb.po
+++ b/hu/LC_MESSAGES/bridgedb.po
@@ -12,7 +12,7 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDBkeywords=bridgedb-reported,msgidcc=isis,sysrqbowner=isis'POT-Creation-Date:
 2015-03-19 22:13+\n
-PO-Revision-Date: 2015-05-10 18:22+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit 1707439a4687883fa2d598caf4e4bc210a40ed9f
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:08 2015 +

Update translations for bridgedb_completed
---
 hu/LC_MESSAGES/bridgedb.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu/LC_MESSAGES/bridgedb.po b/hu/LC_MESSAGES/bridgedb.po
index 3443833..4275e86 100644
--- a/hu/LC_MESSAGES/bridgedb.po
+++ b/hu/LC_MESSAGES/bridgedb.po
@@ -12,7 +12,7 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: 
'https://trac.torproject.org/projects/tor/newticket?component=BridgeDBkeywords=bridgedb-reported,msgidcc=isis,sysrqbowner=isis'POT-Creation-Date:
 2015-03-19 22:13+\n
-PO-Revision-Date: 2015-05-10 18:22+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-06-15 Thread translation
commit 6c34acc1d0cca9521e0b58f5acafbee4b08f770e
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:16:04 2015 +

Update translations for tails-misc
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index 7973848..e83bb0a 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-10 02:20+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-persistence-setup] Update translations for tails-persistence-setup

2015-06-15 Thread translation
commit ef6d80a4591fdca0a859fd47f8c3d551ca1dc181
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:29 2015 +

Update translations for tails-persistence-setup
---
 hu/hu.po |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hu/hu.po b/hu/hu.po
index 41641bf..d4f0658 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -12,8 +12,8 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: Tails developers ta...@boum.org\n
-POT-Creation-Date: 2015-02-23 13:07+0100\n
-PO-Revision-Date: 2015-03-04 12:22+\n
+POT-Creation-Date: 2015-05-02 21:08+0200\n
+PO-Revision-Date: 2015-06-15 06:03+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-greeter_completed] Update translations for tails-greeter_completed

2015-06-15 Thread translation
commit 665eef25d3803abbff34a1f129673e9538127e81
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:40 2015 +

Update translations for tails-greeter_completed
---
 hu/hu.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hu/hu.po b/hu/hu.po
index aef0b27..0cd0343 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Blackywantscookies gaborcika...@gmail.com, 2014
+# Blackywantscookies gaborc...@citromail.hu, 2014
 # Lajos Pasztor mrla...@gmail.com, 2014
 # vargaviktor viktor.va...@gmail.com, 2013
 # vargaviktor viktor.va...@gmail.com, 2012
@@ -11,9 +11,9 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-06-11 16:20+0200\n
-PO-Revision-Date: 2014-06-24 15:14+\n
-Last-Translator: Blackywantscookies gaborcika...@gmail.com\n
+POT-Creation-Date: 2014-10-15 16:05+0200\n
+PO-Revision-Date: 2015-06-15 06:05+\n
+Last-Translator: Blackywantscookies gaborc...@citromail.hu\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/mat-gui] Update translations for mat-gui

2015-06-15 Thread translation
commit 5bcb2d06a44975c3a86e7c3dbbb5e4e8655ad260
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:48 2015 +

Update translations for mat-gui
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index defc1e9..170ff05 100644
--- a/hu.po
+++ b/hu.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-12-31 04:53+0100\n
-PO-Revision-Date: 2015-06-15 05:32+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: runasand runa.sand...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2015-06-15 Thread translation
commit 062603de8ce9c681dba524db35c2db52e8c80c7c
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:16:07 2015 +

Update translations for tails-misc_completed
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index 7973848..e83bb0a 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-10 02:20+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/mat-gui_completed] Update translations for mat-gui_completed

2015-06-15 Thread translation
commit 88aa0a1bccb9c2c6fb6b85447cec50056089eafd
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:52 2015 +

Update translations for mat-gui_completed
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index defc1e9..170ff05 100644
--- a/hu.po
+++ b/hu.po
@@ -10,7 +10,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2014-12-31 04:53+0100\n
-PO-Revision-Date: 2015-06-15 05:32+\n
+PO-Revision-Date: 2015-06-15 06:04+\n
 Last-Translator: runasand runa.sand...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-greeter] Update translations for tails-greeter

2015-06-15 Thread translation
commit d064b411d4663f501c183e100a54adc69f75272d
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 06:15:36 2015 +

Update translations for tails-greeter
---
 hu/hu.po |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/hu/hu.po b/hu/hu.po
index aef0b27..0cd0343 100644
--- a/hu/hu.po
+++ b/hu/hu.po
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Blackywantscookies gaborcika...@gmail.com, 2014
+# Blackywantscookies gaborc...@citromail.hu, 2014
 # Lajos Pasztor mrla...@gmail.com, 2014
 # vargaviktor viktor.va...@gmail.com, 2013
 # vargaviktor viktor.va...@gmail.com, 2012
@@ -11,9 +11,9 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2014-06-11 16:20+0200\n
-PO-Revision-Date: 2014-06-24 15:14+\n
-Last-Translator: Blackywantscookies gaborcika...@gmail.com\n
+POT-Creation-Date: 2014-10-15 16:05+0200\n
+PO-Revision-Date: 2015-06-15 06:05+\n
+Last-Translator: Blackywantscookies gaborc...@citromail.hu\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit c27a78457caa08ec00a1d3d7ac48c6da732b5c8a
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:15:15 2015 +

Update translations for torcheck_completed
---
 hu/torcheck.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hu/torcheck.po b/hu/torcheck.po
index e031dea..f406bd8 100644
--- a/hu/torcheck.po
+++ b/hu/torcheck.po
@@ -4,14 +4,15 @@
 # Translators:
 # Blackywantscookies gaborc...@citromail.hu, 2014
 # Lajos Pasztor mrla...@gmail.com, 2014
+# Szabó Bence bene...@gmail.com, 2015
 # vargaviktor viktor.va...@gmail.com, 2015
 # vargaviktor viktor.va...@gmail.com, 2012
 msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 POT-Creation-Date: 2012-02-16 20:28+PDT\n
-PO-Revision-Date: 2015-03-04 12:22+\n
-Last-Translator: vargaviktor viktor.va...@gmail.com\n
+PO-Revision-Date: 2015-06-15 07:09+\n
+Last-Translator: Szabó Bence bene...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -21,7 +22,7 @@ msgstr 
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 msgid Congratulations. This browser is configured to use Tor.
-msgstr Gratulálunk! A böngésző be lett konfigurálva a Tor 
használatához.
+msgstr Gratulálunk! A böngésző konfigurálva lett a Tor használatához.
 
 msgid 
 Please refer to the a href=\https://www.torproject.org/\;Tor website/a 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit 92f1c0ad0e9053e78d06a449bbcf13bbcdd58903
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:45:27 2015 +

Update translations for liveusb-creator
---
 ta/ta.po |  122 +++---
 1 file changed, 61 insertions(+), 61 deletions(-)

diff --git a/ta/ta.po b/ta/ta.po
index fb283b5..7d2a828 100644
--- a/ta/ta.po
+++ b/ta/ta.po
@@ -8,8 +8,8 @@ msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2015-01-13 18:07+0100\n
-PO-Revision-Date: 2015-02-08 08:44+\n
+POT-Creation-Date: 2015-05-02 21:10+0200\n
+PO-Revision-Date: 2015-06-15 07:40+\n
 Last-Translator: git12a gi...@openmailbox.org\n
 Language-Team: Tamil 
(http://www.transifex.com/projects/p/torproject/language/ta/)\n
 MIME-Version: 1.0\n
@@ -38,7 +38,7 @@ msgstr %(size)s %(label)s
 msgid %(vendor)s %(model)s (%(details)s) - %(device)s
 msgstr %(vendor)s %(model)s (%(details)s) - %(device)s
 
-#: ../liveusb/creator.py:1059
+#: ../liveusb/creator.py:1072
 #, python-format
 msgid %s already bootable
 msgstr ஏற்கனவே துவங்கக்கூடிய %s
@@ -95,16 +95,16 @@ msgid 
 persist after a reboot.
 msgstr 
 
-#: ../liveusb/creator.py:1158 ../liveusb/creator.py:1421
+#: ../liveusb/creator.py:1171 ../liveusb/creator.py:1434
 #, python-format
 msgid Calculating the SHA1 of %s
 msgstr 
 
-#: ../liveusb/creator.py:1369
+#: ../liveusb/creator.py:1382
 msgid Cannot find
 msgstr கண்டுபிடிக்க முடியவில்லை
 
-#: ../liveusb/creator.py:556
+#: ../liveusb/creator.py:558
 #, python-format
 msgid Cannot find device %s
 msgstr %s கருவியை கண்டுபிடிக்க 
முடியவில்லை
@@ -123,7 +123,7 @@ msgid 
 Upgrade
 msgstr 
நகலெடுத்து\n\nமேம்படுத்தவும்
 
-#: ../liveusb/creator.py:408
+#: ../liveusb/creator.py:410
 #, python-format
 msgid Creating %sMB persistent overlay
 msgstr 
@@ -151,45 +151,45 @@ msgstr பதிவிறக்கம் 
தோல்வியடைந்
 msgid Downloading %s...
 msgstr பதிவிறக்கப்படுகிறது %s...
 
-#: ../liveusb/creator.py:1154
+#: ../liveusb/creator.py:1167
 msgid Drive is a loopback, skipping MBR reset
 msgstr இதுவொரு loopback கருவி, MBR 
மீட்டமைத்தல் செய்யபடாது 
 
-#: ../liveusb/creator.py:827
+#: ../liveusb/creator.py:836
 #, python-format
 msgid Entering unmount_device for '%(device)s'
 msgstr 
 
-#: ../liveusb/creator.py:1234
+#: ../liveusb/creator.py:1247
 msgid Error probing device
 msgstr 
 
-#: ../liveusb/gui.py:211
+#: ../liveusb/gui.py:212
 msgid 
 Error: Cannot set the label or obtain the UUID of your device.  Unable to 
 continue.
 msgstr 
 
-#: ../liveusb/creator.py:384
+#: ../liveusb/creator.py:386
 msgid 
 Error: The SHA1 of your Live CD is invalid.  You can run this program with 
 the --noverify argument to bypass this verification check.
 msgstr 
 
-#: ../liveusb/creator.py:147
+#: ../liveusb/creator.py:148
 msgid Extracting live image to the target device...
 msgstr 
 
-#: ../liveusb/creator.py:1102
+#: ../liveusb/creator.py:1115
 #, python-format
 msgid Formatting %(device)s as FAT32
 msgstr 
 
-#: ../liveusb/creator.py:142
+#: ../liveusb/creator.py:143
 msgid ISO MD5 checksum passed
 msgstr 
 
-#: ../liveusb/creator.py:140
+#: ../liveusb/creator.py:141
 msgid ISO MD5 checksum verification failed
 msgstr 
 
@@ -216,7 +216,7 @@ msgstr நிறுவுதல் 
முடிந்தது! (%s)
 msgid Installation was completed. Press OK to close this program.
 msgstr நிறுவுதல் முடிந்தது. இந்த 
செயல்முறையை மூட 'சரி' அ
ழுத்தவும்.
 
-#: ../liveusb/creator.py:959 ../liveusb/creator.py:1275
+#: ../liveusb/creator.py:972 ../liveusb/creator.py:1288
 msgid Installing bootloader...
 msgstr 
 
@@ -224,18 +224,18 @@ msgstr 
 msgid LiveUSB creation failed!
 msgstr 
 
-#: ../liveusb/creator.py:1370
+#: ../liveusb/creator.py:1383
 msgid 
 Make sure to extract the entire liveusb-creator zip file before running this
  program.
 msgstr 
 
-#: ../liveusb/creator.py:1246
+#: ../liveusb/creator.py:1259
 msgid 
 Make sure your USB key is plugged in and formatted with the FAT filesystem
 msgstr 
 
-#: ../liveusb/creator.py:849
+#: ../liveusb/creator.py:858
 #, python-format
 msgid Mount %s exists after unmounting
 msgstr 
@@ -245,11 +245,11 @@ msgstr 
 msgid No free space on device %(device)s
 msgstr 
 
-#: ../liveusb/creator.py:816
+#: ../liveusb/creator.py:825
 msgid No mount points found
 msgstr 
 
-#: ../liveusb/creator.py:401
+#: ../liveusb/creator.py:403
 #, python-format
 msgid 
 Not enough free space on device.\n
@@ -264,7 +264,7 @@ msgstr 
 msgid Partition is FAT32; Restricting overlay size to 4G
 msgstr 
 
-#: 

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

2015-06-15 Thread translation
commit bf99227bac58edd57e7eb2a459c3ff83b21e7bee
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:45:23 2015 +

Update translations for https_everywhere_completed
---
 ta/https-everywhere.dtd |2 ++
 1 file changed, 2 insertions(+)

diff --git a/ta/https-everywhere.dtd b/ta/https-everywhere.dtd
index 23c0b25..ac570c2 100644
--- a/ta/https-everywhere.dtd
+++ b/ta/https-everywhere.dtd
@@ -8,12 +8,14 @@
 !ENTITY https-everywhere.about.contribute  நீங்கள் 
எல்லா இடங்களிலும் HTTPS 
விரும்பினால், நீங்கள் 
பரிசீலிக்க வேண்டும்
 !ENTITY https-everywhere.about.donate_tor Tor நன்கொடை
 !ENTITY https-everywhere.about.tor_lang_code en
+!ENTITY https-everywhere.about.or அல்லது
 !ENTITY https-everywhere.about.donate_eff EFF நன்கொடை
 
 !ENTITY https-everywhere.menu.about எல்லா 
இடங்களிலும் HTTPS பற்றி
 !ENTITY https-everywhere.menu.observatory SSL அவதான 
விருப்பங்கள்
 !ENTITY https-everywhere.menu.globalEnable எல்லா 
இடங்களிலும் HTTPS செயலாக்கு
 !ENTITY https-everywhere.menu.globalDisable எல்லா 
இடங்களிலும் HTTPS முடக்கு
+!ENTITY https-everywhere.menu.blockHttpRequests அனைத்து HTTP 
கோரிக்கைகள் தடு
 !ENTITY https-everywhere.menu.showCounter காட்டு 
கருமபீடம்
 
 !ENTITY https-everywhere.prefs.title HTTPS எல்லா 
இடங்களிலும் விருப்பங்கள்

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit 1e5b5b8bb9f87129fb5c25169c1e728dfc211f1d
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:45:17 2015 +

Update translations for https_everywhere
---
 ta/https-everywhere.dtd |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ta/https-everywhere.dtd b/ta/https-everywhere.dtd
index 7506794..ac570c2 100644
--- a/ta/https-everywhere.dtd
+++ b/ta/https-everywhere.dtd
@@ -8,14 +8,14 @@
 !ENTITY https-everywhere.about.contribute  நீங்கள் 
எல்லா இடங்களிலும் HTTPS 
விரும்பினால், நீங்கள் 
பரிசீலிக்க வேண்டும்
 !ENTITY https-everywhere.about.donate_tor Tor நன்கொடை
 !ENTITY https-everywhere.about.tor_lang_code en
-!ENTITY https-everywhere.about.or or
+!ENTITY https-everywhere.about.or அல்லது
 !ENTITY https-everywhere.about.donate_eff EFF நன்கொடை
 
 !ENTITY https-everywhere.menu.about எல்லா 
இடங்களிலும் HTTPS பற்றி
 !ENTITY https-everywhere.menu.observatory SSL அவதான 
விருப்பங்கள்
 !ENTITY https-everywhere.menu.globalEnable எல்லா 
இடங்களிலும் HTTPS செயலாக்கு
 !ENTITY https-everywhere.menu.globalDisable எல்லா 
இடங்களிலும் HTTPS முடக்கு
-!ENTITY https-everywhere.menu.blockHttpRequests Block all HTTP requests
+!ENTITY https-everywhere.menu.blockHttpRequests அனைத்து HTTP 
கோரிக்கைகள் தடு
 !ENTITY https-everywhere.menu.showCounter காட்டு 
கருமபீடம்
 
 !ENTITY https-everywhere.prefs.title HTTPS எல்லா 
இடங்களிலும் விருப்பங்கள்

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [onionoo/master] Make family field spec more accurate.

2015-06-15 Thread karsten
commit aaa020e22b26659efcfc753dcabdb1eea45a9a9a
Author: Karsten Loesing karsten.loes...@gmx.net
Date:   Mon Jun 15 09:38:45 2015 +0200

Make family field spec more accurate.

Fixes part of #16276.
---
 web/protocol.html |7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/web/protocol.html b/web/protocol.html
index c1dfa3f..0dd3c1c 100644
--- a/web/protocol.html
+++ b/web/protocol.html
@@ -1174,8 +1174,11 @@ the relay did not report which version it runs.
 code class=typeofarray of strings/code
 span class=required-falseoptional/span
 p
-Array of fingerprints or nicknames of relays in the
-same family as this relay.
+Array of fingerprints or nicknames of relays that this relay considers to
+be part of its family.
+There are no cross-checks whether the listed relays exist or consider this
+relay part of their family, so that the effective family of this relay may
+be smaller.
 Omitted if empty or if descriptor containing this information cannot be
 found.
 /p



___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [onionoo/master] Remove removed fields from spec, take out old news.

2015-06-15 Thread karsten
commit ea9665677fad60269bf348e0afc5370e76c701db
Author: Karsten Loesing karsten.loes...@gmx.net
Date:   Mon Jun 15 09:42:23 2015 +0200

Remove removed fields from spec, take out old news.
---
 web/protocol.html |   60 ++---
 1 file changed, 2 insertions(+), 58 deletions(-)

diff --git a/web/protocol.html b/web/protocol.html
index 0dd3c1c..00221b0 100644
--- a/web/protocol.html
+++ b/web/protocol.html
@@ -1185,22 +1185,6 @@ found.
 /li
 
 li
-bfont color=redadvertised_bandwidth_fraction/font/b
-code class=typeofnumber/code
-span class=required-falseoptional/span
-p
-Relative advertised bandwidth of this relay compared to the total
-advertised bandwidth in the network.
-If there were no bandwidth authorities, this fraction would be a very
-rough approximation of the probability of this relay to be selected by
-clients.
-Omitted if the relay is not running, or router descriptor containing this
-information cannot be found.
-font color=redThis field was removed on November 17, 2014./font
-/p
-/li
-
-li
 bconsensus_weight_fraction/b
 code class=typeofnumber/code
 span class=required-falseoptional/span
@@ -1392,24 +1376,11 @@ information cannot be found.
 /li
 
 li
-bfont color=redpool_assignment/font/b
-code class=typeofstring/code
-span class=required-falseoptional/span
-p
-Information of the pool that BridgeDB
-assigned this bridge to, including further assignment information if
-available.
-font color=redRemoved on December 2, 2014./font
-/p
-/li
-
-li
-bfont color=bluetransports/font/b
+btransports/b
 code class=typeofarray of strings/code
 span class=required-falseoptional/span
 p
 Array of (pluggable) transport names supported by this bridge.
-font color=blueAdded on December 2, 2014./font
 /p
 /li
 
@@ -1787,20 +1758,6 @@ hexadecimal characters.
 /li
 
 li
-bfont color=redadvertised_bandwidth_fraction/font/b
-code class=typeofobject/code
-span class=required-falseoptional/span
-p
-Object containing graph history objects with relative advertised bandwidth
-of this relay compared to the total advertised bandwidth in the network.
-If there were no bandwidth authorities, this fraction would be a very
-rough approximation of the probability of this relay to be selected by
-clients.
-font color=redThis field was removed on November 16, 2014./font
-/p
-/li
-
-li
 bconsensus_weight_fraction/b
 code class=typeofobject/code
 span class=required-falseoptional/span
@@ -1875,18 +1832,6 @@ The specification of this history object is similar to 
that in the
 /li
 
 li
-bfont color=redadvertised_bandwidth/font/b
-code class=typeofobject/code
-span class=required-falseoptional/span
-p
-History object containing the absolute advertised bandwidth of this relay.
-The specification of this history object is similar to that in the
-strongconsensus_weight_fraction/strong field above.
-font color=redThis field was removed on November 16, 2014./font
-/p
-/li
-
-li
 bconsensus_weight/b
 code class=typeofobject/code
 span class=required-falseoptional/span
@@ -2212,7 +2157,7 @@ of network statuses have been processed for a given time 
period.
 /li
 
 li
-bfont color=blueflags/font/b
+bflags/b
 code class=typeofobject/code
 span class=required-falseoptional/span
 p
@@ -2224,7 +2169,6 @@ Keys are flag names like strongRunning/strong or
 strong1_week/strong etc.
 If a relay never had a given relay flag assigned, no object is included
 for that flag.
-font color=blueAdded on March 22, 2015./font
 /p
 /li
 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc_completed] Update translations for tails-misc_completed

2015-06-15 Thread translation
commit 5bbdce2e90d9d1b9b3817bdfe8f905a6a0e65368
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:45:56 2015 +

Update translations for tails-misc_completed
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index e83bb0a..81d4bc7 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-15 06:04+\n
+PO-Revision-Date: 2015-06-15 07:27+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[tor-commits] [translation/tails-misc] Update translations for tails-misc

2015-06-15 Thread translation
commit a35c865a30c377cbf4aa5e64fae79fd6fd7da1d2
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:45:52 2015 +

Update translations for tails-misc
---
 hu.po |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hu.po b/hu.po
index e83bb0a..81d4bc7 100644
--- a/hu.po
+++ b/hu.po
@@ -13,7 +13,7 @@ msgstr 
 Project-Id-Version: The Tor Project\n
 Report-Msgid-Bugs-To: \n
 POT-Creation-Date: 2015-05-02 23:47+0200\n
-PO-Revision-Date: 2015-06-15 06:04+\n
+PO-Revision-Date: 2015-06-15 07:27+\n
 Last-Translator: vargaviktor viktor.va...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


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

2015-06-15 Thread translation
commit fe4cf68a73708c441a1c174705dcafc9ea96bb66
Author: Translation commit bot translat...@torproject.org
Date:   Mon Jun 15 07:15:10 2015 +

Update translations for torcheck
---
 hu/torcheck.po |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/hu/torcheck.po b/hu/torcheck.po
index e031dea..f406bd8 100644
--- a/hu/torcheck.po
+++ b/hu/torcheck.po
@@ -4,14 +4,15 @@
 # Translators:
 # Blackywantscookies gaborc...@citromail.hu, 2014
 # Lajos Pasztor mrla...@gmail.com, 2014
+# Szabó Bence bene...@gmail.com, 2015
 # vargaviktor viktor.va...@gmail.com, 2015
 # vargaviktor viktor.va...@gmail.com, 2012
 msgid 
 msgstr 
 Project-Id-Version: The Tor Project\n
 POT-Creation-Date: 2012-02-16 20:28+PDT\n
-PO-Revision-Date: 2015-03-04 12:22+\n
-Last-Translator: vargaviktor viktor.va...@gmail.com\n
+PO-Revision-Date: 2015-06-15 07:09+\n
+Last-Translator: Szabó Bence bene...@gmail.com\n
 Language-Team: Hungarian 
(http://www.transifex.com/projects/p/torproject/language/hu/)\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -21,7 +22,7 @@ msgstr 
 Plural-Forms: nplurals=2; plural=(n != 1);\n
 
 msgid Congratulations. This browser is configured to use Tor.
-msgstr Gratulálunk! A böngésző be lett konfigurálva a Tor 
használatához.
+msgstr Gratulálunk! A böngésző konfigurálva lett a Tor használatához.
 
 msgid 
 Please refer to the a href=\https://www.torproject.org/\;Tor website/a 

___
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits