morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
82b59fa5
by Morgan at 2025-06-23T19:18:11+00: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.19 - June 24 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated NoScript to 13.0.8
|
|
4 | + * Bug 43835: Backport tor-browser#43782: Add new UX flow for changing security level (Desktop) [tor-browser]
|
|
5 | + * Bug 43910: Rebase Tor Browser 13.5.19 Legacy onto Firefox 115.25.0esr [tor-browser]
|
|
6 | + * Bug 43911: Backport security fixes from Firefox 140 [tor-browser]
|
|
7 | + * Build System
|
|
8 | + * All Platforms
|
|
9 | + * Bug 41477: Update keyring/boklm.gpg for new subkeys (2025) [tor-browser-build]
|
|
10 | + * Bug 41498: Update keyring/morgan.gpg with updated public key [tor-browser-build]
|
|
11 | + |
|
1 | 12 | Tor Browser 13.5.18 - May 27 2025
|
2 | 13 | * All Platforms
|
3 | 14 | * Updated Firefox to 115.24.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/4495120/noscript-13.0.6.xpi
|
|
106 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4497468/noscript-13.0.8.xpi
|
|
107 | 107 | name: noscript
|
108 | - sha256sum: 85066ef24c44cc839b2d6bbe4d3d08652c8e09f06515e1b86ee72ba26c406989
|
|
108 | + sha256sum: 9d978cfe083cb9cce120b5ee41e8933d752d7ab4680bf517c5ec4b29c4cfd2dc
|
|
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.24.0
|
|
19 | + firefox_platform_version: 115.25.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: 2
|
|
24 | + browser_build: 1
|
|
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") %]'
|
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 90dbac96420394aa35ce29385814742ac4942b26
|
|
15 | + git_hash: 9f6043e1a51d04f9f6f00ade10e410691fe41f66
|
|
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: 9cbc3b3d25d2c5c77f1b6b3172ba6bcad2563939
|
|
21 | + git_hash: cd3b5ba07ab83e7e0e8e0fdffbc1c4043a5525ca
|
|
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.18'
|
|
76 | + torbrowser_version: '13.5.19'
|
|
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/05/26 20:58:45'
|
|
80 | + browser_release_date: '2025/06/23 18:56:30'
|
|
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.18
|
|
85 | 86 | - 13.5.17
|
86 | 87 | - 13.5.16
|
87 | - - 13.5.15
|
|
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
|