Verified Commit 527c5de4 authored by ma1's avatar ma1
Browse files

Bug 41804&41805: Prepare Tor, Mullvad Browser 15.0.16

parent 0f2771f3
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
Mullvad Browser 15.0.16 - June 16 2026
 * All Platforms
   * Updated Firefox to 140.12.0esr
   * Updated NoScript to 13.6.24.1984
   * Updated uBlock Origin to 1.71.0
   * Bug 553: Rebase Mullvad Browser stable onto 140.12.0esr [mullvad-browser]
   * Bug 45044: NS 13.6.19.902 DocStartInjection regressed [tor-browser]
   * Bug 45054: Backport Security Fixes from Firefox 152 [tor-browser]
 * Build System
   * All Platforms
     * Bug 41802: Remove the tor daemon requirement for signing [tor-browser-build]

Mullvad Browser 15.0.16 - June 15 2026
 * All Platforms
   * Updated Firefox to 140.12.0esr
   * Updated NoScript to 13.6.23.1984
   * Updated uBlock Origin to 1.71.0
   * Bug 553: Rebase Mullvad Browser stable onto 140.12.0esr [mullvad-browser]
   * Bug 45044: NS 13.6.19.902 DocStartInjection regressed [tor-browser]
   * Bug 45054: Backport Security Fixes from Firefox 152 [tor-browser]
 * Build System
   * All Platforms
     * Bug 41802: Remove the tor daemon requirement for signing [tor-browser-build]

Mullvad Browser 15.0.14 - May 19 2026
 * All Platforms
   * Updated Firefox to 140.11.0esr
+34 −0
Original line number Diff line number Diff line
Tor Browser 15.0.16 - June 16 2026
 * All Platforms
   * Updated NoScript to 13.6.24.1984
   * Updated OpenSSL to 3.5.7
   * Bug 45044: NS 13.6.19.902 DocStartInjection regressed [tor-browser]
   * Bug 45046: Rebase Tor Browser stable onto 140.12.0esr [tor-browser]
   * Bug 45054: Backport Security Fixes from Firefox 152 [tor-browser]
 * Windows + macOS + Linux
   * Updated Firefox to 140.12.0esr
 * Android
   * Updated GeckoView to 140.12.0esr
 * Build System
   * All Platforms
     * Bug 41802: Remove the tor daemon requirement for signing [tor-browser-build]
   * Windows + Linux + Android
     * Updated Go to 1.25.11
Tor Browser 15.0.16 - June 15 2026
 * All Platforms
   * Updated NoScript to 13.6.23.1984
   * Updated OpenSSL to 3.5.7
   * Bug 45044: NS 13.6.19.902 DocStartInjection regressed [tor-browser]
   * Bug 45046: Rebase Tor Browser stable onto 140.12.0esr [tor-browser]
   * Bug 45054: Backport Security Fixes from Firefox 152 [tor-browser]
 * Windows + macOS + Linux
   * Updated Firefox to 140.12.0esr
 * Android
   * Updated GeckoView to 140.12.0esr
 * Build System
   * All Platforms
     * Bug 41802: Remove the tor daemon requirement for signing [tor-browser-build]
   * Windows + Linux + Android
     * Updated Go to 1.25.11
Tor Browser 15.0.15 - June 02 2026
 * All Platforms
   * Updated NoScript to 13.6.20.1984
+6 −6
Original line number Diff line number Diff line
@@ -114,15 +114,15 @@ input_files:
  - filename: dmg-root
    enable: '[% ! c("var/android") %]'
  - name: fenix-nightly-apk
    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/06/2026-06-02-09-33-30-fenix-153.0a1-android-arm64-v8a/fenix-153.0a1.multi.android-arm64-v8a.apk
    URL: https://ftp.mozilla.org/pub/fenix/nightly/2026/06/2026-06-15-21-51-40-fenix-154.0a1-android-arm64-v8a/fenix-154.0a1.multi.android-arm64-v8a.apk
    enable: '[% c("var/android") %]'
    sha256sum: aadd1824cad0faa2052c5bea20348ced5c0831bc45e86ac1b35c7d12d8db8330
  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.20.1984.xpi
    sha256sum: 31a4e67fb6bf998e6259104ea734cdbadad5b4da1ab860722576a03d3e3ec9ab
  - URL: https://dist.torproject.org/torbrowser/noscript/noscript-13.6.24.1984.xpi
    name: noscript
    sha256sum: 3950a8844d70dd4ab1cc8c349d779a46d01da2a631607c39a471c7e5749afa21
  - URL: https://addons.mozilla.org/firefox/downloads/file/4721638/ublock_origin-1.70.0.xpi
    sha256sum: 2669919f5a67ba17069716a7e7fb258d75b454d47b902f237764549a923aae92
  - URL: https://addons.mozilla.org/firefox/downloads/file/4814095/ublock_origin-1.71.0.xpi
    name: ublock-origin
    sha256sum: f2730d2877005763a45d765749892e936f49cae713d28f7aa6ea314454b89cf1
    sha256sum: 47f788a1fc2c014830b30bb0ef9588615701b98c5265fb19b8cf4ba779849feb
    enable: '[% c("var/mullvad-browser") %]'
  - URL: https://cdn.mullvad.net/browser-extension/0.9.10/mullvad-browser-extension-0.9.10.xpi
    name: mullvad-extension
+2 −3
Original line number Diff line number Diff line
@@ -18,12 +18,12 @@ container:
  use_container: 1

var:
  firefox_platform_version: '140.11.0'
  firefox_platform_version: '140.12.0'
  firefox_version: '[% c("var/firefox_platform_version") %]esr'
  browser_series: '15.0'
  browser_rebase: 1
  browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
  browser_build: 4
  browser_build: 2
  copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
  nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
  gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
@@ -112,7 +112,6 @@ targets:
  mullvadbrowser:
    git_url: https://gitlab.torproject.org/tpo/applications/mullvad-browser.git
    var:
      browser_build: 2
      gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
      updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
      mar_id_prefix: 'mullvadbrowser-mullvad'
+2 −2
Original line number Diff line number Diff line
@@ -20,12 +20,12 @@ container:
    build_apk: 1

var:
  firefox_platform_version: '140.11.0'
  firefox_platform_version: '140.12.0'
  geckoview_version: '[% c("var/firefox_platform_version") %]esr'
  browser_series: '15.0'
  browser_rebase: 1
  browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
  browser_build: 4
  browser_build: 2
  gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
  git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
  deps:
Loading