morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits:
- 
f73d0c17
by Morgan at 2025-04-28T20:02:35+00:00
4 changed files:
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/translation/config
- rbm.conf
Changes:
| 1 | +Tor Browser 13.5.16 - April 29 2025
 | |
| 2 | + * All Platforms
 | |
| 3 | +   * Updated Firefox to 115.23.0esr
 | |
| 4 | +   * Bug 43673: Rebase Tor Browser 13.5.x onto Firefox 115.23.0esr [tor-browser]
 | |
| 5 | +   * Bug 43691: Backport security fixes from Firefox 138 [tor-browser]
 | |
| 6 | + | |
| 1 | 7 |  Tor Browser 13.5.15 - April 01 2025
 | 
| 2 | 8 |   * All Platforms
 | 
| 3 | 9 |     * Updated Firefox to 115.22.0esr
 | 
| ... | ... | @@ -15,12 +15,12 @@ container: | 
| 15 | 15 |    use_container: 1
 | 
| 16 | 16 | |
| 17 | 17 |  var:
 | 
| 18 | -  firefox_platform_version: 115.22.0
 | |
| 18 | +  firefox_platform_version: 115.23.0
 | |
| 19 | 19 |    firefox_version: '[% c("var/firefox_platform_version") %]esr'
 | 
| 20 | 20 |    browser_series: '13.5'
 | 
| 21 | 21 |    browser_rebase: 1
 | 
| 22 | 22 |    browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
 | 
| 23 | -  browser_build: 3
 | |
| 23 | +  browser_build: 2
 | |
| 24 | 24 |    branding_directory_prefix: 'tb'
 | 
| 25 | 25 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| 26 | 26 |    nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
 | 
| ... | ... | @@ -12,13 +12,13 @@ compress_tar: 'gz' | 
| 12 | 12 |  steps:
 | 
| 13 | 13 |    base-browser:
 | 
| 14 | 14 |      base-browser: '[% INCLUDE build %]'
 | 
| 15 | -    git_hash: d687be19490caa48a46a3e2193bda95d57cbb96d
 | |
| 15 | +    git_hash: 04331f4c8177a09f0785f8cf2604dcebde139be5
 | |
| 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: 95b60f2679611d39b035f2e45555c2c3d64d991f
 | |
| 21 | +    git_hash: 5f4849f6d050316f9d7fe90018d1a83a3d191341
 | |
| 22 | 22 |      targets:
 | 
| 23 | 23 |        nightly:
 | 
| 24 | 24 |          git_hash: 'tor-browser'
 | 
| ... | ... | @@ -73,19 +73,18 @@ buildconf: | 
| 73 | 73 |    git_signtag_opt: '-s'
 | 
| 74 | 74 | |
| 75 | 75 |  var:
 | 
| 76 | -  torbrowser_version: '13.5.15'
 | |
| 77 | -  torbrowser_build: 'build2'
 | |
| 76 | +  torbrowser_version: '13.5.16'
 | |
| 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/03/31 18:28:08'
 | |
| 80 | +  browser_release_date: '2025/04/28 19:01:53'
 | |
| 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.15
 | |
| 85 | 86 |      - 13.5.14
 | 
| 86 | 87 |      - 13.5.13
 | 
| 87 | -    - 13.5.12
 | |
| 88 | -    - 13.5.11
 | |
| 89 | 88 |    mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
 | 
| 90 | 89 | |
| 91 | 90 |    # By default, we sort the list of installed packages. This allows sharing
 |