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 Bug 41351: Prepare Tor Browser Legacy 13.5.12
- - - - -
4 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - projects/translation/config - rbm.conf
Changes:
===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,15 @@ +Tor Browser 13.5.12 - February 04 2025 + * All Platforms + * Updated Firefox to 115.20.0esr + * Bug 43447: Backport stable and legacy: Some .tor.onion sites are not displaying the underlying V3 onion address in alpha [tor-browser] + * Bug 43450: Rebase Tor Browser legacy onto 115.20.0esr [tor-browser] + * Bug 43451: Backport security fixes from Firefox 135 [tor-browser] + * Build System + * All Platforms + * Bug 41324: Improve build signing ergonomics [tor-browser-build] + * Bug 41350: Increase timeout in rcodesign-notary-submit [tor-browser-build] + * Bug 41357: keyring/anti-censorship.gpg is in `GPG keybox database version 1` format [tor-browser-build] + Tor Browser 13.5.11 - July 01 2025 * All Platforms * Updated Firefox to 115.19.0esr
===================================== projects/firefox/config ===================================== @@ -14,12 +14,12 @@ container: use_container: 1
var: - firefox_platform_version: 115.19.0 + firefox_platform_version: 115.20.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: 1 + browser_build: 3 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/translation/config ===================================== @@ -12,13 +12,13 @@ compress_tar: 'gz' steps: base-browser: base-browser: '[% INCLUDE build %]' - git_hash: bb1df34ec79d55dcd1e0ebc80cb2c72d27c462b7 + git_hash: 93eddbd3888852c09e130d536fb3c9bd7e4e6f57 targets: nightly: git_hash: 'base-browser' tor-browser: tor-browser: '[% INCLUDE build %]' - git_hash: ed3c2270e0a932596abb9fdb9a9f7151fb74d3a1 + git_hash: dd30508387040bf0a1217a1eb9edb80ac21926f2 targets: nightly: git_hash: 'tor-browser'
===================================== rbm.conf ===================================== @@ -73,19 +73,18 @@ buildconf: git_signtag_opt: '-s'
var: - torbrowser_version: '13.5.11' + torbrowser_version: '13.5.12' 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/01/06 13:10:30' + browser_release_date: '2025/02/03 10:30:01' 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.11 - 13.5.10 - 13.5.9 - # 13.5.8 was Android-only - - 13.5.7 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/45...