ma1 pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 11fcf7e4 by hackademix at 2026-06-02T14:10:31+02:00 Bug 41808: Prepare Tor Browser 15.0.15 - - - - - 7 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/firefox/config - projects/geckoview/config - projects/tor/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,13 @@ +Tor Browser 15.0.15 - June 02 2026 + * All Platforms + * Updated NoScript to 13.6.20.1984 + * Updated Tor to 0.4.9.9 + * Bug 42436: Allow for multiple configured (front, reflector) domain fronting pairs in Moat module [tor-browser] + * Windows + macOS + Linux + * Bug 44997: Captcha doesn't work in TB desktop [tor-browser] + * Linux + * Bug 44886: Backport tor-browser#44361: Notify Linux i686 users that they won't receive updates anymore [tor-browser] + Tor Browser 15.0.14 - May 19 2026 * All Platforms * Bug 44958: Backport Security Fixes from Firefox 151 [tor-browser] ===================================== projects/browser/config ===================================== @@ -114,12 +114,12 @@ input_files: - filename: dmg-root enable: '[% ! c("var/android") %]' - name: fenix-nightly-apk - URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/05/2026-05-18-09-37-36-fenix-... + URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/06/2026-06-02-09-33-30-fenix-... enable: '[% c("var/android") %]' - sha256sum: 6dc4e01fa2cea881d54f00e62e8e063fc5b27db4aa10c126952cbd28c959256a - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.19.1984.xpi + sha256sum: aadd1824cad0faa2052c5bea20348ced5c0831bc45e86ac1b35c7d12d8db8330 + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.20.1984.xpi name: noscript - sha256sum: e4280bb2ae87b7dce2c43e416dab60f15a791d439bf9dde2d15b91c14b4163d1 + sha256sum: 3950a8844d70dd4ab1cc8c349d779a46d01da2a631607c39a471c7e5749afa21 - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70... name: ublock-origin sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1 ===================================== projects/firefox/config ===================================== @@ -23,7 +23,7 @@ var: browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 3 + browser_build: 4 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 ===================================== @@ -25,7 +25,7 @@ var: browser_series: '15.0' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 3 + browser_build: 4 gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]' deps: ===================================== projects/tor/config ===================================== @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' -version: 0.4.9.8 +version: 0.4.9.9 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1 ===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: 6749f7ce29126312167aee8e07cd45a4aa4acb9d + git_hash: 1d60e454a106f032f83e1c76f7dee5309efe8938 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: a2e92e2c255377898a72be2fc0d073766a7ee4ed + git_hash: 2d7a502a0fe2ab313e03440999003d21f3df1d20 targets: nightly: git_hash: 'tor-browser' @@ -32,7 +32,7 @@ steps: fenix: '[% INCLUDE build %]' # We need to bump the commit before releasing but just pointing to a branch # might cause too much rebuidling of the Firefox part. - git_hash: 5cc66c03e5c3d4f35dd48fc5a5a721e5ea1fc384 + git_hash: 85e4fdaea34266fdc7f0ef88c68606edc3f280f4 compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -74,11 +74,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '15.0.14' + torbrowser_version: '15.0.15' 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: '2026/05/18 17:00:00' + browser_release_date: '2026/06/02 11:57:55' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: release browser_platforms: @@ -128,10 +128,10 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 15.0.14 - '[% IF c("var/tor-browser") %]15.0.13[% END %]' - 15.0.12 - - 15.0.11 - - '[% IF c("var/mullvad-browser") %]15.0.10[% END %]' + - '[% IF c("var/mullvad-browser") %]15.0.11[% END %]' 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/11... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/11... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
ma1 (@ma1)