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
Download
Threads by month
  • ----- 2025 -----
  • 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

  • 18494 discussions
[Git][tpo/applications/tor-browser-build][maint-14.5] Bug 41469,41470: Remove bogus glean references.
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build Commits: 54139148 by hackademix at 2025-05-27T00:14:09+02:00 Bug 41469,41470: Remove bogus glean references. - - - - - 3 changed files: - projects/firefox/config - projects/geckoview/config - rbm.conf Changes: ===================================== projects/firefox/config ===================================== @@ -21,7 +21,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser ===================================== projects/geckoview/config ===================================== @@ -23,7 +23,7 @@ var: browser_series: '14.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]' deps: ===================================== rbm.conf ===================================== @@ -74,7 +74,7 @@ buildconf: var: torbrowser_version: '14.5.3' - torbrowser_build: 'build1' + torbrowser_build: 'build2' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. browser_release_date: '2025/05/26 20:25:32' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/5… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-128.11.0esr-14.5-1-build3
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed new tag mullvad-browser-128.11.0esr-14.5-1-build3 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullv… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.11.0esr-14.5-1] fixup! Bug 1914583 - Block IPAddrAny on H3 code path. r=necko-reviewers,kershaw
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed to branch mullvad-browser-128.11.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser Commits: c2d76dab by hackademix at 2025-05-27T00:04:55+02:00 fixup! Bug 1914583 - Block IPAddrAny on H3 code path. r=necko-reviewers,kershaw Remove glean references. - - - - - 1 changed file: - netwerk/protocol/http/HttpConnectionUDP.cpp Changes: ===================================== netwerk/protocol/http/HttpConnectionUDP.cpp ===================================== @@ -19,7 +19,6 @@ #include "ASpdySession.h" #include "mozilla/StaticPrefs_network.h" -#include "mozilla/glean/NetwerkMetrics.h" #include "mozilla/Telemetry.h" #include "HttpConnectionUDP.h" #include "nsHttpHandler.h" @@ -93,16 +92,9 @@ nsresult HttpConnectionUDP::Init(nsHttpConnectionInfo* info, // See https://github.com/whatwg/fetch/pull/1763 for context. if (peerAddr.IsIPAddrAny()) { if (StaticPrefs::network_socket_ip_addr_any_disabled()) { - mozilla::glean::networking::http_ip_addr_any_count - .Get("blocked_requests"_ns) - .Add(1); LOG(("Connection refused because of 0.0.0.0 IP address\n")); return NS_ERROR_CONNECTION_REFUSED; } - - mozilla::glean::networking::http_ip_addr_any_count - .Get("not_blocked_requests"_ns) - .Add(1); } mSocket = do_CreateInstance("@mozilla.org/network/udp-socket;1", &rv); View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/c2d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/c2d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag tor-browser-128.11.0esr-14.5-1-build3
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed new tag tor-browser-128.11.0esr-14.5-1-build3 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag tor-browser-115.24.0esr-13.5-1-build3
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed new tag tor-browser-115.24.0esr-13.5-1-build3 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.11.0esr-14.5-1] fixup! Bug 1914583 - Block IPAddrAny on H3 code path. r=necko-reviewers,kershaw
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed to branch tor-browser-128.11.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: e8925f63 by hackademix at 2025-05-26T23:55:18+02:00 fixup! Bug 1914583 - Block IPAddrAny on H3 code path. r=necko-reviewers,kershaw Remove glean references. - - - - - 1 changed file: - netwerk/protocol/http/HttpConnectionUDP.cpp Changes: ===================================== netwerk/protocol/http/HttpConnectionUDP.cpp ===================================== @@ -19,7 +19,6 @@ #include "ASpdySession.h" #include "mozilla/StaticPrefs_network.h" -#include "mozilla/glean/NetwerkMetrics.h" #include "mozilla/Telemetry.h" #include "HttpConnectionUDP.h" #include "nsHttpHandler.h" @@ -93,16 +92,9 @@ nsresult HttpConnectionUDP::Init(nsHttpConnectionInfo* info, // See https://github.com/whatwg/fetch/pull/1763 for context. if (peerAddr.IsIPAddrAny()) { if (StaticPrefs::network_socket_ip_addr_any_disabled()) { - mozilla::glean::networking::http_ip_addr_any_count - .Get("blocked_requests"_ns) - .Add(1); LOG(("Connection refused because of 0.0.0.0 IP address\n")); return NS_ERROR_CONNECTION_REFUSED; } - - mozilla::glean::networking::http_ip_addr_any_count - .Get("not_blocked_requests"_ns) - .Add(1); } mSocket = do_CreateInstance("@mozilla.org/network/udp-socket;1", &rv); View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e8925f6… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/e8925f6… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.5.18-build1
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed new tag tbb-13.5.18-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41468: Prepare Tor Browser 13.5.18
by ma1 (@ma1) 26 May '25

26 May '25
ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: e40539b8 by hackademix at 2025-05-26T23:20:38+02:00 Bug 41468: Prepare Tor Browser 13.5.18 - - - - - 6 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/translation/config - rbm - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,10 @@ +Tor Browser 13.5.18 - May 27 2025 + * All Platforms + * Updated Firefox to 115.24.0esr + * Updated NoScript to 13.0.6 + * Bug 43810: Rebase Tor Browser Legacy onto Firefox 115.24.0esr [tor-browser] + * Bug 43811: Backport security fixes from Firefox 139 [tor-browser] + Tor Browser 13.5.17 - May 18 2025 * All Platforms * Updated Firefox to 115.23.1esr ===================================== projects/browser/config ===================================== @@ -103,9 +103,9 @@ input_files: enable: '[% ! c("var/android") %]' - filename: Bundle-Data enable: '[% ! c("var/android") %]' - - URL: https://addons.mozilla.org/firefox/downloads/file/4482368/noscript-12.6.xpi + - URL: https://addons.mozilla.org/firefox/downloads/file/4495120/noscript-13.0.6.x… name: noscript - sha256sum: 91d9aecbccdbad8b370ec243108f45328fa638d924b74e0abe6f2ca870dd1bf6 + sha256sum: 85066ef24c44cc839b2d6bbe4d3d08652c8e09f06515e1b86ee72ba26c406989 - URL: https://addons.mozilla.org/firefox/downloads/file/4359936/ublock_origin-1.6… name: ublock-origin sha256sum: e2cda9b2a1b0a7f6e5ef0da9f87f28df52f8560587ba2e51a3003121cfb81600 ===================================== projects/firefox/config ===================================== @@ -16,12 +16,12 @@ container: use_container: 1 var: - firefox_platform_version: 115.23.1 + firefox_platform_version: 115.24.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '13.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 1 + browser_build: 2 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' ===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: cbb22f086f26899d8cd74ad2419535638ea84d1a + git_hash: 90dbac96420394aa35ce29385814742ac4942b26 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: 0145a0f66043525a0c5c85fbaa84dfb082224809 + git_hash: 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939 targets: nightly: git_hash: 'tor-browser' ===================================== rbm ===================================== @@ -1 +1 @@ -Subproject commit 148d8541f177f318bfd8c8abfbf9fa96f581ceb8 +Subproject commit f04c4f217ad8dbd0caa87d45713a6de576cf0534 ===================================== rbm.conf ===================================== @@ -73,18 +73,18 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '13.5.17' + torbrowser_version: '13.5.18' torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/05/17 20:24:07' + browser_release_date: '2025/05/26 20:58:45' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 13.5.17 - 13.5.16 - 13.5.15 - - 13.5.14 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' # By default, we sort the list of installed packages. This allows sharing View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/e… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag mb-14.5.3-build1
by morgan (@morgan) 26 May '25

26 May '25
morgan pushed new tag mb-14.5.3-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-14.5.3-build1
by morgan (@morgan) 26 May '25

26 May '25
morgan pushed new tag tbb-14.5.3-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • ...
  • 1850
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.