ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
cfd8ad6e
by hackademix at 2025-12-08T08:55:23+01:00
7 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/tor/config
- projects/translation/config
- rbm.conf
- tools/fetch_changelogs.py
Changes:
| 1 | +Tor Browser 13.5.26 - December 09 2025
|
|
| 2 | + * All Platforms
|
|
| 3 | + * Updated Firefox to 115.31.0esr
|
|
| 4 | + * Updated NoScript to 13.5.2.1984
|
|
| 5 | + * Updated Tor to 0.4.8.21
|
|
| 6 | + * Bug 22974: Self-host NoScript Updates [tor-browser]
|
|
| 7 | + * Bug 44391: Restrictions cascade blocks every capability in subframes (e.g. captchas) [tor-browser]
|
|
| 8 | + * Bug 44397: Rebase Tor Browser legacy onto 115.31.0esr [tor-browser]
|
|
| 9 | + * Bug 44409: Backport Security Fixes from Firefox 146 [tor-browser]
|
|
| 10 | + * Build System
|
|
| 11 | + * All Platforms
|
|
| 12 | + * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build]
|
|
| 13 | + |
|
| 14 | +Tor Browser 13.5.26 - December 09 2025
|
|
| 15 | + * All Platforms
|
|
| 16 | + * Updated Firefox to 115.31.0esr
|
|
| 17 | + * Updated NoScript to 13.5.2.1984
|
|
| 18 | + * Updated Tor to 0.4.8.21
|
|
| 19 | + * Bug 22974: Self-host NoScript Updates [tor-browser]
|
|
| 20 | + * Bug 44397: Rebase Tor Browser legacy onto 115.31.0esr [tor-browser]
|
|
| 21 | + * Bug 44409: Backport Security Fixes from Firefox 146 [tor-browser]
|
|
| 22 | + * Build System
|
|
| 23 | + * All Platforms
|
|
| 24 | + * Bug 41644: Self-hosted browser extensions support in relprep.py [tor-browser-build]
|
|
| 25 | + |
|
| 1 | 26 | Tor Browser 13.5.25 - November 13 2025
|
| 2 | 27 | * All Platforms
|
| 3 | 28 | * Updated Tor to 0.4.8.20
|
| ... | ... | @@ -103,9 +103,9 @@ input_files: |
| 103 | 103 | enable: '[% ! c("var/android") %]'
|
| 104 | 104 | - filename: Bundle-Data
|
| 105 | 105 | enable: '[% ! c("var/android") %]'
|
| 106 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4609561/noscript-13.4.xpi
|
|
| 106 | + - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.5.2.1984.xpi
|
|
| 107 | 107 | name: noscript
|
| 108 | - sha256sum: 9496d2bc785f2b6dff36a3d6f60fa1a70d7b9a1895bc738c30387c94cd945168
|
|
| 108 | + sha256sum: 4579c70b69e3198ea0bf064f9912b9341696b9ad4ed177cb19994208872425fd
|
|
| 109 | 109 | - URL: https://addons.mozilla.org/firefox/downloads/file/4359936/ublock_origin-1.60.0.xpi
|
| 110 | 110 | name: ublock-origin
|
| 111 | 111 | sha256sum: e2cda9b2a1b0a7f6e5ef0da9f87f28df52f8560587ba2e51a3003121cfb81600
|
| ... | ... | @@ -16,12 +16,12 @@ container: |
| 16 | 16 | use_container: 1
|
| 17 | 17 | |
| 18 | 18 | var:
|
| 19 | - firefox_platform_version: 115.30.0
|
|
| 19 | + firefox_platform_version: 115.31.0
|
|
| 20 | 20 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
| 21 | 21 | browser_series: '13.5'
|
| 22 | 22 | browser_rebase: 1
|
| 23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 24 | - browser_build: 3
|
|
| 24 | + browser_build: 2
|
|
| 25 | 25 | branding_directory_prefix: 'tb'
|
| 26 | 26 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
| 27 | 27 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
| 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.20
|
|
| 3 | +version: 0.4.8.21
|
|
| 4 | 4 | git_hash: 'tor-[% c("version") %]'
|
| 5 | 5 | git_url: https://gitlab.torproject.org/tpo/core/tor.git
|
| 6 | 6 | git_submodule: 1
|
| ... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
| 12 | 12 | steps:
|
| 13 | 13 | base-browser:
|
| 14 | 14 | base-browser: '[% INCLUDE build %]'
|
| 15 | - git_hash: df313475cfd9eba31009edca530803dd991264d7
|
|
| 15 | + git_hash: d366318349af0977ff23b492fa87e436e8672fdd
|
|
| 16 | 16 | targets:
|
| 17 | 17 | nightly:
|
| 18 | 18 | git_hash: 'base-browser'
|
| 19 | 19 | tor-browser:
|
| 20 | 20 | tor-browser: '[% INCLUDE build %]'
|
| 21 | - git_hash: 4fcb19da2c6b62bdd96828172162bea89ee3231e
|
|
| 21 | + git_hash: 45b67d3be52f79e8a4b361fd04ab12f342ab0016
|
|
| 22 | 22 | targets:
|
| 23 | 23 | nightly:
|
| 24 | 24 | git_hash: 'tor-browser'
|
| ... | ... | @@ -73,11 +73,11 @@ buildconf: |
| 73 | 73 | git_signtag_opt: '-s'
|
| 74 | 74 | |
| 75 | 75 | var:
|
| 76 | - torbrowser_version: '13.5.25'
|
|
| 76 | + torbrowser_version: '13.5.26'
|
|
| 77 | 77 | torbrowser_build: 'build1'
|
| 78 | 78 | # This should be the date of when the build is started. For the build
|
| 79 | 79 | # to be reproducible, browser_release_date should always be in the past.
|
| 80 | - browser_release_date: '2025/11/12 11:00:00'
|
|
| 80 | + browser_release_date: '2025/12/07 18:15:20'
|
|
| 81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
| 82 | 82 | browser_platforms:
|
| 83 | 83 | # is_android_release and is_desktop_release are used to quickly
|
| ... | ... | @@ -115,9 +115,9 @@ var: |
| 115 | 115 | updater_enabled: 1
|
| 116 | 116 | build_mar: 1
|
| 117 | 117 | torbrowser_incremental_from:
|
| 118 | + - 13.5.25
|
|
| 118 | 119 | - 13.5.24
|
| 119 | 120 | - 13.5.23
|
| 120 | - - 13.5.22
|
|
| 121 | 121 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
| 122 | 122 | |
| 123 | 123 | # By default, we sort the list of installed packages. This allows sharing
|
| ... | ... | @@ -271,7 +271,6 @@ class ChangelogBuilder: |
| 271 | 271 | if not self.is_mullvad:
|
| 272 | 272 | names.update(
|
| 273 | 273 | {
|
| 274 | - "GeckoView": "firefox",
|
|
| 275 | 274 | "Tor": "tor",
|
| 276 | 275 | "OpenSSL": "openssl",
|
| 277 | 276 | "zlib": "zlib",
|