Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
a92d6071
by Pier Angelo Vendrame at 2025-03-03T18:33:56+01:00
6 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/openssl/config
- projects/tor/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Tor Browser 13.5.13 - March 04 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated Firefox to 115.21.0esr
|
|
4 | + * Updated Tor to 0.4.8.14
|
|
5 | + * Updated OpenSSL to 3.0.16
|
|
6 | + * Bug 43168: Review ESR 115 expiry date for legacy OS message [tor-browser]
|
|
7 | + * Bug 43530: Rebase Tor Browser legacy onto 115.21.0esr [tor-browser]
|
|
8 | + * Bug 41362: Remove meek azure from the builtin bridges [tor-browser-build]
|
|
9 | + * Build System
|
|
10 | + * All Platforms
|
|
11 | + * Bug 41380: Update kick-devmole script to use Mullvad's new GitHub action [tor-browser-build]
|
|
12 | + * Bug 41384: OpenSSL hash files have changed format [tor-browser-build]
|
|
13 | + * macOS
|
|
14 | + * Bug 41367: Backport to legacy: Bug 41314: Add tools/setup-martools and use it in dmg2mar and update_response scripts [tor-browser-build]
|
|
15 | + |
|
1 | 16 | Tor Browser 13.5.12 - February 04 2025
|
2 | 17 | * All Platforms
|
3 | 18 | * Updated Firefox to 115.20.0esr
|
... | ... | @@ -14,7 +29,6 @@ Tor Browser 13.5.11 - July 01 2025 |
14 | 29 | * All Platforms
|
15 | 30 | * Updated Firefox to 115.19.0esr
|
16 | 31 | * Updated NoScript to 12.1.1
|
17 | - * Updated GeckoView to 115.19.0esr
|
|
18 | 32 | * Bug 43176: noscript-marker CSP warnings in the console [tor-browser]
|
19 | 33 | * Bug 43269: NoScript localization issue [tor-browser]
|
20 | 34 | * Bug 43282: Unable to click/tap/select anything adjacent the WebGL placeholders [tor-browser]
|
... | ... | @@ -14,12 +14,12 @@ container: |
14 | 14 | use_container: 1
|
15 | 15 | |
16 | 16 | var:
|
17 | - firefox_platform_version: 115.20.0
|
|
17 | + firefox_platform_version: 115.21.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: 3
|
|
22 | + browser_build: 2
|
|
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") %]'
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 3.0.15
|
|
2 | +version: 3.0.16
|
|
3 | 3 | filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
4 | 4 | container:
|
5 | 5 | use_container: 1
|
... | ... | @@ -36,5 +36,5 @@ input_files: |
36 | 36 | - name: '[% c("var/compiler") %]'
|
37 | 37 | project: '[% c("var/compiler") %]'
|
38 | 38 | - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
|
39 | - sha256sum: 23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533
|
|
39 | + sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
|
|
40 | 40 | name: openssl |
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.13
|
|
3 | +version: 0.4.8.14
|
|
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: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57
|
|
15 | + git_hash: 21fed48fc58df9e6c4d9f67b048fcae831df50c9
|
|
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: dd30508387040bf0a1217a1eb9edb80ac21926f2
|
|
21 | + git_hash: 100908b702f92bc001b69cdd70f96a6e63134516
|
|
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.12'
|
|
76 | + torbrowser_version: '13.5.13'
|
|
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/02/03 10:30:01'
|
|
80 | + browser_release_date: '2025/03/03 17:00:00'
|
|
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.12
|
|
85 | 86 | - 13.5.11
|
86 | 87 | - 13.5.10
|
87 | - - 13.5.9
|
|
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
|