Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: 77b98ef1 by Pier Angelo Vendrame at 2025-11-12T11:45:39+01:00 Bug 41630: Prepare Tor Browser 15.0.2 - - - - - 3 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/tor/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,10 @@ +Tor Browser 15.0.2 - November 13 2025 + * All Platforms + * Updated Tor to 0.4.8.20 + * Build System + * Android + * Bug 41629: Bump JNA to 5.16.0 [tor-browser-build] + Tor Browser 15.0.1 - November 11 2025 * All Platforms * Updated NoScript to 13.4 ===================================== 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.8.19 +version: 0.4.8.20 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1 ===================================== rbm.conf ===================================== @@ -74,11 +74,11 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '15.0.1' + torbrowser_version: '15.0.2' 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/11/10 09:19:47' + browser_release_date: '2025/11/12 11:00:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' browser_default_channel: release browser_platforms: @@ -128,12 +128,13 @@ var: updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 15.0.1 - '15.0' - 14.5.8 - 14.5.7 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' - torbrowser_legacy_version: 13.5.24 + torbrowser_legacy_version: 13.5.25 torbrowser_legacy_platform_version: 115.30.0 # 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/77... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/77... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)