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
3 changed files:
Changes:
| 1 | +Tor Browser 15.0.2 - November 13 2025
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Tor to 0.4.8.20
|
|
| 4 | + * Build System
|
|
| 5 | + * Android
|
|
| 6 | + * Bug 41629: Bump JNA to 5.16.0 [tor-browser-build]
|
|
| 7 | + |
|
| 1 | 8 | Tor Browser 15.0.1 - November 11 2025
|
| 2 | 9 | * All Platforms
|
| 3 | 10 | * Updated NoScript to 13.4
|
| 1 | 1 | # vim: filetype=yaml sw=2
|
| 2 | 2 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
| 3 | -version: 0.4.8.19
|
|
| 3 | +version: 0.4.8.20
|
|
| 4 | 4 | git_hash: 'tor-[% c("version") %]'
|
| 5 | 5 | git_url: https://gitlab.torproject.org/tpo/core/tor.git
|
| 6 | 6 | git_submodule: 1
|
| ... | ... | @@ -74,11 +74,11 @@ buildconf: |
| 74 | 74 | git_signtag_opt: '-s'
|
| 75 | 75 | |
| 76 | 76 | var:
|
| 77 | - torbrowser_version: '15.0.1'
|
|
| 77 | + torbrowser_version: '15.0.2'
|
|
| 78 | 78 | torbrowser_build: 'build1'
|
| 79 | 79 | # This should be the date of when the build is started. For the build
|
| 80 | 80 | # to be reproducible, browser_release_date should always be in the past.
|
| 81 | - browser_release_date: '2025/11/10 09:19:47'
|
|
| 81 | + browser_release_date: '2025/11/12 11:00:00'
|
|
| 82 | 82 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
| 83 | 83 | browser_default_channel: release
|
| 84 | 84 | browser_platforms:
|
| ... | ... | @@ -128,12 +128,13 @@ var: |
| 128 | 128 | updater_enabled: 1
|
| 129 | 129 | build_mar: 1
|
| 130 | 130 | torbrowser_incremental_from:
|
| 131 | + - 15.0.1
|
|
| 131 | 132 | - '15.0'
|
| 132 | 133 | - 14.5.8
|
| 133 | 134 | - 14.5.7
|
| 134 | 135 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
| 135 | 136 | |
| 136 | - torbrowser_legacy_version: 13.5.24
|
|
| 137 | + torbrowser_legacy_version: 13.5.25
|
|
| 137 | 138 | torbrowser_legacy_platform_version: 115.30.0
|
| 138 | 139 | |
| 139 | 140 | # By default, we sort the list of installed packages. This allows sharing
|