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 Bug 41366: Prepare Tor Browser Legacy 13.5.13
- - - - -
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:
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,18 @@ +Tor Browser 13.5.13 - March 04 2025 + * All Platforms + * Updated Firefox to 115.21.0esr + * Updated Tor to 0.4.8.14 + * Updated OpenSSL to 3.0.16 + * Bug 43168: Review ESR 115 expiry date for legacy OS message [tor-browser] + * Bug 43530: Rebase Tor Browser legacy onto 115.21.0esr [tor-browser] + * Bug 41362: Remove meek azure from the builtin bridges [tor-browser-build] + * Build System + * All Platforms + * Bug 41380: Update kick-devmole script to use Mullvad's new GitHub action [tor-browser-build] + * Bug 41384: OpenSSL hash files have changed format [tor-browser-build] + * macOS + * Bug 41367: Backport to legacy: Bug 41314: Add tools/setup-martools and use it in dmg2mar and update_response scripts [tor-browser-build] + Tor Browser 13.5.12 - February 04 2025 * All Platforms * Updated Firefox to 115.20.0esr @@ -14,7 +29,6 @@ Tor Browser 13.5.11 - July 01 2025 * All Platforms * Updated Firefox to 115.19.0esr * Updated NoScript to 12.1.1 - * Updated GeckoView to 115.19.0esr * Bug 43176: noscript-marker CSP warnings in the console [tor-browser] * Bug 43269: NoScript localization issue [tor-browser] * Bug 43282: Unable to click/tap/select anything adjacent the WebGL placeholders [tor-browser]
===================================== projects/firefox/config ===================================== @@ -14,12 +14,12 @@ container: use_container: 1
var: - firefox_platform_version: 115.20.0 + firefox_platform_version: 115.21.0 firefox_version: '[% c("var/firefox_platform_version") %]esr' browser_series: '13.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 3 + browser_build: 2 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
===================================== projects/openssl/config ===================================== @@ -1,5 +1,5 @@ # vim: filetype=yaml sw=2 -version: 3.0.15 +version: 3.0.16 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 @@ -36,5 +36,5 @@ input_files: - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' - URL: 'https://github.com/openssl/openssl/releases/download/openssl-%5B% c("version") %]/openssl-[% c("version") %].tar.gz' - sha256sum: 23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533 + sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86 name: openssl
===================================== projects/tor/config ===================================== @@ -1,6 +1,6 @@ # vim: filetype=yaml sw=2 filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' -version: 0.4.8.13 +version: 0.4.8.14 git_hash: 'tor-[% c("version") %]' git_url: https://gitlab.torproject.org/tpo/core/tor.git git_submodule: 1
===================================== projects/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57 + git_hash: 21fed48fc58df9e6c4d9f67b048fcae831df50c9 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: dd30508387040bf0a1217a1eb9edb80ac21926f2 + git_hash: 100908b702f92bc001b69cdd70f96a6e63134516 targets: nightly: git_hash: 'tor-browser'
===================================== rbm.conf ===================================== @@ -73,18 +73,18 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '13.5.12' + torbrowser_version: '13.5.13' torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/02/03 10:30:01' + browser_release_date: '2025/03/03 17:00:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 13.5.12 - 13.5.11 - 13.5.10 - - 13.5.9 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
# By default, we sort the list of installed packages. This allows sharing
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a9...
tbb-commits@lists.torproject.org