Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 3171ccd4 by Pier Angelo Vendrame at 2026-06-28T14:33:47+02:00 Bug 41829: Prepare Tor Browser 15.0.17 - - - - - 5 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/browser/config - projects/tor/config - projects/translation/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,12 @@ +Tor Browser 15.0.17 - June 29 2026 + * All Platforms + * Updated Tor to 0.4.9.11 + * Updated NoScript to 13.6.25.1984 + * Build System + * All Platforms + * Bug 41821: Update gpg subkeys for boklm [tor-browser-build] + * Bug 41827: Update morgan's keychain with renewed key [tor-browser-build] + Tor Browser 15.0.16 - June 16 2026 * All Platforms * Updated NoScript to 13.6.24.1984 ===================================== 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/06/2026-06-15-21-51-40-fenix-... + URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/06/2026-06-27-20-33-48-fenix-... enable: '[% c("var/android") %]' - sha256sum: 31a4e67fb6bf998e6259104ea734cdbadad5b4da1ab860722576a03d3e3ec9ab - - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.24.1984.xpi + sha256sum: 0f320103ec68bc9b648fd2c5fe3928a600a4a3c3b6eddc7138d2adb22d0c54be + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.25.1984.xpi name: noscript - sha256sum: 2669919f5a67ba17069716a7e7fb258d75b454d47b902f237764549a923aae92 + sha256sum: e6329c6a9a6e4e9d2b56606e34a5eca53b9dda8204a185d562a53885df0b0afc - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71... name: ublock-origin sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb ===================================== 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.9 +version: 0.4.9.11 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: 327118384583e8a3e7136a44fdf2161d3a0ae273 + git_hash: 4432a9ab5c10ba53dc1d3ec9329a73a44446ac4c targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: d045de641ff236415c819b436b829fea34cd096d + git_hash: f1579ea805d3d1af56d394893d26561a2945824c 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: cbe938e98c81ce851aa811fb10ba28953b086a19 + git_hash: 925fa40ece33f0c66b11c41b856fc71a1f8bf25c compress_tar: 'zst' targets: nightly: ===================================== rbm.conf ===================================== @@ -74,11 +74,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '15.0.16' + torbrowser_version: '15.0.17' 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/06/16 01:15:30' + browser_release_date: '2026/06/28 12:30:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: release browser_platforms: @@ -128,11 +128,10 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 15.0.16 - '[% IF c("var/tor-browser") %]15.0.15[% END %]' - 15.0.14 - - '[% IF c("var/tor-browser") %]15.0.13[% END %]' - '[% IF c("var/mullvad-browser") %]15.0.12[% 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/31... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/31... 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)
-
Pier Angelo Vendrame (@pierov)