Commit 508ee534 authored by morgan's avatar morgan 😸
Browse files

Bug 41388: Prepare Tor Browser 13.5.15

parent 6340e344
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
Tor Browser 13.5.15 - April 01 2025
 * All Platforms
   * Updated Firefox to 115.22.0esr
   * Updated Tor to 0.4.8.16
   * Bug 43578: Backport tor-browser#43556 Add the "Dismiss" translations in the survey banner [tor-browser]
   * Bug 43580: Backport tor-browser#43443: Drop effective top level domain for `au.securedrop.tor.onion` [tor-browser]
   * Bug 43587: Rebase Tor Browser legacy onto 115.22.0esr [tor-browser]
   * Bug 43601: Backport security fixes from Firefox 137 [tor-browser]
 * Build System
   * macOS
     * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build]
Tor Browser 13.5.14 - March 27 2025
 * Windows
   * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser]
+2 −2
Original line number Diff line number Diff line
@@ -15,12 +15,12 @@ container:
  use_container: 1

var:
  firefox_platform_version: 115.21.0
  firefox_platform_version: 115.22.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") %]'
+1 −1
Original line number Diff line number Diff line
# vim: filetype=yaml sw=2
filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]'
version: 0.4.8.14
version: 0.4.8.16
git_hash: 'tor-[% c("version") %]'
git_url: https://gitlab.torproject.org/tpo/core/tor.git
git_submodule: 1
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ compress_tar: 'gz'
steps:
  base-browser:
    base-browser: '[% INCLUDE build %]'
    git_hash: 21fed48fc58df9e6c4d9f67b048fcae831df50c9
    git_hash: d687be19490caa48a46a3e2193bda95d57cbb96d
    targets:
      nightly:
        git_hash: 'base-browser'
  tor-browser:
    tor-browser: '[% INCLUDE build %]'
    git_hash: 100908b702f92bc001b69cdd70f96a6e63134516
    git_hash: 95b60f2679611d39b035f2e45555c2c3d64d991f
    targets:
      nightly:
        git_hash: 'tor-browser'
+3 −2
Original line number Diff line number Diff line
@@ -73,15 +73,16 @@ buildconf:
  git_signtag_opt: '-s'

var:
  torbrowser_version: '13.5.14'
  torbrowser_version: '13.5.15'
  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/03/26 22:07:00'
  browser_release_date: '2025/03/31 18:28:08'
  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.14
    - 13.5.13
    - 13.5.12
    - 13.5.11