brizental pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
- 
4e402745
by Beatriz Rizental at 2025-07-22T15:55:27+02: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.20 - July 22 2025
 | |
| 2 | + * All Platforms
 | |
| 3 | +   * Updated Firefox to 115.26.0esr
 | |
| 4 | +   * Updated Tor to 0.4.8.17
 | |
| 5 | +   * Updated OpenSSL to 3.0.17
 | |
| 6 | +   * Bug 43980: Rebase Tor Browser Legacy onto 115.26.0esr [tor-browser]
 | |
| 7 | +   * Bug 43993: Backport Security Fixes from Firefox 141 [tor-browser]
 | |
| 8 | +   * Bug 41508: Switch built-in meek bridge to meek-unredacted [tor-browser-build]
 | |
| 9 | + | |
| 1 | 10 |  Tor Browser 13.5.19 - June 24 2025
 | 
| 2 | 11 |   * All Platforms
 | 
| 3 | 12 |     * Updated NoScript to 13.0.8
 | 
| ... | ... | @@ -16,12 +16,12 @@ container: | 
| 16 | 16 |    use_container: 1
 | 
| 17 | 17 | |
| 18 | 18 |  var:
 | 
| 19 | -  firefox_platform_version: 115.25.0
 | |
| 19 | +  firefox_platform_version: 115.26.0
 | |
| 20 | 20 |    firefox_version: '[% c("var/firefox_platform_version") %]esr'
 | 
| 21 | 21 |    browser_series: '13.5'
 | 
| 22 | 22 |    browser_rebase: 1
 | 
| 23 | 23 |    browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
 | 
| 24 | -  browser_build: 1
 | |
| 24 | +  browser_build: 3
 | |
| 25 | 25 |    branding_directory_prefix: 'tb'
 | 
| 26 | 26 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| 27 | 27 |    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.16
 | |
| 2 | +version: 3.0.17
 | |
| 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: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
 | |
| 39 | +    sha256sum: dfdd77e4ea1b57ff3a6dbde6b0bdc3f31db5ac99e7fdd4eaf9e1fbb6ec2db8ce
 | |
| 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.16
 | |
| 3 | +version: 0.4.8.17
 | |
| 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: 9f6043e1a51d04f9f6f00ade10e410691fe41f66
 | |
| 15 | +    git_hash: 8600afeb12fdae895c37618e1386c1a1ac2f5308
 | |
| 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: cd3b5ba07ab83e7e0e8e0fdffbc1c4043a5525ca
 | |
| 21 | +    git_hash: 9fe8a13ee4c69f91cd545dc3c575ca8f4851d58e
 | |
| 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.19'
 | |
| 76 | +  torbrowser_version: '13.5.20'
 | |
| 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/06/23 18:56:30'
 | |
| 80 | +  browser_release_date: '2025/07/22 13:07:32'
 | |
| 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.19
 | |
| 85 | 86 |      - 13.5.18
 | 
| 86 | 87 |      - 13.5.17
 | 
| 87 | -    - 13.5.16
 | |
| 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
 |