lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

December 2023

  • 1 participants
  • 125 discussions
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-13.0.8-build1
by richard (@richard) 20 Dec '23

20 Dec '23
richard pushed new tag tbb-13.0.8-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.0] Bug 41055: Prepare Tor Browser 13.0.8
by richard (@richard) 20 Dec '23

20 Dec '23
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build Commits: 2ff8efa4 by Richard Pospesel at 2023-12-20T16:22:50+00:00 Bug 41055: Prepare Tor Browser 13.0.8 - - - - - 2 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,14 @@ +Tor Browser 13.0.8 - December 20 2023 + * Windows + * Bug 41053: All PT's crash instantly in 13.0.7 [tor-browser-build] + * Bug 42179: PTs on Tor Browser 13 do not work with Windows 7 [tor-browser] + * Linux + * Bug 41050: Improve the disk leak sanitization on start-$browser [tor-browser-build] + * Build System + * All Platforms + * Bug 41042: Add options to include updates in the changelog scripts [tor-browser-build] + * Bug 41043: Create script to push build requests to Mullvad build servers [tor-browser-build] + Tor Browser 13.0.7 - December 19 2023 * All Platforms * Updated tor to 0.4.8.10 ===================================== rbm.conf ===================================== @@ -81,12 +81,12 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '13.0.7' + torbrowser_version: '13.0.8' torbrowser_build: 'build1' torbrowser_incremental_from: + - '13.0.7' - '13.0.6' - '13.0.5' - - '13.0.1' updater_enabled: 1 build_mar: 1 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.0] Bug 41053: Use Go 1.20 on Windows, except for Snowflake
by richard (@richard) 20 Dec '23

20 Dec '23
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build Commits: 346521f9 by Pier Angelo Vendrame at 2023-12-20T16:21:41+00:00 Bug 41053: Use Go 1.20 on Windows, except for Snowflake Go 1.21 removed support for Windows 7 and 8. However, Firefox still supports them, so some users try Tor Browser but cannot use PTs. We cannot replicate the problem on our Windows 7 systems, but using Go 1.20.x for Windows should solve the problem for them. Snowflake is still on 1.21 because it is needed for some Pion changes. - - - - - 1 changed file: - projects/go/config Changes: ===================================== projects/go/config ===================================== @@ -1,10 +1,11 @@ # vim: filetype=yaml sw=2 -version: 1.21.5 +version: '[% IF c("var/use_go_1_20") %]1.20.12[% ELSE %]1.21.5[% END %]' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: + use_go_1_20: 0 setup: | mkdir -p /var/tmp/dist tar -C /var/tmp/dist -xf $rootdir/[% c("go_tarfile") %] @@ -72,6 +73,7 @@ targets: windows: var: GOOS: windows + use_go_1_20: '[% c("origin_project") != "snowflake" %]' windows-i686: var: GOARCH: 386 @@ -117,9 +119,14 @@ input_files: - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' enable: '[% ! c("var/linux") %]' - - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz' + - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz' name: go sha256sum: 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19 + enable: '[% !c("var/use_go_1_20") %]' + - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz' + name: go + sha256sum: c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6 + enable: '[% c("var/use_go_1_20") %]' - project: go-bootstrap name: go-bootstrap target_replace: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/3… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-115.6.0esr-13.5-1] fixup! Bug 40458: Implement .tor.onion aliases
by ma1 (@ma1) 20 Dec '23

20 Dec '23
ma1 pushed to branch tor-browser-115.6.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: d823a7e7 by hackademix at 2023-12-20T17:06:45+01:00 fixup! Bug 40458: Implement .tor.onion aliases Bug 42099: Blind cross-site .onion requests. - - - - - 3 changed files: - browser/components/onionservices/OnionAliasStore.sys.mjs - + browser/components/onionservices/TorRequestWatch.sys.mjs - browser/components/onionservices/moz.build Changes: ===================================== browser/components/onionservices/OnionAliasStore.sys.mjs ===================================== @@ -7,6 +7,7 @@ const lazy = {}; ChromeUtils.defineESModuleGetters(lazy, { JSONFile: "resource://gre/modules/JSONFile.sys.mjs", + TorRequestWatch: "resource:///modules/TorRequestWatch.sys.mjs", }); /* OnionAliasStore observer topics */ @@ -272,6 +273,7 @@ class _OnionAliasStore { } async init() { + lazy.TorRequestWatch.start(); await this._loadSettings(); if (this.enabled) { await this._startUpdates(); @@ -286,6 +288,7 @@ class _OnionAliasStore { } this._rulesetTimeout = null; Services.prefs.removeObserver(kPrefOnionAliasEnabled, this); + lazy.TorRequestWatch.stop(); } async getChannels() { ===================================== browser/components/onionservices/TorRequestWatch.sys.mjs ===================================== @@ -0,0 +1,124 @@ +/* This Source Code Form is subject to the terms of the Mozilla Public + * License, v. 2.0. If a copy of the MPL was not distributed with this + * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ + +/* + * This module implements Tor-specific Web Request policies, such as + * preventing observable cross-site requests to .tor.onion and .bit.onion sites. + */ + +import { ConsoleAPI } from "resource://gre/modules/Console.sys.mjs"; + +const log = new ConsoleAPI({ + maxLogLevel: "warn", + maxLogLevelPref: "browser.torRequestWatch.log_level", + prefix: "TorRequestWatch", +}); + +class RequestObserver { + static #topics = [ + "http-on-modify-request", + "http-on-examine-response", + "http-on-examine-cached-response", + "http-on-examine-merged-response", + ]; + #asObserver(addOrRemove) { + const action = Services.obs[`${addOrRemove}Observer`].bind(Services.obs); + for (const topic of RequestObserver.#topics) { + action(this, topic); + } + } + + start() { + this.#asObserver("add"); + log.debug("Started"); + } + stop() { + this.#asObserver("remove"); + log.debug("Stopped"); + } + + // nsIObserver implementation + observe(subject, topic, data) { + try { + let channel = ChannelWrapper.get( + subject.QueryInterface(Ci.nsIHttpChannel) + ); + switch (topic) { + case "http-on-modify-request": + this.onRequest(channel); + break; + case "http-on-examine-cached-response": + case "http-on-examine-merged-response": + channel.isCached = true; + // falls through + case "http-on-examine-response": + this.onResponse(channel); + break; + } + } catch (e) { + log.error(e); + } + } + + onRequest(channel) { + if (this.shouldBlind(channel, channel.documentURL)) { + log.warn(`Blocking cross-site ${channel.finalURL} ${channel.type} load.`); + channel.cancel(Cr.NS_ERROR_ABORT); + } + } + onResponse(channel) { + if (!channel.documentURL && this.shouldBlind(channel, channel.originURL)) { + const COOP = "cross-origin-opener-policy"; + // we break window.opener references if needed to mitigate XS-Leaks + for (let h of channel.getResponseHeaders()) { + if (h.name.toLowerCase() === COOP && h.value === "same-origin") { + log.debug(`${COOP} is already same-origin, nothing to do.`); + return; + } + } + log.warn(`Blinding cross-site ${channel.finalURL} load.`); + channel.setResponseHeader(COOP, "same-origin-allow-popups"); + } + } + + isCrossOrigin(url1, url2) { + return new URL(url1).origin !== new URL(url2).origin; + } + shouldBlindCrossOrigin(uri) { + try { + let { host } = uri; + if (host.endsWith(".onion")) { + const previousPart = host.slice(-10, -6); + return ( + previousPart && (previousPart === ".tor" || previousPart === ".bit") + ); + } + } catch (e) { + // no host + } + return false; + } + shouldBlind(channel, sourceURL) { + return ( + sourceURL && + this.shouldBlindCrossOrigin(channel.finalURI) && + this.isCrossOrigin(channel.finalURL, sourceURL) + ); + } +} + +let observer; +export const TorRequestWatch = { + start() { + if (!observer) { + (observer = new RequestObserver()).start(); + } + }, + stop() { + if (observer) { + observer.stop(); + observer = null; + } + }, +}; ===================================== browser/components/onionservices/moz.build ===================================== @@ -4,4 +4,5 @@ EXTRA_JS_MODULES += [ "OnionAliasStore.sys.mjs", "OnionLocationChild.sys.mjs", "OnionLocationParent.sys.mjs", + "TorRequestWatch.sys.mjs", ] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d823a7e… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d823a7e… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41053: Use Go 1.20 on Windows, except for Snowflake
by Pier Angelo Vendrame (@pierov) 20 Dec '23

20 Dec '23
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 22731a74 by Pier Angelo Vendrame at 2023-12-20T10:14:18+01:00 Bug 41053: Use Go 1.20 on Windows, except for Snowflake Go 1.21 removed support for Windows 7 and 8. However, Firefox still supports them, so some users try Tor Browser but cannot use PTs. We cannot replicate the problem on our Windows 7 systems, but using Go 1.20.x for Windows should solve the problem for them. Snowflake is still on 1.21 because it is needed for some Pion changes. - - - - - 1 changed file: - projects/go/config Changes: ===================================== projects/go/config ===================================== @@ -1,10 +1,11 @@ # vim: filetype=yaml sw=2 -version: 1.21.5 +version: '[% IF c("var/use_go_1_20") %]1.20.12[% ELSE %]1.21.5[% END %]' filename: '[% project %]-[% c("version") %]-[% c("var/osname") %]-[% c("var/build_id") %].tar.[% c("compress_tar") %]' container: use_container: 1 var: + use_go_1_20: 0 setup: | mkdir -p /var/tmp/dist tar -C /var/tmp/dist -xf $rootdir/[% c("go_tarfile") %] @@ -72,6 +73,7 @@ targets: windows: var: GOOS: windows + use_go_1_20: '[% c("origin_project") != "snowflake" %]' windows-i686: var: GOARCH: 386 @@ -117,9 +119,14 @@ input_files: - name: '[% c("var/compiler") %]' project: '[% c("var/compiler") %]' enable: '[% ! c("var/linux") %]' - - URL: 'https://golang.org/dl/go[% c("version") %].src.tar.gz' + - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz' name: go sha256sum: 285cbbdf4b6e6e62ed58f370f3f6d8c30825d6e56c5853c66d3c23bcdb09db19 + enable: '[% !c("var/use_go_1_20") %]' + - URL: 'https://go.dev/dl/go[% c("version") %].src.tar.gz' + name: go + sha256sum: c5bf934751d31c315c1d0bb5fb02296545fa6d08923566f7a5afec81f2ed27d6 + enable: '[% c("var/use_go_1_20") %]' - project: go-bootstrap name: go-bootstrap target_replace: View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser-update-responses][main] alpha: new version, 13.5a3
by richard (@richard) 20 Dec '23

20 Dec '23
richard pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses Commits: 2020726c by Richard Pospesel at 2023-12-20T12:51:59+00:00 alpha: new version, 13.5a3 - - - - - 29 changed files: - update_1/alpha/.htaccess - − update_1/alpha/13.0a5-13.5a2-linux-x86_64-ALL.xml - − update_1/alpha/13.0a5-13.5a2-macos-ALL.xml - − update_1/alpha/13.0a5-13.5a2-windows-x86_64-ALL.xml - − update_1/alpha/13.0a6-13.5a2-linux-x86_64-ALL.xml - − update_1/alpha/13.0a6-13.5a2-macos-ALL.xml - − update_1/alpha/13.0a6-13.5a2-windows-x86_64-ALL.xml - + update_1/alpha/13.0a6-13.5a3-linux-x86_64-ALL.xml - + update_1/alpha/13.0a6-13.5a3-macos-ALL.xml - + update_1/alpha/13.0a6-13.5a3-windows-x86_64-ALL.xml - − update_1/alpha/13.5a1-13.5a2-linux-x86_64-ALL.xml - − update_1/alpha/13.5a1-13.5a2-macos-ALL.xml - − update_1/alpha/13.5a1-13.5a2-windows-x86_64-ALL.xml - + update_1/alpha/13.5a1-13.5a3-linux-x86_64-ALL.xml - + update_1/alpha/13.5a1-13.5a3-macos-ALL.xml - + update_1/alpha/13.5a1-13.5a3-windows-x86_64-ALL.xml - + update_1/alpha/13.5a2-13.5a3-linux-x86_64-ALL.xml - + update_1/alpha/13.5a2-13.5a3-macos-ALL.xml - + update_1/alpha/13.5a2-13.5a3-windows-x86_64-ALL.xml - − update_1/alpha/13.5a2-linux-x86_64-ALL.xml - − update_1/alpha/13.5a2-macos-ALL.xml - − update_1/alpha/13.5a2-windows-x86_64-ALL.xml - + update_1/alpha/13.5a3-linux-x86_64-ALL.xml - + update_1/alpha/13.5a3-macos-ALL.xml - + update_1/alpha/13.5a3-windows-x86_64-ALL.xml - update_1/alpha/download-linux-x86_64.json - update_1/alpha/download-macos.json - update_1/alpha/download-windows-x86_64.json - update_1/alpha/downloads.json Changes: ===================================== update_1/alpha/.htaccess ===================================== @@ -1,22 +1,22 @@ RewriteEngine On -RewriteRule ^[^/]+/13.5a2/ no-update.xml [last] -RewriteRule ^Linux_x86_64-gcc3/13.0a5/ALL 13.0a5-13.5a2-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/13.0a6/ALL 13.0a6-13.5a2-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/13.5a1/ALL 13.5a1-13.5a2-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.5a2-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/ 13.5a2-linux-x86_64-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.0a5/ALL 13.0a5-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.0a6/ALL 13.0a6-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.5a1/ALL 13.5a1-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/ 13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.0a5/ALL 13.0a5-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.0a6/ALL 13.0a6-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.5a1/ALL 13.5a1-13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.5a2-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/ 13.5a2-macos-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0a5/ALL 13.0a5-13.5a2-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0a6/ALL 13.0a6-13.5a2-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a1/ALL 13.5a1-13.5a2-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.5a2-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.5a2-windows-x86_64-ALL.xml [last] +RewriteRule ^[^/]+/13.5a3/ no-update.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.0a6/ALL 13.0a6-13.5a3-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.5a1/ALL 13.5a1-13.5a3-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/13.5a2/ALL 13.5a2-13.5a3-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.5a3-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/ 13.5a3-linux-x86_64-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.0a6/ALL 13.0a6-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5a1/ALL 13.5a1-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5a2/ALL 13.5a2-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/ 13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.0a6/ALL 13.0a6-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5a1/ALL 13.5a1-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5a2/ALL 13.5a2-13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.5a3-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/ 13.5a3-macos-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.0a6/ALL 13.0a6-13.5a3-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a1/ALL 13.5a1-13.5a3-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/13.5a2/ALL 13.5a2-13.5a3-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.5a3-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.5a3-windows-x86_64-ALL.xml [last] ===================================== update_1/alpha/13.0a5-13.5a2-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2_…" hashFunction="SHA512" hashValue="5d68221df5c47e59274ade7b84b91c15b71f5c8f058084321b2f944e843d7e5e79780984c9cfdf4c9d30f8b28297e3ddfba7b785c41d1892e84791328bfca953" size="106765598" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64--13.0a5…" hashFunction="SHA512" hashValue="8bf21f1e2f2b69e71164d773d24860d08cfef94d56ff0f87ab4304a63a8e984d570b6668a6dfe8e947e38ce84efa7c98b3a3f8c8051a8c6fd1ae05bef2643b4d" size="8529345" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a5-13.5a2-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2_ALL.mar" hashFunction="SHA512" hashValue="ae625bce400700968b76f981e1fd6458093ee9451201f6eafb9a156cde69b32bbb691d6fcf79d362c1c7ff1822778d8dc16f63f6e4ec97ff1882bcdf7395b479" size="114821667" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos--13.0a5-13.5a2…" hashFunction="SHA512" hashValue="8fbd0e17e49cf03b8082c3c4d4529c9b0f44575e28caf3c0459b0baeaa2b3505db3bfb4e1ca67e7841a461775fa4bd0f0aa9b2dc0f5c0ca8df2500bb2d462723" size="13130777" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a5-13.5a2-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="918430b5097c24c5f6892c64441ce8c46fe341a27427d8502ebfa95ae46e2190c34bf36d1753e204e815085a12fd07fe0e1b458ca71033e8aee2d6638408fd34" size="88726119" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64--13.0…" hashFunction="SHA512" hashValue="35e4dcc814aff682ef2529e612ae81919d8e77cefdf3563322d5d8944714c8f1e669520d68163c54a1e86c5b0f966467755c668f4f77c17656e369656c956aa1" size="8845369" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a2-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2_…" hashFunction="SHA512" hashValue="5d68221df5c47e59274ade7b84b91c15b71f5c8f058084321b2f944e843d7e5e79780984c9cfdf4c9d30f8b28297e3ddfba7b785c41d1892e84791328bfca953" size="106765598" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64--13.0a6…" hashFunction="SHA512" hashValue="e54ba0963f1bb6df2e7e45e5837a406997f4a470fb61a9e9454cb21e340879addd850081b933cabd87d66aaad6b238f4edf3e2decd97711268698e41a040faeb" size="8457073" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a2-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2_ALL.mar" hashFunction="SHA512" hashValue="ae625bce400700968b76f981e1fd6458093ee9451201f6eafb9a156cde69b32bbb691d6fcf79d362c1c7ff1822778d8dc16f63f6e4ec97ff1882bcdf7395b479" size="114821667" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos--13.0a6-13.5a2…" hashFunction="SHA512" hashValue="ecd35d47dce49c99b0d81e4c5162067b5da02699f0fc3515690be83004a106d0e4cf36b883fc7f6e27cc27178138a5250611806d0fefa46345dda9dddbba4d3f" size="13109893" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a2-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="918430b5097c24c5f6892c64441ce8c46fe341a27427d8502ebfa95ae46e2190c34bf36d1753e204e815085a12fd07fe0e1b458ca71033e8aee2d6638408fd34" size="88726119" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64--13.0…" hashFunction="SHA512" hashValue="8d0e41af697713be1f4145d97b2d6ebf3e02447d9b5be94f7b7d9cb86645f117662cbeed4905f62bb4416577b4b1516a20eec8375d3f21ae5eba673afefc6c67" size="8862089" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a3-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3_…" hashFunction="SHA512" hashValue="ad2914a4f0c2b78f7d740fc8d1077767e3c42f12857fbda706c87b5f52cb2e4a415aaa0e4e732764f2fe463ae335b73fe52db6943b02e50fafef11fc42864475" size="106795579" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64--13.0a6…" hashFunction="SHA512" hashValue="d06ef52fb1061cc60e2b4455845cef391a956b12827d6687e80ef82b685dd7e4b08b163426d4692733c8bc8fc0b69d1c32d840d39638eb99866d83c8c716e100" size="9198850" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3_ALL.mar" hashFunction="SHA512" hashValue="b3c91729bb0f42aab67440d4119f2574d917c501b0ee958d41eb36914acdf9c2ba40d1aa12755a84744b073941d4ccc1c792e86007fbe05fb545e53dd96aac5f" size="114855415" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos--13.0a6-13.5a3…" hashFunction="SHA512" hashValue="ef939f5a129df1a0b253e9ccd5d2d43389d6cdf1883da2cb81e3dd24cb756ba378935630c1234ed5223da078aaf6f980fefdb66ef2cc0b94375dbf61902e06c3" size="14294193" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.0a6-13.5a3-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="a6ce2a3d2ed55b42354f6559e9cf48f5971728d13f83070331bda042a114bb02d0e06b5dd7dad2db6fc3376ec152d0f92a7fb87d21cf00da398a9bb5577dc1f5" size="88815824" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64--13.0…" hashFunction="SHA512" hashValue="28c5d75219d14249a9363cf42518ea6954dd00f76fa8100d3c7a52c72430eeb8f370176376082fda5df19b62c36f4ed7373979ab2b3f52bb31d118278abdfb45" size="9817942" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a2-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2_…" hashFunction="SHA512" hashValue="5d68221df5c47e59274ade7b84b91c15b71f5c8f058084321b2f944e843d7e5e79780984c9cfdf4c9d30f8b28297e3ddfba7b785c41d1892e84791328bfca953" size="106765598" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64--13.5a1…" hashFunction="SHA512" hashValue="b326eb7a83520b64d1e2e87bd5ea60fc7f8ce9691cd9de8aa0970c05022f6d540b0f7d62421aa44c2d36be018ed00167d087ec473ed5280b1aa29b375b9958a1" size="7209119" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a2-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2_ALL.mar" hashFunction="SHA512" hashValue="ae625bce400700968b76f981e1fd6458093ee9451201f6eafb9a156cde69b32bbb691d6fcf79d362c1c7ff1822778d8dc16f63f6e4ec97ff1882bcdf7395b479" size="114821667" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos--13.5a1-13.5a2…" hashFunction="SHA512" hashValue="85e113f0bc80163b86fda37fa13d96a29cdbbeff04709844f4e8acb065bcaf6b61c51fd4e3815a10b512e18c3aafda8912d9d08ed15ad5412ccf384fb932e18c" size="11520737" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a2-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="918430b5097c24c5f6892c64441ce8c46fe341a27427d8502ebfa95ae46e2190c34bf36d1753e204e815085a12fd07fe0e1b458ca71033e8aee2d6638408fd34" size="88726119" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64--13.5…" hashFunction="SHA512" hashValue="8ce3499c25ab0e046108ae48f2eafe27e3043011285a4112f232acd2bf2c53c3af4a50d5a9c3224769f6a281e6c88ef08cb5c55dcd67b1bd9719727f09f72d9f" size="7690263" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a3-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3_…" hashFunction="SHA512" hashValue="ad2914a4f0c2b78f7d740fc8d1077767e3c42f12857fbda706c87b5f52cb2e4a415aaa0e4e732764f2fe463ae335b73fe52db6943b02e50fafef11fc42864475" size="106795579" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64--13.5a1…" hashFunction="SHA512" hashValue="b60a8436420fc9e904499ca9c073e792c207a6b9ef94433bff2f9895c12f482fdfb70d6511c72d548d597562dda90b59e9afd96c7789785f8e8ac5a342423bd4" size="8508777" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3_ALL.mar" hashFunction="SHA512" hashValue="b3c91729bb0f42aab67440d4119f2574d917c501b0ee958d41eb36914acdf9c2ba40d1aa12755a84744b073941d4ccc1c792e86007fbe05fb545e53dd96aac5f" size="114855415" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos--13.5a1-13.5a3…" hashFunction="SHA512" hashValue="238d6a426fc36ab8f117032c54198dfcd36272d03f7e2ed0c2e9b139bfa2ffb6197b3082e57dae827226b137305e10a244de4a3619c8b88d4c00799c41cb3505" size="13597253" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a1-13.5a3-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="a6ce2a3d2ed55b42354f6559e9cf48f5971728d13f83070331bda042a114bb02d0e06b5dd7dad2db6fc3376ec152d0f92a7fb87d21cf00da398a9bb5577dc1f5" size="88815824" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64--13.5…" hashFunction="SHA512" hashValue="9e289c8b83afbdd9b09bcadbcd93f3f66c36d2ea7965cfd04a6a4e492d0541f3a652361c8db099e2d11a6db0c07023c2acfae478defbb6660c41deb17e45900c" size="9179529" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a2-13.5a3-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3_…" hashFunction="SHA512" hashValue="ad2914a4f0c2b78f7d740fc8d1077767e3c42f12857fbda706c87b5f52cb2e4a415aaa0e4e732764f2fe463ae335b73fe52db6943b02e50fafef11fc42864475" size="106795579" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64--13.5a2…" hashFunction="SHA512" hashValue="8a7d10996b6b801f1d2858c200049ddf95117ccdcaacc3cb8b5e818312f4b195b231f18bd8f61e5cb1513c1f1791ece281fe503209250896c430c1766b1797af" size="5627360" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a2-13.5a3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3_ALL.mar" hashFunction="SHA512" hashValue="b3c91729bb0f42aab67440d4119f2574d917c501b0ee958d41eb36914acdf9c2ba40d1aa12755a84744b073941d4ccc1c792e86007fbe05fb545e53dd96aac5f" size="114855415" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos--13.5a2-13.5a3…" hashFunction="SHA512" hashValue="e2441d94986928b77ec1606b07cfca59e56f1cba1e6f466e14c8482fff7e33ec0aa78429787b25ba3d0f573060c6bfaad6a6094a26cd28e60c8e2a38891fff18" size="10532560" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a2-13.5a3-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="a6ce2a3d2ed55b42354f6559e9cf48f5971728d13f83070331bda042a114bb02d0e06b5dd7dad2db6fc3376ec152d0f92a7fb87d21cf00da398a9bb5577dc1f5" size="88815824" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64--13.5…" hashFunction="SHA512" hashValue="07b3258657393586dce54e2c508de7e87969fb6516988dd992573ef57585e9f99a0798afdd1c0c5100f4485c42664e2c88f4566c8022c0c7ba3d90a315fd9cbc" size="6257559" type="partial"></patch></update></updates> ===================================== update_1/alpha/13.5a2-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2_…" hashFunction="SHA512" hashValue="5d68221df5c47e59274ade7b84b91c15b71f5c8f058084321b2f944e843d7e5e79780984c9cfdf4c9d30f8b28297e3ddfba7b785c41d1892e84791328bfca953" size="106765598" type="complete"></patch></update></updates> ===================================== update_1/alpha/13.5a2-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2_ALL.mar" hashFunction="SHA512" hashValue="ae625bce400700968b76f981e1fd6458093ee9451201f6eafb9a156cde69b32bbb691d6fcf79d362c1c7ff1822778d8dc16f63f6e4ec97ff1882bcdf7395b479" size="114821667" type="complete"></patch></update></updates> ===================================== update_1/alpha/13.5a2-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a2" appVersion="13.5a2" platformVersion="115.5.0" buildID="20231127142339" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="918430b5097c24c5f6892c64441ce8c46fe341a27427d8502ebfa95ae46e2190c34bf36d1753e204e815085a12fd07fe0e1b458ca71033e8aee2d6638408fd34" size="88726119" type="complete"></patch></update></updates> ===================================== update_1/alpha/13.5a3-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3_…" hashFunction="SHA512" hashValue="ad2914a4f0c2b78f7d740fc8d1077767e3c42f12857fbda706c87b5f52cb2e4a415aaa0e4e732764f2fe463ae335b73fe52db6943b02e50fafef11fc42864475" size="106795579" type="complete"></patch></update></updates> ===================================== update_1/alpha/13.5a3-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3_ALL.mar" hashFunction="SHA512" hashValue="b3c91729bb0f42aab67440d4119f2574d917c501b0ee958d41eb36914acdf9c2ba40d1aa12755a84744b073941d4ccc1c792e86007fbe05fb545e53dd96aac5f" size="114855415" type="complete"></patch></update></updates> ===================================== update_1/alpha/13.5a3-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="13.5a3" appVersion="13.5a3" platformVersion="115.6.0" buildID="20231219113348" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.5a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-13.5a…" hashFunction="SHA512" hashValue="a6ce2a3d2ed55b42354f6559e9cf48f5971728d13f83070331bda042a114bb02d0e06b5dd7dad2db6fc3376ec152d0f92a7fb87d21cf00da398a9bb5577dc1f5" size="88815824" type="complete"></patch></update></updates> ===================================== update_1/alpha/download-linux-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2.…","git_tag":"mb-13.5a2-build1","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2.…","version":"13.5a2"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3.…","git_tag":"mb-13.5a3-build1","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3.…","version":"13.5a3"} \ No newline at end of file ===================================== update_1/alpha/download-macos.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2.dmg","git_tag":"mb-13.5a2-build1","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2.dmg.asc","version":"13.5a2"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3.dmg","git_tag":"mb-13.5a3-build1","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3.dmg.asc","version":"13.5a3"} \ No newline at end of file ===================================== update_1/alpha/download-windows-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-porta…","git_tag":"mb-13.5a2-build1","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-porta…","version":"13.5a2"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-porta…","git_tag":"mb-13.5a3-build1","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-porta…","version":"13.5a3"} \ No newline at end of file ===================================== update_1/alpha/downloads.json ===================================== @@ -1 +1 @@ -{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2.…","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-linux-x86_64-13.5a2.…"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2.dmg","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-macos-13.5a2.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-porta…","sig":"https://cdn.mullvad.net/browser/13.5a2/mullvad-browser-windows-x86_64-porta…"}}},"tag":"mb-13.5a2-build1","version":"13.5a2"} \ No newline at end of file +{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3.…","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-linux-x86_64-13.5a3.…"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3.dmg","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-macos-13.5a3.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-porta…","sig":"https://cdn.mullvad.net/browser/13.5a3/mullvad-browser-windows-x86_64-porta…"}}},"tag":"mb-13.5a3-build1","version":"13.5a3"} \ No newline at end of file View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.0] Bug 41054: Update list of incremental_from versions for mullvad-browser
by richard (@richard) 20 Dec '23

20 Dec '23
richard pushed to branch maint-13.0 at The Tor Project / Applications / tor-browser-build Commits: 02d1a74f by Nicolas Vigier at 2023-12-20T11:29:29+00:00 Bug 41054: Update list of incremental_from versions for mullvad-browser - - - - - 1 changed file: - rbm.conf Changes: ===================================== rbm.conf ===================================== @@ -305,9 +305,9 @@ targets: - zh-CN - zh-TW torbrowser_incremental_from: + - '13.0.6' - '13.0.4' - '13.0.1' - - '13.0' torbrowser-testbuild: - testbuild View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-115.6.0esr-13.5-1] 2 commits: fixup! Base Browser's .mozconfigs.
by Pier Angelo Vendrame (@pierov) 19 Dec '23

19 Dec '23
Pier Angelo Vendrame pushed to branch mullvad-browser-115.6.0esr-13.5-1 at The Tor Project / Applications / Mullvad Browser Commits: 90eff981 by Pier Angelo Vendrame at 2023-12-19T19:24:10+01:00 fixup! Base Browser&#39;s .mozconfigs. Bug 42337: Enable GeckoDriver for all desktop platforms - - - - - 693ca54f by Pier Angelo Vendrame at 2023-12-19T19:24:27+01:00 fixup! Base Browser&#39;s .mozconfigs. Bug 42146: Use LLD on Linux. This should allow us to restore debug symbols on Linux i686. - - - - - 4 changed files: - browser/config/mozconfigs/base-browser - mozconfig-linux-i686 - mozconfig-linux-x86_64 - mozconfig-linux-x86_64-dev Changes: ===================================== browser/config/mozconfigs/base-browser ===================================== @@ -44,3 +44,6 @@ ac_add_options --disable-legacy-profile-creation if test -z "$WASI_SYSROOT"; then ac_add_options --without-wasm-sandboxed-libraries fi + +# tor-browser#42337 +ac_add_options --enable-geckodriver ===================================== mozconfig-linux-i686 ===================================== @@ -2,8 +2,11 @@ ac_add_options --target=i686-linux-gnu -ac_add_options --enable-default-toolkit=cairo-gtk3 +# Moz switched to lld for all Linux targets in Bug 1839739. +# Also, gold used not to work with debug symbols (tor-browser#42146). +ac_add_options --enable-linker=lld + +ac_add_options --disable-strip +ac_add_options --disable-install-strip -# Bug 31448: ld.gold fails if we don't disable debug-symbols. -# Also, we keep strip enabled. -ac_add_options --disable-debug-symbols +ac_add_options --enable-default-toolkit=cairo-gtk3 ===================================== mozconfig-linux-x86_64 ===================================== @@ -1,9 +1,9 @@ . $topsrcdir/browser/config/mozconfigs/mullvad-browser -ac_add_options --enable-default-toolkit=cairo-gtk3 +# Moz switched to lld for all Linux targets in Bug 1839739. +ac_add_options --enable-linker=lld ac_add_options --disable-strip ac_add_options --disable-install-strip -# We want to bundle an own geckodriver, so we can use it for QA and other work -ac_add_options --enable-geckodriver +ac_add_options --enable-default-toolkit=cairo-gtk3 ===================================== mozconfig-linux-x86_64-dev ===================================== @@ -4,6 +4,9 @@ # It is only intended to be used when doing incremental Linux builds # during development. +# Moz switched to lld for all Linux targets in Bug 1839739. +ac_add_options --enable-linker=lld + export MOZILLA_OFFICIAL= ac_add_options --with-branding=browser/branding/mb-nightly View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/24… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/compare/24… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] 3 commits: Bug 41045: Log more information about Firefox build times.
by Pier Angelo Vendrame (@pierov) 19 Dec '23

19 Dec '23
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 18ee3e22 by Pier Angelo Vendrame at 2023-12-19T19:21:10+01:00 Bug 41045: Log more information about Firefox build times. We could dump more information about the time it takes to build Firefox to possibly improve our build strategies. - - - - - e5e23eb6 by Pier Angelo Vendrame at 2023-12-19T19:21:11+01:00 Bug 42337: Make geckodriver available for all desktop platforms. - - - - - fa7042a2 by Pier Angelo Vendrame at 2023-12-19T19:21:11+01:00 Bug 41046: Use the final path in Linux debug symbols. We had shipped an archive with debug symbols for a long time now. However, users needed instructions on how to use it, because the files needed to be moved to be used. With this commit, it will be possible to just extract the tarball where the tor-browser directory is located. - - - - - 3 changed files: - projects/browser/build - projects/firefox/build - projects/geckoview/build Changes: ===================================== projects/browser/build ===================================== @@ -413,15 +413,34 @@ SCRIPT_EOF [% IF c("var/updater_enabled") -%] cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/ [% END -%] -[% IF c("var/linux-x86_64") -%] - # TODO: See if we can make symbols also for Linux i686, see tor-browser#42146. - cp $rootdir/[% c('input_files_by_name/firefox') %]/browser-debug-symbols.tar.xz "$OUTDIR/[% c('var/project-name') %]-debug-symbols-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].tar.xz" - [% IF !c("var/asan") -%] - cp $rootdir/[% c('input_files_by_name/firefox') %]/geckodriver.tar.xz "$OUTDIR/geckodriver-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].tar.xz" - [% END -%] -[% ELSIF c("var/windows") -%] - cp $rootdir/[% c('input_files_by_name/firefox') %]/browser-debug-symbols.zip "$OUTDIR/[% c('var/project-name') %]-debug-symbols-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].zip" + +[% IF c("var/windows") -%] + archive_ext=zip +[% ELSE -%] + archive_ext=tar.xz [% END -%] + +debug_symbols="$rootdir/[% c('input_files_by_name/firefox') %]/browser-debug-symbols.$archive_ext" +if [[ -f "$debug_symbols" ]]; then + cp "$debug_symbols" "$OUTDIR/[% c('var/project-name') %]-debug-symbols-[% c('var/mar_osname') %]-[% c('var/torbrowser_version') %].$archive_ext" +fi + +[% IF c("var/macos_universal") -%] + geckodriver="$rootdir/[% c('input_files_by_name/firefox') %]/geckodriver.$archive_ext" + if [[ -f "$geckodriver" ]]; then + cp "$geckodriver" "$OUTDIR/geckodriver-[% c('var/osname') %]-[% c('var/torbrowser_version') %].$archive_ext" + fi + geckodriver="$rootdir/[% c('input_files_by_name/firefox-aarch64') %]/geckodriver.$archive_ext" + if [[ -f "$geckodriver" ]]; then + cp "$geckodriver" "$OUTDIR/geckodriver-macos-aarch64-[% c('var/torbrowser_version') %].$archive_ext" + fi +[% ELSE -%] + geckodriver="$rootdir/[% c('input_files_by_name/firefox') %]/geckodriver.$archive_ext" + if [[ -f "$geckodriver" ]]; then + cp "$geckodriver" "$OUTDIR/geckodriver-[% c('var/osname') %]-[% c('var/torbrowser_version') %].$archive_ext" + fi +[% END -%] + [%IF c("var/tor-browser") -%] tor_expert_bundle_src="[% c("input_files_by_name/tor-expert-bundle") %]" # strip off trailing "$buildid.tar.gz" ===================================== projects/firefox/build ===================================== @@ -161,6 +161,7 @@ mkdir "$HOME/.mozbuild" export LC_ALL=C.UTF-8 export LANG=C.UTF-8 +echo "Starting ./mach configure $(date)" ./mach configure \ --with-distribution-id=org.torproject \ --with-base-browser-version=[% c("var/torbrowser_version") %] \ @@ -168,12 +169,15 @@ export LANG=C.UTF-8 [% IF !c("var/base-browser") -%]--with-branding=browser/branding/[% c("var/branding_directory_prefix") %]-[% c("var/channel") %][% END %] \ [% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %] +echo "Starting ./mach build $(date)" ./mach build --verbose [% IF c("var/has_l10n") -%] + echo "Starting to merge locales $(date)" export MOZ_CHROME_MULTILOCALE="$supported_locales" # No quotes on purpose, see https://firefox-source-docs.mozilla.org/build/buildsystem/locales.html#inst… ./mach package-multi-locale --locales en-US $MOZ_CHROME_MULTILOCALE AB_CD=multi ./mach build stage-package + echo "Locales merged $(date)" [% ELSE -%] ./mach build stage-package [% END -%] @@ -197,9 +201,6 @@ export LANG=C.UTF-8 [% END -%] [% IF c("var/linux") -%] - [% IF c("var/linux-x86_64") && !c("var/asan") -%] - cp obj-*/x86_64-unknown-linux-gnu/release/geckodriver $distdir - [% END -%] cp -a obj-*/dist/[% c('var/exe_name') %]/* $distdir/Browser/ mkdir -p $distdir/Debug # Some include files are symlinks, so use -Lr, or the tarball will fail @@ -233,6 +234,8 @@ RBM_TB_EOF popd [% END -%] +cp -L obj-*/dist/bin/geckodriver* $distdir + [% IF c("var/updater_enabled") -%] # Make MAR-based update tools available for use during the bundle phase. # Note that mar and mbsdiff are standalone tools, compiled for the build @@ -275,10 +278,6 @@ RBM_TB_EOF cd $distdir [% IF c("var/linux") -%] - [% IF c("var/linux-x86_64") && !c("var/asan") -%] - # No need for an unstripped geckodriver - strip geckodriver - [% END -%] mkdir -p $distdir/Debug/Browser # Strip and generate debuginfo for the firefox binary that we keep, all *.so # files, the plugin-container, and the updater (see ticket #10126) @@ -324,22 +323,24 @@ END; [% END -%] [% END -%] +echo "Starting to package artifacts $(date)" + [% c('tar', { tar_src => [ browserdir ], tar_args => '-caf ' _ dest_dir _ '/' _ c('filename') _ '/browser.tar.' _ c('compress_tar'), }) %] +# Debug symbols [% IF c("var/linux") -%] + pushd Debug + mkdir -p [% c('var/project-name') %]/Browser + mv Browser [% c('var/project-name') %]/Browser/.debug + mv include [% c('var/project-name') %]/ [% c('tar', { - tar_src => [ 'Debug' ], + tar_src => [ c('var/project-name') ], tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/browser-debug-symbols.tar.xz', }) %] - [% IF c("var/linux-x86_64") && !c("var/asan") -%] - [% c('tar', { - tar_src => [ 'geckodriver' ], - tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/geckodriver.tar.xz', - }) %] - [% END -%] + popd [% ELSIF c("var/windows") -%] [% c('zip', { zip_src => [ 'Debug' ], @@ -347,6 +348,21 @@ END; }) %] [% END -%] +# Geckodriver +llvm-strip geckodriver* +[% IF c("var/windows") -%] + [% c('zip', { + zip_src => [ 'geckodriver.exe' ], + zip_args => dest_dir _ '/' _ c('filename') _ '/geckodriver.zip', + }) %] +[% ELSE -%] + [% c('tar', { + tar_src => [ 'geckodriver' ], + tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/geckodriver.tar.xz', + }) %] +[% END -%] + +# MAR tools [% IF c("var/updater_enabled") -%] [% c('zip', { zip_src => [ 'mar-tools' ], ===================================== projects/geckoview/build ===================================== @@ -64,10 +64,13 @@ cp -rl $gradle_repo/maven2/* $gradle_repo || true export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=system # Create .mozbuild to avoid interactive prompt in configure mkdir "$HOME/.mozbuild" + +echo "Starting ./mach configure $(date)" ./mach configure \ --with-base-browser-version=[% c("var/torbrowser_version") %] \ [% IF !c("var/rlbox") -%]--without-wasm-sandboxed-libraries[% END %] +echo "Starting ./mach build $(date)" ./mach build --verbose [% IF !c("var/android_single_arch") -%] @@ -85,6 +88,7 @@ export MOZ_SOURCE_REPO="[% c('var/gitlab_project') %]" export MOZ_SOURCE_CHANGESET=[% c("var/git_commit") %] MOZCONFIG_EOF + echo "Starting the creation of the fake fat AAR $(date)" pushd tools/torbrowser make fat-aar ARCHS="[% c('arch') %]" popd @@ -93,6 +97,7 @@ MOZCONFIG_EOF exoplayer2:publishDebugPublicationToMavenLocal [% END -%] +echo "Starting to package artifacts $(date)" cd $distdir [% c('tar', { tar_src => [ project ], View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-115.6.0esr-13.5-1] 2 commits: fixup! Base Browser's .mozconfigs.
by Pier Angelo Vendrame (@pierov) 19 Dec '23

19 Dec '23
Pier Angelo Vendrame pushed to branch tor-browser-115.6.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 06650bd2 by Pier Angelo Vendrame at 2023-12-19T19:03:00+01:00 fixup! Base Browser&#39;s .mozconfigs. Bug 42337: Enable GeckoDriver for all desktop platforms - - - - - d481630a by Pier Angelo Vendrame at 2023-12-19T19:03:01+01:00 fixup! Base Browser&#39;s .mozconfigs. Bug 42146: Use LLD on Linux. This should allow us to restore debug symbols on Linux i686. - - - - - 4 changed files: - browser/config/mozconfigs/base-browser - mozconfig-linux-i686 - mozconfig-linux-x86_64 - mozconfig-linux-x86_64-dev Changes: ===================================== browser/config/mozconfigs/base-browser ===================================== @@ -46,3 +46,6 @@ ac_add_options --disable-legacy-profile-creation if test -z "$WASI_SYSROOT"; then ac_add_options --without-wasm-sandboxed-libraries fi + +# tor-browser#42337 +ac_add_options --enable-geckodriver ===================================== mozconfig-linux-i686 ===================================== @@ -2,8 +2,11 @@ ac_add_options --target=i686-linux-gnu -ac_add_options --enable-default-toolkit=cairo-gtk3 +# Moz switched to lld for all Linux targets in Bug 1839739. +# Also, gold used not to work with debug symbols (tor-browser#42146). +ac_add_options --enable-linker=lld + +ac_add_options --disable-strip +ac_add_options --disable-install-strip -# Bug 31448: ld.gold fails if we don't disable debug-symbols. -# Also, we keep strip enabled. -ac_add_options --disable-debug-symbols +ac_add_options --enable-default-toolkit=cairo-gtk3 ===================================== mozconfig-linux-x86_64 ===================================== @@ -1,9 +1,9 @@ . $topsrcdir/browser/config/mozconfigs/tor-browser -ac_add_options --enable-default-toolkit=cairo-gtk3 +# Moz switched to lld for all Linux targets in Bug 1839739. +ac_add_options --enable-linker=lld ac_add_options --disable-strip ac_add_options --disable-install-strip -# We want to bundle an own geckodriver, so we can use it for QA and other work -ac_add_options --enable-geckodriver +ac_add_options --enable-default-toolkit=cairo-gtk3 ===================================== mozconfig-linux-x86_64-dev ===================================== @@ -4,6 +4,9 @@ # It is only intended to be used when doing incremental Linux builds # during development. +# Moz switched to lld for all Linux targets in Bug 1839739. +ac_add_options --enable-linker=lld + export MOZILLA_OFFICIAL= export MOZ_APP_REMOTINGNAME="Tor Browser Dev" ac_add_options --with-branding=browser/branding/tb-nightly View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/3a7486… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/compare/3a7486… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 13
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.