[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/197' into master

2020-11-16 Thread nickm
commit 41bea71adc0d92b745cbedd454556cbdb52a4046 Merge: c79957581e b22568a545 Author: Nick Mathewson Date: Mon Nov 16 22:43:09 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/197' into master src/lib/crypt_ops/compat_openssl.h | 3 ++- src/lib/crypt_ops/crypto_openssl_mgt.c | 2

[tor-commits] [tor/release-0.4.4] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

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

2020-11-16 Thread nickm
commit c79957581e5d6c64fdae2be5b4d5a188ed18960a Merge: d425dbf04a 9001732394 Author: Nick Mathewson Date: Mon Nov 16 22:42:23 2020 -0500 Merge branch 'maint-0.4.4' into master changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

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

2020-11-16 Thread nickm
commit 615a38f05274e8c3fee24ebe8f5763f03d7b9c32 Merge: 4559aa8b51 9001732394 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.4.4' into release-0.4.4 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/master] Rename OpenSSL_version_num() as defined in Tor

2020-11-16 Thread nickm
commit b22568a54506e4b79b72530f89f21032e6435414 Author: Nick Mathewson Date: Fri Nov 6 10:29:28 2020 -0500 Rename OpenSSL_version_num() as defined in Tor This way, if we guess wrong about whether the library has it, we don't conflict with the library's headers. Fixes

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

2020-11-16 Thread nickm
commit 7c0778ef7e05e859c62346a795952f127972b35e Merge: fd22fa183b fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into maint-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/release-0.3.5] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/release-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/release-0.4.3] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

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

2020-11-16 Thread nickm
commit 6cd23b29d262da3ecd07208804804d66550a6c9a Merge: 1cd40f532e fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into release-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/release-0.4.3] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/release-0.3.5] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

[tor-commits] [tor/maint-0.4.3] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-11-16 Thread nickm
commit 90017323942dc56b23d98c34894542e30856aeac Merge: 3f1544bbd9 7c0778ef7e Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.4.3' into maint-0.4.4 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-11-16 Thread nickm
commit 7c0778ef7e05e859c62346a795952f127972b35e Merge: fd22fa183b fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into maint-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

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

2020-11-16 Thread nickm
commit 90017323942dc56b23d98c34894542e30856aeac Merge: 3f1544bbd9 7c0778ef7e Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.4.3' into maint-0.4.4 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

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

2020-11-16 Thread nickm
commit a211f547491abf2c517e77dfa3cfc4b2205d1a4d Merge: be356d80fe 7c0778ef7e Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.4.3' into release-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-11-16 Thread nickm
commit 7c0778ef7e05e859c62346a795952f127972b35e Merge: fd22fa183b fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into maint-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/maint-0.3.5] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-11-16 Thread nickm
commit 7c0778ef7e05e859c62346a795952f127972b35e Merge: fd22fa183b fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into maint-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/master] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

[tor-commits] [tor/maint-0.4.4] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-11-16 Thread nickm
commit 90017323942dc56b23d98c34894542e30856aeac Merge: 3f1544bbd9 7c0778ef7e Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.4.3' into maint-0.4.4 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.3

2020-11-16 Thread nickm
commit 7c0778ef7e05e859c62346a795952f127972b35e Merge: fd22fa183b fcae26adf7 Author: Nick Mathewson Date: Mon Nov 16 22:42:22 2020 -0500 Merge branch 'maint-0.3.5' into maint-0.4.3 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files changed, 8 insertions(+), 2

[tor-commits] [tor/maint-0.4.3] Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5

2020-11-16 Thread nickm
commit fcae26adf710cf1fe393fde723e9a2caf6012b09 Merge: 862c44e4ec 31a6a101a0 Author: Nick Mathewson Date: Mon Nov 16 22:42:15 2020 -0500 Merge remote-tracking branch 'tor-gitlab/mr/195' into maint-0.3.5 changes/bug40179_part1 | 4 src/test/hs_ntor_ref.py | 6 -- 2 files

[tor-commits] [tor/maint-0.4.4] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

[tor-commits] [tor/maint-0.3.5] Handle a change in the implementation of hashlib in Python 3.9

2020-11-16 Thread nickm
commit 31a6a101a0c4cbe739a55069bf29a0f0615e5aa8 Author: Nick Mathewson Date: Thu Nov 5 09:34:36 2020 -0500 Handle a change in the implementation of hashlib in Python 3.9 Previously, hashlib.shake_256 was a class (if present); now it can also be a function. This change

[tor-commits] [snowflake-webext/master] bump version to 0.5.2

2020-11-16 Thread cohosh
commit 956526818dac7198e9c5241d899bbf96d11c9fb7 Author: Cecylia Bocovich Date: Mon Nov 16 20:48:54 2020 -0500 bump version to 0.5.2 --- package.json | 4 ++-- translation | 2 +- webext/manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git

[tor-commits] [snowflake-webext/master] Wait for ice gathering to complete before probetest

2020-11-16 Thread cohosh
commit 09a3dccbb91e868c2cad0e369eb0d904972d7097 Author: Cecylia Bocovich Date: Mon Nov 16 16:27:11 2020 -0500 Wait for ice gathering to complete before probetest This fixes a bug whether proxies behind unrestricted NATs appeared restricted because they were sending an offer to

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit bfb573b88324308bfc2007134ca59d7a1eead035 Author: Translation commit bot Date: Tue Nov 17 00:16:29 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- pt_BR.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt_BR.po

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit fb4df7d4d80e6e3ae903c4a14b3e3bda09ecc510 Author: Translation commit bot Date: Tue Nov 17 00:15:48 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- pt_BR.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pt_BR.po

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit ab46b95a0477bb5631642e05fc9253c290bb9095 Author: Translation commit bot Date: Mon Nov 16 21:15:22 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+de.po | 68 -- 1 file

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit 742f5cee7496da337b38075d69eee92b11ea4d78 Author: Translation commit bot Date: Mon Nov 16 20:46:45 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/de.po b/de.po index

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit 2c253769bcd9318543533a89d457435576c74eab Author: Translation commit bot Date: Mon Nov 16 20:45:57 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- de.po | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/de.po b/de.po

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit cbbdbe4bdc0efe04b150df9cc0a12a7f481b92e9 Author: Translation commit bot Date: Mon Nov 16 20:45:13 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+de.po | 53 + 1 file

[tor-commits] [torspec/master] fix typos; more robust links between specs

2020-11-16 Thread arma
commit bfaf4c27e7ebd322b6451ddb40710d84a88c7454 Author: Roger Dingledine Date: Mon Nov 16 15:33:35 2020 -0500 fix typos; more robust links between specs --- control-spec.txt | 8 +--- dir-spec.txt | 3 +-- path-spec.txt| 2 +- 3 files changed, 7 insertions(+), 6 deletions(-)

[tor-commits] [translation/torbutton-torbuttonproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed

2020-11-16 Thread translation
commit de401caf3514a414d76eee936b306c82ee97ef8d Author: Translation commit bot Date: Mon Nov 16 20:17:26 2020 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties_completed --- fr/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1

[tor-commits] [translation/torbutton-torbuttonproperties] https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties

2020-11-16 Thread translation
commit 8f49b230b92b4fee9b2a5dc13bc45f9bd0c319a6 Author: Translation commit bot Date: Mon Nov 16 20:17:24 2020 + https://gitweb.torproject.org/translation.git/commit/?h=torbutton-torbuttonproperties --- fr/torbutton.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [translation/tails-misc_completed] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed

2020-11-16 Thread translation
commit a7ce32740eadee81c6703b55a838d980597507d7 Author: Translation commit bot Date: Mon Nov 16 20:15:47 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_completed --- fr.po | 2412 + 1 file

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit 7f51d38013a0ec37d919eb4a5e66677ee859b77e Author: Translation commit bot Date: Mon Nov 16 20:15:45 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- de.po | 8 fr.po | 16 2 files changed, 12 insertions(+), 12 deletions(-)

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit ec7b004b7e2a2a64441d0a7544d129a0ff003836 Author: Translation commit bot Date: Mon Nov 16 20:16:38 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- de.po | 4 ++-- fr.po | 16 2 files changed, 10 insertions(+), 10

[tor-commits] [translation/exoneratorproperties_completed] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed

2020-11-16 Thread translation
commit 7e4157fb0219a4246f32eaf31e46ff48134defbe Author: Translation commit bot Date: Mon Nov 16 20:15:17 2020 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties_completed --- fr/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3

[tor-commits] [translation/exoneratorproperties] https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties

2020-11-16 Thread translation
commit f3582add43c5a9e0fde23fe50ae9c977b28f9b3b Author: Translation commit bot Date: Mon Nov 16 20:15:16 2020 + https://gitweb.torproject.org/translation.git/commit/?h=exoneratorproperties --- fr/exonerator.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit 9e0d757b18aac400964fedc85b2b5c3cc4d4f1cd Author: Translation commit bot Date: Mon Nov 16 19:16:45 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- es_AR.po | 68 1 file

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit c548e009024ef25d82e4b93029e7daa9ffe5079e Author: Translation commit bot Date: Mon Nov 16 19:16:01 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- es_AR.po | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git

[tor-commits] [translation/abouttor-homepage_completed] https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed

2020-11-16 Thread translation
commit 4e1bd8de4208922b8cc23bdb1ea55627a7be1806 Author: Translation commit bot Date: Mon Nov 16 19:15:04 2020 + https://gitweb.torproject.org/translation.git/commit/?h=abouttor-homepage_completed --- es-AR/aboutTor.dtd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [translation/fenix-torbrowserstringsxml_completed] https://gitweb.torproject.org/translation.git/commit/?h=fenix-torbrowserstringsxml_completed

2020-11-16 Thread translation
commit ce44a16bbf5cb4ccc9d3fc0ae02e3a1ed759d23d Author: Translation commit bot Date: Mon Nov 16 19:15:35 2020 + https://gitweb.torproject.org/translation.git/commit/?h=fenix-torbrowserstringsxml_completed --- es-rAR/torbrowser_strings.xml | 12 +++- 1 file changed, 11

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit 8d7a1913b796c845ad4a23cff325b1a8caa67c21 Author: Translation commit bot Date: Mon Nov 16 18:46:50 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- es_AR.po | 186 +++ 1 file

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit b38fc2e322255e8923d084c613ec1d3ed4f2e314 Author: Translation commit bot Date: Mon Nov 16 18:45:58 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- es_AR.po | 46 +++--- 1 file changed, 23 insertions(+), 23

[tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere

2020-11-16 Thread translation
commit 28fb09e1fcf81241eb98c84dd913980298d0a2f0 Author: Translation commit bot Date: Mon Nov 16 18:15:33 2020 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- gl/https-everywhere.dtd | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff

[tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere

2020-11-16 Thread translation
commit 5f2af67995457768fcc97156a5a9dd59f776f157 Author: Translation commit bot Date: Mon Nov 16 17:45:24 2020 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- gl/https-everywhere.dtd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit d8dab30c09a8163ce363c31d2288770d0db09abb Author: Translation commit bot Date: Mon Nov 16 17:17:10 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- ar.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ar.po b/ar.po

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit 12d3361acea21f242ae8310d20eb344a7fbba6b8 Author: Translation commit bot Date: Mon Nov 16 17:16:11 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- ar.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ar.po

[tor-commits] [translation/https_everywhere] https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere

2020-11-16 Thread translation
commit 21c7fcbe3a76f00fbe25398d745ead1837ec01ae Author: Translation commit bot Date: Mon Nov 16 17:15:34 2020 + https://gitweb.torproject.org/translation.git/commit/?h=https_everywhere --- gl/https-everywhere.dtd | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit 945dc6cad0596b23331d9dd4489532d99db705ec Author: Translation commit bot Date: Mon Nov 16 17:15:17 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 21 - 1 file changed, 12 insertions(+), 9

[tor-commits] [translation/tails-misc_release] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release

2020-11-16 Thread translation
commit 0ae39619c225824ceece975ac9f7d1f7f84e4e8e Author: Translation commit bot Date: Mon Nov 16 16:46:57 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc_release --- sq.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sq.po b/sq.po

[tor-commits] [translation/tails-misc] https://gitweb.torproject.org/translation.git/commit/?h=tails-misc

2020-11-16 Thread translation
commit 7bbb964385fe5512ead8fae3318332dd344cfa66 Author: Translation commit bot Date: Mon Nov 16 16:46:06 2020 + https://gitweb.torproject.org/translation.git/commit/?h=tails-misc --- sq.po | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sq.po

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit 646755e158b68958e2c8cf8cee31dbabd59025f7 Author: Translation commit bot Date: Mon Nov 16 16:45:12 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 77 +- 1 file

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit 3a33fcc0770f48ea26c526ef1497b25275dbe228 Author: Translation commit bot Date: Mon Nov 16 16:15:14 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 26 +++--- 1 file changed, 19 insertions(+), 7

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit ce25e9db2ccf3c0cd6394ca8e14d63539bbea6ee Author: Translation commit bot Date: Mon Nov 16 15:45:15 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 25 ++--- 1 file changed, 14 insertions(+), 11

[tor-commits] [translation/communitytpo-contentspot] https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot

2020-11-16 Thread translation
commit 09bac2acb7a44c439ae13efbe1d1cb5f13e7ab40 Author: Translation commit bot Date: Mon Nov 16 15:15:23 2020 + https://gitweb.torproject.org/translation.git/commit/?h=communitytpo-contentspot --- contents+ar.po | 47 ++- 1 file changed, 30