ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
5f977a1f
by hackademix at 2025-08-18T21:48:21+02:00
5 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.5.21 - August 19 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 115.27.0esr
|
|
4 | + * Updated NoScript to 13.0.9
|
|
5 | + * Bug 43168: Review ESR 115 expiry date for legacy OS message [tor-browser]
|
|
6 | + * Bug 44041: Letterboxing causes greyed out alert background to be mis-aligned [tor-browser]
|
|
7 | + * Bug 44048: Backport Bug 1979608 [tor-browser]
|
|
8 | + * Bug 44100: Backport Security Fixes from Firefox 142 [tor-browser]
|
|
9 | + |
|
1 | 10 | Tor Browser 13.5.20 - July 22 2025
|
2 | 11 | * All Platforms
|
3 | 12 | * Updated Firefox to 115.26.0esr
|
... | ... | @@ -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/4497468/noscript-13.0.8.xpi
|
|
106 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4551629/noscript-13.0.9.xpi
|
|
107 | 107 | name: noscript
|
108 | - sha256sum: 9d978cfe083cb9cce120b5ee41e8933d752d7ab4680bf517c5ec4b29c4cfd2dc
|
|
108 | + sha256sum: 525ab61aff21f67d10c3e20965a86ed479631549908a658f54692adc47d771f5
|
|
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,7 +16,7 @@ container: |
16 | 16 | use_container: 1
|
17 | 17 | |
18 | 18 | var:
|
19 | - firefox_platform_version: 115.26.0
|
|
19 | + firefox_platform_version: 115.27.0
|
|
20 | 20 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
21 | 21 | browser_series: '13.5'
|
22 | 22 | browser_rebase: 1
|
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 8600afeb12fdae895c37618e1386c1a1ac2f5308
|
|
15 | + git_hash: e3eb649b9b964e3e874969aae0bf51cfa35488f9
|
|
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: 9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e
|
|
21 | + git_hash: e8471a5feca51868b261ecf3238f387269177427
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -73,18 +73,18 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '13.5.20'
|
|
76 | + torbrowser_version: '13.5.21'
|
|
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/07/22 13:07:32'
|
|
80 | + browser_release_date: '2025/08/18 19:35:49'
|
|
81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82 | 82 | updater_enabled: 1
|
83 | 83 | build_mar: 1
|
84 | 84 | torbrowser_incremental_from:
|
85 | + - 13.5.20
|
|
85 | 86 | - 13.5.19
|
86 | 87 | - 13.5.18
|
87 | - - 13.5.17
|
|
88 | 88 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
89 | 89 | |
90 | 90 | # By default, we sort the list of installed packages. This allows sharing
|