lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

  • 1 participants
  • 18901 discussions
[builders/tor-browser-build] branch main updated: Bug 40651: Fix Gradle not found in GV/merge_aars
by gitolite role 20 Oct '22

20 Oct '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 6a5e0b31 Bug 40651: Fix Gradle not found in GV/merge_aars 6a5e0b31 is described below commit 6a5e0b31dd9121df86955f2c9e0a49e75a31e241 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Thu Oct 20 09:59:39 2022 +0200 Bug 40651: Fix Gradle not found in GV/merge_aars Geckoview builds were failing because the merge_aars phase was missing Gradle. Since #40640 we are passing gradle as an argument while setting the compiler up, but the merge_aars phase was missing it. --- projects/geckoview/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/geckoview/config b/projects/geckoview/config index 9862fc6e..ac625a15 100644 --- a/projects/geckoview/config +++ b/projects/geckoview/config @@ -35,7 +35,10 @@ steps: merge_aars: | #!/bin/bash [% c("var/set_default_env") -%] - [% pc(c('var/compiler'), 'var/setup', { compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')) }) %] + [% pc(c('var/compiler'), 'var/setup', { + compiler_tarfile => c('input_files_by_name/' _ c('var/compiler')), + gradle_tarfile => c("input_files_by_name/gradle"), + }) %] distdir=/var/tmp/dist builddir=/var/tmp/build mkdir -p /var/tmp/build -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-browser] branch geckoview-102.4.0esr-11.5-1 created (now df868fe98ed5)
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch geckoview-102.4.0esr-11.5-1 in repository tor-browser. at df868fe98ed5 Bug 1791520: Add some keep alive annotations. r=jandem a=pascalc No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch maint-11.5 updated: Bug 40649: Add new meek default bridge
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch maint-11.5 in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/maint-11.5 by this push: new 0798068c Bug 40649: Add new meek default bridge 0798068c is described below commit 0798068c732f3356749e7c27eb7299aed1fc73d3 Author: Cecylia Bocovich <cohosh(a)torproject.org> AuthorDate: Wed Oct 19 17:16:38 2022 -0400 Bug 40649: Add new meek default bridge --- projects/common/bridges_list.meek-azure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/bridges_list.meek-azure.txt b/projects/common/bridges_list.meek-azure.txt index 14de2026..e4a3ed39 100644 --- a/projects/common/bridges_list.meek-azure.txt +++ b/projects/common/bridges_list.meek-azure.txt @@ -1 +1 @@ -meek_lite 192.0.2.2:2 97700DFE9F483596DDA6264C4D7DF7641E1E39CE url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com +meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated: Bug 40649: Add new meek default bridge
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new 487992fd Bug 40649: Add new meek default bridge 487992fd is described below commit 487992fdec2053e4087ca9718817ae2a5e5cfed6 Author: Cecylia Bocovich <cohosh(a)torproject.org> AuthorDate: Wed Oct 19 17:16:38 2022 -0400 Bug 40649: Add new meek default bridge --- projects/common/bridges_list.meek-azure.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/common/bridges_list.meek-azure.txt b/projects/common/bridges_list.meek-azure.txt index ca46158c..e4a3ed39 100644 --- a/projects/common/bridges_list.meek-azure.txt +++ b/projects/common/bridges_list.meek-azure.txt @@ -1 +1 @@ -meek_lite 192.0.2.2:80 97700DFE9F483596DDA6264C4D7DF7641E1E39CE url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com +meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated (f574d6a4 -> de83a1ac)
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch main in repository builders/tor-browser-build. from f574d6a4 Bug 40648: Hardcode ALL in the update URL, rather than changing update.locale new 469ca9c7 Bug 40643: Update Richard's key in torbutton.gpg new de83a1ac Bug 40526: Add boklm to torbutton.gpg The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: keyring/torbutton.gpg | Bin 222093 -> 230677 bytes 1 file changed, 0 insertions(+), 0 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 2
0 0
[tor-browser] branch tor-browser-102.4.0esr-12.0-1 updated (608b7e33e943 -> e58cd2a34978)
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser. from 608b7e33e943 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser. new 091471b80061 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser. new e58cd2a34978 fixup! Bug 40933: Add tor-launcher functionality The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: toolkit/components/tor-launcher/TorLauncherUtil.jsm | 2 +- toolkit/mozapps/update/UpdateService.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 2
0 0
[tor-browser] branch tor-browser-102.4.0esr-12.0-1 updated: fixup! Bug 4234: Use the Firefox Update Process for Tor Browser.
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch tor-browser-102.4.0esr-12.0-1 in repository tor-browser. The following commit(s) were added to refs/heads/tor-browser-102.4.0esr-12.0-1 by this push: new 608b7e33e943 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser. 608b7e33e943 is described below commit 608b7e33e9435652beab136d6d1d79bce825ff1c Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Wed Oct 19 16:55:21 2022 +0200 fixup! Bug 4234: Use the Firefox Update Process for Tor Browser. Bug 41368: Hardcode ALL in the update URL, rather than changing update.locale Changing update.locale makes English disappear from available languages in about:preferences. --- build/application.ini.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/application.ini.in b/build/application.ini.in index 9a0b162d447d..f943f2d41cd3 100644 --- a/build/application.ini.in +++ b/build/application.ini.in @@ -52,5 +52,5 @@ ServerURL=@MOZ_CRASHREPORTER_URL@/submit?id=@MOZ_APP_ID@&version=@MOZ_APP_VERSIO #if MOZ_UPDATER [AppUpdate] -URL=https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE% +URL=https://aus1.torproject.org/torbrowser/update_3/%CHANNEL%/%BUILD_TARGET%/%VERSION%/ALL #endif -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[builders/tor-browser-build] branch main updated: Bug 40648: Hardcode ALL in the update URL, rather than changing update.locale
by gitolite role 19 Oct '22

19 Oct '22
This is an automated email from the git hooks/post-receive script. pierov pushed a commit to branch main in repository builders/tor-browser-build. The following commit(s) were added to refs/heads/main by this push: new f574d6a4 Bug 40648: Hardcode ALL in the update URL, rather than changing update.locale f574d6a4 is described below commit f574d6a43204a2f506a6e6d1e88736c1f5abbe35 Author: Pier Angelo Vendrame <pierov(a)torproject.org> AuthorDate: Wed Oct 19 17:00:05 2022 +0200 Bug 40648: Hardcode ALL in the update URL, rather than changing update.locale Changing update.locale makes English disappear from available languages in about:preferences. --- projects/browser/build | 11 ----------- projects/firefox/build | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/projects/browser/build b/projects/browser/build index 2e037d6e..479ecde9 100644 --- a/projects/browser/build +++ b/projects/browser/build @@ -273,17 +273,6 @@ popd [% END %] [% END %] -[% IF c("var/multi_lingual") %] - # Set the update.locale (it is used to replace %LOCALE% within - # app.update.url). - pushd "$TBDIR[% IF c("var/osx") %]/Contents/Resources/[% END %]" - echo ${PKG_LOCALE} > update.locale - [% c("touch") %] update.locale - zip -Xm omni.ja update.locale - popd -[% END %] - - [% IF c("var/windows") %] tar -C /var/tmp/dist -xf $rootdir/[% c('input_files_by_name/nsis') %] export PATH="/var/tmp/dist/nsis/bin:$PATH" diff --git a/projects/firefox/build b/projects/firefox/build index 5eea651a..8ff1b5f6 100644 --- a/projects/firefox/build +++ b/projects/firefox/build @@ -103,7 +103,7 @@ fi [% IF c("var/nightly") && c("var/tor-browser") -%] # Set update url for nightly (#33402 / #40033) - sed -i 's|^URL=https://aus1\.torproject\.org/.*|URL=https://nightlies.tbb.torprojec… c("var/osname") %]/%CHANNEL%/%BUILD_TARGET%/%VERSION%/%LOCALE%|' build/application.ini.in + sed -i 's|^URL=https://aus1\.torproject\.org/.*|URL=https://nightlies.tbb.torprojec… c("var/osname") %]/%CHANNEL%/%BUILD_TARGET%/%VERSION%/ALL|' build/application.ini.in [% END -%] add_translation () { -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-launcher] annotated tag 0.2.37.2 created (now 2d490f6)
by gitolite role 18 Oct '22

18 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to annotated tag 0.2.37.2 in repository tor-launcher. at 2d490f6 (tag) tagging bcc420c14134e90a459f1895bf525ea6ae4ac998 (commit) replaces 0.2.37.1 by Richard Pospesel on Tue Oct 18 18:18:30 2022 +0000 - Log ----------------------------------------------------------------- Tagging 0.2.37.2 -----BEGIN PGP SIGNATURE----- iQJLBAABCAA1FiEEvnyRTMkiztnZPSO33kc2A2PzSywFAmNO7gMXHHJpY2hhcmRA dG9ycHJvamVjdC5vcmcACgkQ3kc2A2PzSyyU5w//YFsGA78dzKRl0+mgIqx/0wVe lLGZo3j1dxR2pbVBCOkQ85ucB5KFgfktoQfiW3V9dC9AO3kG7PsoXmkB9Vrvt+x7 BEWv3tHylCTaA75wUsZMjYc6a09RNoc0yvCPWDvPYeP/j5dCn+ROa7xVKkSWs9co jWkO3oZmAnW5+Xbmzkouo/RugjxKosqMEWSK1CzRV9OA9I585oDKkCloseZE1Wn6 VxB/2/NnNQd1NfUC+5X4brp9AiVyLiAMw6b+SIkOEyTphDNILEsS1sl3pO5nxcOd qJA6WWlmDovs35FOIYA4+tVJpTRUPAfASTk51amZH64Up9Muwy8/rz3BGM9gaVR9 h2/+Qm02ssqHzjbL+Z5Ue+VH1yqEPkFReflZuP/WuKFCsBzRdbvT6cQWbETCIQe7 Zi5kb/+n3DagKhsZLeQHJ0w9rFLDr7H/VZOsX1BTj1AbXaMegH/rXwYUzp1R7ILp bJjg76ndR6JEonUPL/oW9/5cTRfZaCs33Ppotx7SBybOQqQJjd3CFmrCNd7UvSqh KRx5pvVTKBTMvf6zKclXBOHOvm0ReeQZon7ynMgdihJhGJ9YtnLqsonQELxKRcJI InAC7JnyzcfbIQLnSjrT0gS8LrpVqf4Gr1IduRsuy4QWc4BdAHYgy71SCSqC9B6f BTdGDI4NwrUK3FpLwnI= =pzwv -----END PGP SIGNATURE----- ----------------------------------------------------------------------- No new revisions were added by this update. -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 0
0 0
[tor-launcher] branch maint-0.2.37 updated (c55791d -> bcc420c)
by gitolite role 18 Oct '22

18 Oct '22
This is an automated email from the git hooks/post-receive script. richard pushed a change to branch maint-0.2.37 in repository tor-launcher. from c55791d Release preparations for 0.2.37.1 new 82f918c Translations update new bcc420c Release preparations for 0.2.37.2 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: src/chrome/locale/af/network-settings.dtd | 2 +- src/chrome/locale/ar/network-settings.dtd | 5 +- src/chrome/locale/ast/network-settings.dtd | 2 +- src/chrome/locale/az/network-settings.dtd | 2 +- src/chrome/locale/be/network-settings.dtd | 4 +- src/chrome/locale/bg/network-settings.dtd | 5 +- src/chrome/locale/bn-BD/network-settings.dtd | 7 +- src/chrome/locale/br/network-settings.dtd | 8 +- src/chrome/locale/br/torlauncher.properties | 2 +- src/chrome/locale/bs/network-settings.dtd | 2 +- src/chrome/locale/ca/network-settings.dtd | 9 +- src/chrome/locale/cs/network-settings.dtd | 5 +- src/chrome/locale/cy/network-settings.dtd | 2 +- src/chrome/locale/da/network-settings.dtd | 5 +- src/chrome/locale/de/network-settings.dtd | 3 + src/chrome/locale/el/network-settings.dtd | 11 +- src/chrome/locale/eo/network-settings.dtd | 2 +- src/chrome/locale/es-AR/network-settings.dtd | 5 +- src/chrome/locale/es-ES/network-settings.dtd | 5 +- src/chrome/locale/es-MX/network-settings.dtd | 2 +- src/chrome/locale/et/network-settings.dtd | 5 +- src/chrome/locale/eu/network-settings.dtd | 4 +- src/chrome/locale/fa/network-settings.dtd | 3 + src/chrome/locale/fi/network-settings.dtd | 5 +- src/chrome/locale/fr/network-settings.dtd | 3 + src/chrome/locale/fy-NL/network-settings.dtd | 2 +- src/chrome/locale/ga-IE/network-settings.dtd | 5 +- src/chrome/locale/gl/network-settings.dtd | 5 +- src/chrome/locale/gu-IN/network-settings.dtd | 2 +- src/chrome/locale/he/network-settings.dtd | 3 + src/chrome/locale/hi-IN/network-settings.dtd | 3 + src/chrome/locale/hr/network-settings.dtd | 5 +- src/chrome/locale/hu/network-settings.dtd | 7 +- src/chrome/locale/hy-AM/network-settings.dtd | 3 + src/chrome/locale/id/network-settings.dtd | 11 +- src/chrome/locale/is/network-settings.dtd | 5 +- src/chrome/locale/it/network-settings.dtd | 3 + src/chrome/locale/ja/network-settings.dtd | 5 +- src/chrome/locale/ka/network-settings.dtd | 17 +-- src/chrome/locale/kk/network-settings.dtd | 2 +- src/chrome/locale/ko/network-settings.dtd | 5 +- src/chrome/locale/lt/network-settings.dtd | 9 +- src/chrome/locale/lv/network-settings.dtd | 3 + src/chrome/locale/mk/network-settings.dtd | 5 +- src/chrome/locale/ml/network-settings.dtd | 5 +- src/chrome/locale/mr/network-settings.dtd | 2 +- src/chrome/locale/ms/network-settings.dtd | 5 +- src/chrome/locale/my/network-settings.dtd | 155 +++++++++++++------------ src/chrome/locale/my/torlauncher.properties | 2 +- src/chrome/locale/nb-NO/network-settings.dtd | 5 +- src/chrome/locale/ne/network-settings.dtd | 2 +- src/chrome/locale/nl-BE/network-settings.dtd | 2 +- src/chrome/locale/nl/network-settings.dtd | 5 +- src/chrome/locale/nn-NO/network-settings.dtd | 2 +- src/chrome/locale/oc/network-settings.dtd | 2 +- src/chrome/locale/pa-IN/network-settings.dtd | 2 +- src/chrome/locale/pl/network-settings.dtd | 13 ++- src/chrome/locale/pl/torlauncher.properties | 2 +- src/chrome/locale/pt-BR/network-settings.dtd | 9 +- src/chrome/locale/pt-PT/network-settings.dtd | 5 +- src/chrome/locale/ro/network-settings.dtd | 19 +-- src/chrome/locale/ru/network-settings.dtd | 7 +- src/chrome/locale/sk/network-settings.dtd | 7 +- src/chrome/locale/sl/network-settings.dtd | 4 +- src/chrome/locale/sq/network-settings.dtd | 7 +- src/chrome/locale/sr/network-settings.dtd | 5 +- src/chrome/locale/sv-SE/network-settings.dtd | 13 ++- src/chrome/locale/sv-SE/torlauncher.properties | 6 +- src/chrome/locale/sw/network-settings.dtd | 13 ++- src/chrome/locale/ta/network-settings.dtd | 5 +- src/chrome/locale/te/network-settings.dtd | 2 +- src/chrome/locale/th/network-settings.dtd | 9 +- src/chrome/locale/tr/network-settings.dtd | 9 +- src/chrome/locale/tr/torlauncher.properties | 2 +- src/chrome/locale/uk/network-settings.dtd | 7 +- src/chrome/locale/ur/network-settings.dtd | 2 +- src/chrome/locale/uz/network-settings.dtd | 2 +- src/chrome/locale/vi/network-settings.dtd | 9 +- src/chrome/locale/zh-CN/network-settings.dtd | 9 +- src/chrome/locale/zh-HK/network-settings.dtd | 2 +- src/chrome/locale/zh-TW/network-settings.dtd | 9 +- src/install.rdf | 2 +- 82 files changed, 366 insertions(+), 210 deletions(-) -- To stop receiving notification emails like this one, please contact the administrator of this repository.
1 2
0 0
  • ← Newer
  • 1
  • ...
  • 512
  • 513
  • 514
  • 515
  • 516
  • 517
  • 518
  • ...
  • 1891
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.