Pier Angelo Vendrame pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
-
d692ed59
by Pier Angelo Vendrame at 2025-09-16T08:25:33+02:00
9 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/browser/config
- projects/firefox/config
- projects/geckoview/config
- projects/manual/config
- projects/openssl/config
- projects/translation/config
- rbm.conf
Changes:
1 | +Mullvad Browser 14.5.7 - September 16 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated uBlock Origin to 1.66.0
|
|
4 | + * Bug 44199: Backport Security Fixes from Firefox 143 [tor-browser]
|
|
5 | + * Bug 41462: Backport #40994 and #41280: Add support in signing scripts to sign release for some archs only & Update download-android-*.json files for android-only releases [tor-browser-build]
|
|
6 | + * Bug 41543: mmdebstrap-image fails to build bookworm images on maint-14.5 [tor-browser-build]
|
|
7 | + * Build System
|
|
8 | + * Linux
|
|
9 | + * Bug 41560: Backport mullvad-browser#463: Fix typo in MimeType entry in .desktop file included in deb/rpm package [tor-browser-build]
|
|
10 | + |
|
1 | 11 | Mullvad Browser 14.5.6 - August 19 2025
|
2 | 12 | * All Platforms
|
3 | 13 | * Updated Firefox to 128.14.0esr
|
1 | +Tor Browser 14.5.7 - September 16 2025
|
|
2 | + * All Platforms
|
|
3 | + * Updated OpenSSL to 3.5.2
|
|
4 | + * Bug 44136: Backport tor-browser#44081: Swiping away the "private tabs" notification requires rebootstrapping [tor-browser]
|
|
5 | + * Bug 44199: Backport Security Fixes from Firefox 143 [tor-browser]
|
|
6 | + * Bug 41441: Backport tor-browser-build#41432: Bump OpenSSL to 3.5.0 [tor-browser-build]
|
|
7 | + * Bug 41462: Backport #40994 and #41280: Add support in signing scripts to sign release for some archs only & Update download-android-*.json files for android-only releases [tor-browser-build]
|
|
8 | + * Bug 41543: mmdebstrap-image fails to build bookworm images on maint-14.5 [tor-browser-build]
|
|
9 | + * Build System
|
|
10 | + * All Platforms
|
|
11 | + * Bug 41554: Export SIGNING_PROJECTNAME and tbb_version in linux-signer-sign-android-apks, in maint-14.5 [tor-browser-build]
|
|
12 | + |
|
1 | 13 | Tor Browser 14.5.6 - August 19 2025
|
2 | 14 | * All Platforms
|
3 | 15 | * Updated NoScript to 13.0.9
|
... | ... | @@ -114,9 +114,9 @@ input_files: |
114 | 114 | - URL: https://addons.mozilla.org/firefox/downloads/file/4551629/noscript-13.0.9.xpi
|
115 | 115 | name: noscript
|
116 | 116 | sha256sum: 525ab61aff21f67d10c3e20965a86ed479631549908a658f54692adc47d771f5
|
117 | - - URL: https://addons.mozilla.org/firefox/downloads/file/4531307/ublock_origin-1.65.0.xpi
|
|
117 | + - URL: https://addons.mozilla.org/firefox/downloads/file/4573289/ublock_origin-1.66.0.xpi
|
|
118 | 118 | name: ublock-origin
|
119 | - sha256sum: 3e73c96a29a933866065f0756fe032984bf5b254af8dd1afd7a7f7e0668a33cf
|
|
119 | + sha256sum: 155820bace5bf7c8ba547e27678a4a25251131c54904f02f5bf340996f6fdbdc
|
|
120 | 120 | enable: '[% c("var/mullvad-browser") %]'
|
121 | 121 | - URL: https://cdn.mullvad.net/browser-extension/0.9.4/mullvad-browser-extension-0.9.4.xpi
|
122 | 122 | name: mullvad-extension
|
... | ... | @@ -21,7 +21,7 @@ var: |
21 | 21 | browser_series: '14.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: 5
|
|
25 | 25 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
26 | 26 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
27 | 27 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
... | ... | @@ -23,7 +23,7 @@ var: |
23 | 23 | browser_series: '14.5'
|
24 | 24 | browser_rebase: 1
|
25 | 25 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
26 | - browser_build: 2
|
|
26 | + browser_build: 5
|
|
27 | 27 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
28 | 28 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
29 | 29 | deps:
|
1 | 1 | # vim: filetype=yaml sw=2
|
2 | 2 | # To update, see doc/how-to-update-the-manual.txt
|
3 | 3 | # Remember to update also the package's hash, with the version!
|
4 | -version: 302669
|
|
4 | +version: 311002
|
|
5 | 5 | filename: 'manual-[% c("version") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
|
6 | 6 | container:
|
7 | 7 | use_container: 1
|
... | ... | @@ -23,6 +23,6 @@ input_files: |
23 | 23 | - project: container-image
|
24 | 24 | - URL: 'https://build-sources.tbb.torproject.org/manual_[% c("version") %].zip'
|
25 | 25 | name: manual
|
26 | - sha256sum: 44ce38d4a30af0d6f296d0c0eb477375dbaf9d883401cd78b2117d5c85b34f69
|
|
26 | + sha256sum: 9adb7d8ca2c9cb7dbd8d13d46135ea9f42636eafd053192fc5e233f2426cd8a3
|
|
27 | 27 | - filename: packagemanual.py
|
28 | 28 | name: package_script |
1 | 1 | # vim: filetype=yaml sw=2
|
2 | -version: 3.5.0
|
|
2 | +version: 3.5.2
|
|
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
|
... | ... | @@ -33,5 +33,5 @@ input_files: |
33 | 33 | - name: '[% c("var/compiler") %]'
|
34 | 34 | project: '[% c("var/compiler") %]'
|
35 | 35 | - URL: 'https://github.com/openssl/openssl/releases/download/openssl-[% c("version") %]/openssl-[% c("version") %].tar.gz'
|
36 | - sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
|
|
36 | + sha256sum: c53a47e5e441c930c3928cf7bf6fb00e5d129b630e0aa873b08258656e7345ec
|
|
37 | 37 | name: openssl |
... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' |
12 | 12 | steps:
|
13 | 13 | base-browser:
|
14 | 14 | base-browser: '[% INCLUDE build %]'
|
15 | - git_hash: 9896e5765c90c763b97135fdda00a08cf08dbddd
|
|
15 | + git_hash: 0605fd89b582f841ff494213ace40558043593d7
|
|
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: a58fb6a60d4d1328b7cffcc1e6ded5673f5e4360
|
|
21 | + git_hash: 0513af059216580b1e8159af3a808ab4a1b32f84
|
|
22 | 22 | targets:
|
23 | 23 | nightly:
|
24 | 24 | git_hash: 'tor-browser'
|
... | ... | @@ -32,7 +32,7 @@ steps: |
32 | 32 | fenix: '[% INCLUDE build %]'
|
33 | 33 | # We need to bump the commit before releasing but just pointing to a branch
|
34 | 34 | # might cause too much rebuidling of the Firefox part.
|
35 | - git_hash: 4e0bd31d22c24577bb5bdf275e0b6070e6412a2a
|
|
35 | + git_hash: 87d728e886d1bbb98adcd3abe92b0a00cc582ece
|
|
36 | 36 | compress_tar: 'zst'
|
37 | 37 | targets:
|
38 | 38 | nightly:
|
... | ... | @@ -73,11 +73,11 @@ buildconf: |
73 | 73 | git_signtag_opt: '-s'
|
74 | 74 | |
75 | 75 | var:
|
76 | - torbrowser_version: '14.5.6'
|
|
76 | + torbrowser_version: '14.5.7'
|
|
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/08/18 11:00:00'
|
|
80 | + browser_release_date: '2025/09/15 18:55:38'
|
|
81 | 81 | browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]'
|
82 | 82 | browser_default_channel: release
|
83 | 83 | browser_platforms:
|
... | ... | @@ -127,13 +127,13 @@ var: |
127 | 127 | updater_enabled: 1
|
128 | 128 | build_mar: 1
|
129 | 129 | torbrowser_incremental_from:
|
130 | + - 14.5.6
|
|
130 | 131 | - 14.5.5
|
131 | 132 | - 14.5.4
|
132 | - - 14.5.3
|
|
133 | 133 | mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
|
134 | 134 | |
135 | - torbrowser_legacy_version: 13.5.21
|
|
136 | - torbrowser_legacy_platform_version: 115.27.0
|
|
135 | + torbrowser_legacy_version: 13.5.22
|
|
136 | + torbrowser_legacy_platform_version: 115.28.0
|
|
137 | 137 | |
138 | 138 | # By default, we sort the list of installed packages. This allows sharing
|
139 | 139 | # containers with identical list of packages, even if they are not listed
|