Verified Commit a92d6071 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame 🎃
Browse files

Bug 41366: Prepare Tor Browser Legacy 13.5.13

parent 6ea176f3
Loading
Loading
Loading
Loading
+15 −1
Original line number Diff line number Diff line
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]
+2 −2
Original line number Diff line number Diff line
@@ -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") %]'
+2 −2
Original line number Diff line number Diff line
# 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-[% c("version") %]/openssl-[% c("version") %].tar.gz'
    sha256sum: 23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533
    sha256sum: 57e03c50feab5d31b152af2b764f10379aecd8ee92f16c985983ce4a99f7ef86
    name: openssl
+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.13
version: 0.4.8.14
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: 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'
Loading