Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
45eb8dd6
by Pier Angelo Vendrame at 2025-02-03T11:52:30+01:00
4 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.5.12 - February 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 115.20.0esr
|
|
4 | + * Bug 43447: Backport stable and legacy: Some .tor.onion sites are not displaying the underlying V3 onion address in alpha [tor-browser]
|
|
5 | + * Bug 43450: Rebase Tor Browser legacy onto 115.20.0esr [tor-browser]
|
|
6 | + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser]
|
|
7 | + * Build System
|
|
8 | + * All Platforms
|
|
9 | + * Bug 41324: Improve build signing ergonomics [tor-browser-build]
|
|
10 | + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build]
|
|
11 | + * Bug 41357: keyring/anti-censorship.gpg is in `GPG keybox database version 1` format [tor-browser-build]
|
|
12 | + |
|
1 | 13 | Tor Browser 13.5.11 - July 01 2025
|
2 | 14 | * All Platforms
|
3 | 15 | * Updated Firefox to 115.19.0esr
|
... | ... | @@ -14,12 +14,12 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: 115.19.0
|
|
17 | + firefox_platform_version: 115.20.0
|
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '13.5'
|
20 | 20 | browser_rebase: 1
|
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | - browser_build: 1
|
|
22 | + browser_build: 3
|
|
23 | 23 | branding_directory_prefix: 'tb'
|
24 | 24 | copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
|
25 | 25 | 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: bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7
|
|
15 | + git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57
|
|
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: ed3c2270e0a932596abb9fdb9a9f7151fb74d3a1
|
|
21 | + git_hash: dd30508387040bf0a1217a1eb9edb80ac21926f2
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -73,19 +73,18 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '13.5.11'
|
|
76 | + torbrowser_version: '13.5.12'
|
|
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/01/06 13:10:30'
|
|
80 | + browser_release_date: '2025/02/03 10:30:01'
|
|
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.11
|
|
85 | 86 | - 13.5.10
|
86 | 87 | - 13.5.9
|
87 | - # 13.5.8 was Android-only
|
|
88 | - - 13.5.7
|
|
89 | 88 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
90 | 89 | |
91 | 90 | # By default, we sort the list of installed packages. This allows sharing
|