ma1 pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
aa6edcb9
by hackademix at 2025-05-17T22:47:02+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.17 - May 18 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 115.23.1esr
|
|
4 | + * Updated NoScript to 12.6
|
|
5 | + * Updated GeckoView to 115.23.1esr
|
|
6 | + * Bug 43801: Rebase Legacy 13.5.17 onto Firefox 115.23.1esr [tor-browser]
|
|
7 | + * Bug 41460: Add brizental to the list of people who can sign Tor Browser and Mullvad Browser tags [tor-browser-build]
|
|
8 | + |
|
1 | 9 | Tor Browser 13.5.16 - April 29 2025
|
2 | 10 | * All Platforms
|
3 | 11 | * Updated Firefox to 115.23.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/4411102/noscript-12.1.1.xpi
|
|
106 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4482368/noscript-12.6.xpi
|
|
107 | 107 | name: noscript
|
108 | - sha256sum: f9639e63ffcfc352036de00e4ff6694bb0ca65a0bb8fbd103bd08f32dc1ff31a
|
|
108 | + sha256sum: 91d9aecbccdbad8b370ec243108f45328fa638d924b74e0abe6f2ca870dd1bf6
|
|
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.23.0
|
|
19 | + firefox_platform_version: 115.23.1
|
|
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: 04331f4c8177a09f0785f8cf2604dcebde139be5
|
|
15 | + git_hash: cbb22f086f26899d8cd74ad2419535638ea84d1a
|
|
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: 5f4849f6d050316f9d7fe90018d1a83a3d191341
|
|
21 | + git_hash: 0145a0f66043525a0c5c85fbaa84dfb082224809
|
|
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.16'
|
|
76 | + torbrowser_version: '13.5.17'
|
|
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/04/28 19:01:53'
|
|
80 | + browser_release_date: '2025/05/17 20:24:07'
|
|
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.16
|
|
85 | 86 | - 13.5.15
|
86 | 87 | - 13.5.14
|
87 | - - 13.5.13
|
|
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
|