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
Threads by month
  • ----- 2025 -----
  • November
  • October
  • September
  • August
  • July
  • 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

  • 19437 discussions
[Git][tpo/applications/torbrowser-launcher] Pushed new branch 23-revert-full-dbus-session-access
by intrigeri (@intrigeri) 10 Feb '25

10 Feb '25
intrigeri pushed new branch 23-revert-full-dbus-session-access at The Tor Project / Applications / torbrowser-launcher -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/tree/2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.5-1] fixup! TB 21952: Implement Onion-Location
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 983bf5de by Henry Wilkes at 2025-02-10T14:38:02+00:00 fixup! TB 21952: Implement Onion-Location TB 43406: Hide the "onion available" button whilst the "Connect" button is shown. - - - - - 1 changed file: - browser/components/onionservices/content/onionlocation.css Changes: ===================================== browser/components/onionservices/content/onionlocation.css ===================================== @@ -5,3 +5,18 @@ -moz-context-properties: fill; fill: currentColor; } + +#tor-connect-urlbar-button:not([hidden]) ~ #onion-location-box { + /* Hide this button whilst the "Connect" button is shown. tor-browser#43406. + * This should only make a difference when the tor process dies mid-session. + * NOTE: We do not attempt to re-assign focus since the user should already + * have had their attention disrupted when the tor process dies mid-session. + * NOTE: If we hide this whilst the onion location popup is shown, the popup + * will instead become anchored to the site identity (padlock) button instead, + * but will return to the #onion-location-box once the "Connect" button is + * hidden again. In principle we could explicitly call + * PopupNotifications.anchorVisibilityChange() but mozilla code already has + * plenty of entry points to update the anchor position for us. + * Moreover, this scenario is expected to be a very rare. */ + display: none; +} View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983bf5d… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/983bf5d… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-14.0] 4 commits: Bug 41314: Add tools/setup-martools and tools/mar
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build Commits: 59657d1f by Nicolas Vigier at 2025-02-10T14:29:54+00:00 Bug 41314: Add tools/setup-martools and tools/mar tools/setup-martools will download and extract mar-tools to tools/local/mar-tools (if not already present). tools/mar will run mar after running tools/setup-martools. - - - - - daee5b1b by Nicolas Vigier at 2025-02-10T14:31:10+00:00 Bug 41314: Use setup-martools in update_responses - - - - - cf76529e by Nicolas Vigier at 2025-02-10T14:31:11+00:00 Bug 41314: Update mar-tools version in projects/mar-tools/config - - - - - 85f32e7a by Nicolas Vigier at 2025-02-10T14:31:11+00:00 Bug 41314: Use setup-martools in dmg2mar - - - - - 8 changed files: - projects/mar-tools/config - tools/dmg2mar - + tools/mar - + tools/setup-martools - tools/signing/machines-setup/setup-signing-machine - tools/signing/machines-setup/upload-tbb-to-signing-machine - + tools/signmar - tools/update-responses/update_responses Changes: ===================================== projects/mar-tools/config ===================================== @@ -1,20 +1,22 @@ # vim: filetype=yaml sw=2 # # Used by tools/signing/machines-setup/upload-tbb-to-signing-machine -# to fetch mar-tools for signing machine setup +# to fetch mar-tools for signing machine setup, and by tools/setup-martools +# to allow running `mar` as `tools/mar`. # -version: 12.0.4 -filename: 'mar-tools-linux64.zip' +version: 14.0.4 +filename: 'mar-tools.zip' container: use_container: 0 gpg_keyring: torbrowser.gpg tag_gpg_id: 1 input_files: - - URL: 'https://archive.torproject.org/tor-package-archive/torbrowser/[% c("version") %]/mar-tools-linux64.zip' - sha256sum: 726ec4192de61a9342b3262c7ac722cbd59eaba07879be9589c65599d2d69584 + - URL: 'https://archive.torproject.org/tor-package-archive/torbrowser/[% c("version") %]/mar-tools-linux-x86_64-[% c("version") %].zip' + sha256sum: 414254d2471c7f0bcc25de955dbbe716c416d0b80e7688dc2dd48ac6e7fdbf0a steps: fetch_martools: fetch_martools: | #!/bin/bash - echo ok + mkdir -p '[% dest_dir %]' + cp -f mar-tools-linux-x86_64-[% c("version") %].zip '[% dest_dir %]/mar-tools.zip' ===================================== tools/dmg2mar ===================================== @@ -34,6 +34,7 @@ use File::Slurp; use File::Find; use Parallel::ForkManager; use Cwd; +use FindBin; # If the application is not TorBrowser (for instance, TorMessenger) # set the application name in the TOR_APPNAME_BUNDLE_OSX, @@ -70,25 +71,18 @@ sub osname { exit_error 'Unknown OS'; } -my $martools_tmpdir; -sub extract_martools { - my $osname = osname; - my $marzip = glob(getcwd . "/mar-tools-$osname-*.zip"); - exit_error "Could not find mar-tools zip" unless $marzip; - $martools_tmpdir = File::Temp->newdir(); - my $old_cwd = getcwd; - chdir $martools_tmpdir; - my (undef, undef, $success) = capture_exec('unzip', $marzip); - chdir $old_cwd; - exit_error "Error extracting $marzip" unless $success; - $ENV{PATH} = "$martools_tmpdir/mar-tools:$ENV{PATH}"; - if ($ENV{LD_LIBRARY_PATH}) { - $ENV{LD_LIBRARY_PATH} .= ":$martools_tmpdir/mar-tools"; - } else { - $ENV{LD_LIBRARY_PATH} = "$martools_tmpdir/mar-tools"; - } - $ENV{MAR} = "$martools_tmpdir/mar-tools/mar"; - $ENV{MSBDIFF} = "$martools_tmpdir/mar-tools/mbsdiff"; +sub setup_martools { + my ($out, $err, $exit) = capture { + system("$FindBin::Bin/setup-martools"); + }; + exit_error "Error setting up mar-tools: $err" if $exit; + my $martoolsdir = "$FindBin::Bin/local/mar-tools"; + if ($ENV{LD_LIBRARY_PATH}) { + $ENV{LD_LIBRARY_PATH} = "$ENV{LD_LIBRARY_PATH}:$martoolsdir"; + } else { + $ENV{LD_LIBRARY_PATH} = "$martoolsdir/mar-tools"; + } + $ENV{PATH} = "$martoolsdir:$ENV{PATH}"; } sub get_nbprocs { @@ -192,6 +186,6 @@ $ENV{LC_ALL} = 'C'; exit_error "Please specify the mar channel id" unless @ARGV == 1; my $mar_channel_id = $ARGV[0]; -extract_martools; +setup_martools; convert_files $mar_channel_id; remove_incremental_mars; ===================================== tools/mar ===================================== @@ -0,0 +1,8 @@ +#!/bin/bash +set -e + +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +cmdname=$(basename -- "${BASH_SOURCE[0]}") +setupmt=$("$script_dir/setup-martools") +eval "$setupmt" +exec "$MARTOOLSDIR/$cmdname" "$@" ===================================== tools/setup-martools ===================================== @@ -0,0 +1,49 @@ +#!/bin/bash +set -e + +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) + +localdir="$script_dir/local" +test $# -eq 1 && localdir="$1" + +cd "$script_dir/.." + +function download_extract_martools { + make submodule-update > /dev/null + martools_version=$(./rbm/rbm showconf --step fetch_martools mar-tools version) + if test -h "$localdir/mar-tools"; then + test "$(readlink $localdir/mar-tools)" = "mar-tools-$martools_version" && return 0 + rm -f "$localdir/mar-tools" + fi + if test -d "$localdir/mar-tools"; then + echo "Error: $localdir/mar-tools already exists and is not a symlink" + exit 1 + fi + echo "Setting up mar-tools" + mkdir -p "$localdir" + cd "$localdir" + if ! test -d "mar-tools-$martools_version"; then + cd "$script_dir/.." + ./rbm/rbm build --step fetch_martools mar-tools + martools_zip="$(pwd)/out/mar-tools/mar-tools.zip" + cd "$localdir" + test -f "$martools_zip" + unzip -jd "mar-tools-$martools_version" "$martools_zip" + fi + ln -sf "mar-tools-$martools_version" mar-tools + echo "mar-tools have been set up in $localdir/mar-tools" +} + +function print_martools_vars { + mardir="$localdir/mar-tools" + if test -z "$LD_LIBRARY_PATH"; then + echo "export LD_LIBRARY_PATH=$mardir" + else + echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$mardir" + fi + echo "export MARTOOLSDIR=$mardir" + echo "export MAR=$mardir/mar" +} + +download_extract_martools >&2 +print_martools_vars ===================================== tools/signing/machines-setup/setup-signing-machine ===================================== @@ -140,7 +140,7 @@ fi # install mar-tools if ! test -d /home/signing-mar/mar-tools; then tmpdir=$(mktemp -d) - unzip -d "$tmpdir" /signing/mar-tools-linux64.zip + unzip -d "$tmpdir" /signing/mar-tools.zip chown -R signing-mar:signing-mar "$tmpdir/mar-tools" chmod go+rX "$tmpdir/mar-tools"/* mv "$tmpdir/mar-tools" /home/signing-mar/mar-tools ===================================== tools/signing/machines-setup/upload-tbb-to-signing-machine ===================================== @@ -25,7 +25,7 @@ git archive --prefix=rbm/ --output="$tmpdir/rbm.tar" HEAD . echo "Created rbm.tar" cd .. -martools_filename=mar-tools-linux64.zip +martools_filename=mar-tools.zip if ! test -f "./out/mar-tools/$martools_filename"; then ./rbm/rbm build --step fetch_martools mar-tools echo "Downloaded $martools_filename" ===================================== tools/signmar ===================================== @@ -0,0 +1 @@ +mar \ No newline at end of file ===================================== tools/update-responses/update_responses ===================================== @@ -33,8 +33,6 @@ my %htdocsfiles; my $releases_dir = $config->{releases_dir}; $releases_dir = "$FindBin::Bin/$releases_dir" unless $releases_dir =~ m/^\//; my @check_errors; -my $initPATH = $ENV{PATH}; -my $initLD_LIBRARY_PATH = $ENV{LD_LIBRARY_PATH}; sub exit_error { print STDERR "Error: ", $_[0], "\n"; @@ -67,6 +65,20 @@ sub get_nbprocs { return 4; } +sub setup_martools { + my ($out, $err, $exit) = capture { + system("$FindBin::Bin/../setup-martools"); + }; + exit_error "Error setting up mar-tools: $err" if $exit; + my $martoolsdir = "$FindBin::Bin/../local/mar-tools"; + if ($ENV{LD_LIBRARY_PATH}) { + $ENV{LD_LIBRARY_PATH} = "$ENV{LD_LIBRARY_PATH}:$martoolsdir"; + } else { + $ENV{LD_LIBRARY_PATH} = "$martoolsdir/mar-tools"; + } + $ENV{PATH} = "$martoolsdir:$ENV{PATH}"; +} + sub write_htdocs { my ($channel, $file, $content) = @_; mkdir $htdocsdir unless -d $htdocsdir; @@ -318,7 +330,7 @@ sub version_dir { sub get_buildinfos { my ($config, $version) = @_; return if exists $config->{versions}{$version}{buildID}; - extract_martools($config, $version); + setup_martools; my $files = $config->{versions}{$version}{files}; foreach my $os (keys %$files) { foreach my $lang (keys %{$files->{$os}}) { @@ -498,40 +510,6 @@ sub write_downloads_json { } } -sub marzip_path { - my ($config, $version) = @_; - for my $osname (qw/linux-x86_64 linux-i686 macos-x86_64 windows-x86_64 windows-i686/) { - my $marzip = glob(version_dir($config, $version) . "/mar-tools-$osname-*.zip"); - if ($marzip && -f $marzip) { - return $marzip; - } - } - exit_error 'Could not find mar-tools'; -} - -my $martools_tmpdir; -my $extracted_martools; -sub extract_martools { - my ($config, $version) = @_; - return if $extracted_martools; - my $marzip = marzip_path($config, $version); - $martools_tmpdir = get_tmpdir($config); - my $old_cwd = getcwd; - chdir $martools_tmpdir; - my (undef, undef, $exit) = capture { - system('unzip', $marzip); - }; - chdir $old_cwd; - exit_error "Error extracting $marzip" if $exit; - $ENV{PATH} = "$martools_tmpdir/mar-tools:$initPATH"; - if ($initLD_LIBRARY_PATH) { - $ENV{LD_LIBRARY_PATH} = "$initLD_LIBRARY_PATH:$martools_tmpdir/mar-tools"; - } else { - $ENV{LD_LIBRARY_PATH} = "$martools_tmpdir/mar-tools"; - } - $extracted_martools = 1; -} - sub log_step { my ($url, $step, $status, $details) = @_; state $u; @@ -701,9 +679,9 @@ my %actions = ( my $channel = $ARGV[0]; exit_error "Unknown channel" unless $config->{channels}{$channel}; my $versions = as_array($config->{channels}{$channel}); + setup_martools; foreach my $version (@$versions) { next unless $config->{versions}{$version}{incremental_from}; - extract_martools($config, $version); get_version_files($config, $version); create_incremental_mars_for_version($config, $version, $channel); } 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-build][main] 4 commits: Bug 41314: Add tools/setup-martools and tools/mar
by morgan (@morgan) 10 Feb '25

10 Feb '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: bbe7bf81 by Nicolas Vigier at 2025-02-10T14:12:04+00:00 Bug 41314: Add tools/setup-martools and tools/mar tools/setup-martools will download and extract mar-tools to tools/local/mar-tools (if not already present). tools/mar will run mar after running tools/setup-martools. - - - - - 7f90f5cd by Nicolas Vigier at 2025-02-10T14:12:04+00:00 Bug 41314: Use setup-martools in update_responses - - - - - 75179413 by Nicolas Vigier at 2025-02-10T14:12:04+00:00 Bug 41314: Update mar-tools version in projects/mar-tools/config - - - - - dbc66b84 by Nicolas Vigier at 2025-02-10T14:12:04+00:00 Bug 41314: Use setup-martools in dmg2mar - - - - - 8 changed files: - projects/mar-tools/config - tools/dmg2mar - + tools/mar - + tools/setup-martools - tools/signing/machines-setup/setup-signing-machine - tools/signing/machines-setup/upload-tbb-to-signing-machine - + tools/signmar - tools/update-responses/update_responses Changes: ===================================== projects/mar-tools/config ===================================== @@ -1,20 +1,22 @@ # vim: filetype=yaml sw=2 # # Used by tools/signing/machines-setup/upload-tbb-to-signing-machine -# to fetch mar-tools for signing machine setup +# to fetch mar-tools for signing machine setup, and by tools/setup-martools +# to allow running `mar` as `tools/mar`. # -version: 12.0.4 -filename: 'mar-tools-linux64.zip' +version: 14.0.4 +filename: 'mar-tools.zip' container: use_container: 0 gpg_keyring: torbrowser.gpg tag_gpg_id: 1 input_files: - - URL: 'https://archive.torproject.org/tor-package-archive/torbrowser/[% c("version") %]/mar-tools-linux64.zip' - sha256sum: 726ec4192de61a9342b3262c7ac722cbd59eaba07879be9589c65599d2d69584 + - URL: 'https://archive.torproject.org/tor-package-archive/torbrowser/[% c("version") %]/mar-tools-linux-x86_64-[% c("version") %].zip' + sha256sum: 414254d2471c7f0bcc25de955dbbe716c416d0b80e7688dc2dd48ac6e7fdbf0a steps: fetch_martools: fetch_martools: | #!/bin/bash - echo ok + mkdir -p '[% dest_dir %]' + cp -f mar-tools-linux-x86_64-[% c("version") %].zip '[% dest_dir %]/mar-tools.zip' ===================================== tools/dmg2mar ===================================== @@ -34,6 +34,7 @@ use File::Slurp; use File::Find; use Parallel::ForkManager; use Cwd; +use FindBin; # If the application is not TorBrowser (for instance, TorMessenger) # set the application name in the TOR_APPNAME_BUNDLE_OSX, @@ -70,25 +71,18 @@ sub osname { exit_error 'Unknown OS'; } -my $martools_tmpdir; -sub extract_martools { - my $osname = osname; - my $marzip = glob(getcwd . "/mar-tools-$osname-*.zip"); - exit_error "Could not find mar-tools zip" unless $marzip; - $martools_tmpdir = File::Temp->newdir(); - my $old_cwd = getcwd; - chdir $martools_tmpdir; - my (undef, undef, $success) = capture_exec('unzip', $marzip); - chdir $old_cwd; - exit_error "Error extracting $marzip" unless $success; - $ENV{PATH} = "$martools_tmpdir/mar-tools:$ENV{PATH}"; - if ($ENV{LD_LIBRARY_PATH}) { - $ENV{LD_LIBRARY_PATH} .= ":$martools_tmpdir/mar-tools"; - } else { - $ENV{LD_LIBRARY_PATH} = "$martools_tmpdir/mar-tools"; - } - $ENV{MAR} = "$martools_tmpdir/mar-tools/mar"; - $ENV{MSBDIFF} = "$martools_tmpdir/mar-tools/mbsdiff"; +sub setup_martools { + my ($out, $err, $exit) = capture { + system("$FindBin::Bin/setup-martools"); + }; + exit_error "Error setting up mar-tools: $err" if $exit; + my $martoolsdir = "$FindBin::Bin/local/mar-tools"; + if ($ENV{LD_LIBRARY_PATH}) { + $ENV{LD_LIBRARY_PATH} = "$ENV{LD_LIBRARY_PATH}:$martoolsdir"; + } else { + $ENV{LD_LIBRARY_PATH} = "$martoolsdir/mar-tools"; + } + $ENV{PATH} = "$martoolsdir:$ENV{PATH}"; } sub get_nbprocs { @@ -192,6 +186,6 @@ $ENV{LC_ALL} = 'C'; exit_error "Please specify the mar channel id" unless @ARGV == 1; my $mar_channel_id = $ARGV[0]; -extract_martools; +setup_martools; convert_files $mar_channel_id; remove_incremental_mars; ===================================== tools/mar ===================================== @@ -0,0 +1,8 @@ +#!/bin/bash +set -e + +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) +cmdname=$(basename -- "${BASH_SOURCE[0]}") +setupmt=$("$script_dir/setup-martools") +eval "$setupmt" +exec "$MARTOOLSDIR/$cmdname" "$@" ===================================== tools/setup-martools ===================================== @@ -0,0 +1,49 @@ +#!/bin/bash +set -e + +script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) + +localdir="$script_dir/local" +test $# -eq 1 && localdir="$1" + +cd "$script_dir/.." + +function download_extract_martools { + make submodule-update > /dev/null + martools_version=$(./rbm/rbm showconf --step fetch_martools mar-tools version) + if test -h "$localdir/mar-tools"; then + test "$(readlink $localdir/mar-tools)" = "mar-tools-$martools_version" && return 0 + rm -f "$localdir/mar-tools" + fi + if test -d "$localdir/mar-tools"; then + echo "Error: $localdir/mar-tools already exists and is not a symlink" + exit 1 + fi + echo "Setting up mar-tools" + mkdir -p "$localdir" + cd "$localdir" + if ! test -d "mar-tools-$martools_version"; then + cd "$script_dir/.." + ./rbm/rbm build --step fetch_martools mar-tools + martools_zip="$(pwd)/out/mar-tools/mar-tools.zip" + cd "$localdir" + test -f "$martools_zip" + unzip -jd "mar-tools-$martools_version" "$martools_zip" + fi + ln -sf "mar-tools-$martools_version" mar-tools + echo "mar-tools have been set up in $localdir/mar-tools" +} + +function print_martools_vars { + mardir="$localdir/mar-tools" + if test -z "$LD_LIBRARY_PATH"; then + echo "export LD_LIBRARY_PATH=$mardir" + else + echo "export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$mardir" + fi + echo "export MARTOOLSDIR=$mardir" + echo "export MAR=$mardir/mar" +} + +download_extract_martools >&2 +print_martools_vars ===================================== tools/signing/machines-setup/setup-signing-machine ===================================== @@ -144,7 +144,7 @@ fi # install mar-tools if ! test -d /home/signing-mar/mar-tools; then tmpdir=$(mktemp -d) - unzip -d "$tmpdir" /signing/mar-tools-linux64.zip + unzip -d "$tmpdir" /signing/mar-tools.zip chown -R signing-mar:signing-mar "$tmpdir/mar-tools" chmod go+rX "$tmpdir/mar-tools"/* mv "$tmpdir/mar-tools" /home/signing-mar/mar-tools ===================================== tools/signing/machines-setup/upload-tbb-to-signing-machine ===================================== @@ -25,7 +25,7 @@ git archive --prefix=rbm/ --output="$tmpdir/rbm.tar" HEAD . echo "Created rbm.tar" cd .. -martools_filename=mar-tools-linux64.zip +martools_filename=mar-tools.zip if ! test -f "./out/mar-tools/$martools_filename"; then ./rbm/rbm build --step fetch_martools mar-tools echo "Downloaded $martools_filename" ===================================== tools/signmar ===================================== @@ -0,0 +1 @@ +mar \ No newline at end of file ===================================== tools/update-responses/update_responses ===================================== @@ -33,8 +33,6 @@ my %htdocsfiles; my $releases_dir = $config->{releases_dir}; $releases_dir = "$FindBin::Bin/$releases_dir" unless $releases_dir =~ m/^\//; my @check_errors; -my $initPATH = $ENV{PATH}; -my $initLD_LIBRARY_PATH = $ENV{LD_LIBRARY_PATH}; sub exit_error { print STDERR "Error: ", $_[0], "\n"; @@ -67,6 +65,20 @@ sub get_nbprocs { return 4; } +sub setup_martools { + my ($out, $err, $exit) = capture { + system("$FindBin::Bin/../setup-martools"); + }; + exit_error "Error setting up mar-tools: $err" if $exit; + my $martoolsdir = "$FindBin::Bin/../local/mar-tools"; + if ($ENV{LD_LIBRARY_PATH}) { + $ENV{LD_LIBRARY_PATH} = "$ENV{LD_LIBRARY_PATH}:$martoolsdir"; + } else { + $ENV{LD_LIBRARY_PATH} = "$martoolsdir/mar-tools"; + } + $ENV{PATH} = "$martoolsdir:$ENV{PATH}"; +} + sub write_htdocs { my ($channel, $file, $content) = @_; mkdir $htdocsdir unless -d $htdocsdir; @@ -318,7 +330,7 @@ sub version_dir { sub get_buildinfos { my ($config, $version) = @_; return if exists $config->{versions}{$version}{buildID}; - extract_martools($config, $version); + setup_martools; my $files = $config->{versions}{$version}{files}; foreach my $os (keys %$files) { foreach my $lang (keys %{$files->{$os}}) { @@ -498,40 +510,6 @@ sub write_downloads_json { } } -sub marzip_path { - my ($config, $version) = @_; - for my $osname (qw/linux-x86_64 linux-i686 linux-aarch64 macos-x86_64 windows-x86_64 windows-i686/) { - my $marzip = glob(version_dir($config, $version) . "/mar-tools-$osname-*.zip"); - if ($marzip && -f $marzip) { - return $marzip; - } - } - exit_error 'Could not find mar-tools'; -} - -my $martools_tmpdir; -my $extracted_martools; -sub extract_martools { - my ($config, $version) = @_; - return if $extracted_martools; - my $marzip = marzip_path($config, $version); - $martools_tmpdir = get_tmpdir($config); - my $old_cwd = getcwd; - chdir $martools_tmpdir; - my (undef, undef, $exit) = capture { - system('unzip', $marzip); - }; - chdir $old_cwd; - exit_error "Error extracting $marzip" if $exit; - $ENV{PATH} = "$martools_tmpdir/mar-tools:$initPATH"; - if ($initLD_LIBRARY_PATH) { - $ENV{LD_LIBRARY_PATH} = "$initLD_LIBRARY_PATH:$martools_tmpdir/mar-tools"; - } else { - $ENV{LD_LIBRARY_PATH} = "$martools_tmpdir/mar-tools"; - } - $extracted_martools = 1; -} - sub log_step { my ($url, $step, $status, $details) = @_; state $u; @@ -701,9 +679,9 @@ my %actions = ( my $channel = $ARGV[0]; exit_error "Unknown channel" unless $config->{channels}{$channel}; my $versions = as_array($config->{channels}{$channel}); + setup_martools; foreach my $version (@$versions) { next unless $config->{versions}{$version}{incremental_from}; - extract_martools($config, $version); get_version_files($config, $version); create_incremental_mars_for_version($config, $version, $channel); } 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-update-responses][main] release: new version, 14.0.6
by morgan (@morgan) 07 Feb '25

07 Feb '25
morgan pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 9a605b6e by Morgan at 2025-02-07T17:32:30+00:00 release: new version, 14.0.6 - - - - - 56 changed files: - update_3/release/.htaccess - − update_3/release/13.5.10-14.0.4+13.5.11-macos-ALL.xml - update_3/release/13.5.9-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/13.5.10-14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/13.5.11-14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/13.5.10-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.10-14.0.6+13.5.12-macos-ALL.xml - update_3/release/13.5.10-14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/13.5.10-14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/13.5.10-14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/13.5.10-14.0.6+13.5.12-windows-x86_64-ALL.xml - update_3/release/13.5.10-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/13.5.11-14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/13.5.9-14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/13.5.11-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.11-14.0.6+13.5.12-macos-ALL.xml - update_3/release/13.5.11-14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/13.5.11-14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/13.5.11-14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/13.5.11-14.0.6+13.5.12-windows-x86_64-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-macos-ALL.xml - update_3/release/14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/13.5.9-14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/13.5.10-14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/13.5.9-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.9-14.0.6+13.5.12-macos-ALL.xml - update_3/release/13.5.9-14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/13.5.9-14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/13.5.9-14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/13.5.9-14.0.6+13.5.12-windows-x86_64-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.2-14.0.5+13.5.12-linux-x86_64-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.3-14.0.5+13.5.12-windows-i686-ALL.xml - update_3/release/14.0.2-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/14.0.3-14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/14.0.3-14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/14.0.3-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.3-14.0.6+13.5.12-macos-ALL.xml - update_3/release/14.0.2-14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/14.0.3-14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/14.0.2-14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/14.0.3-14.0.6+13.5.12-windows-x86_64-ALL.xml - − update_3/release/14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.4-14.0.5+13.5.12-windows-x86_64-ALL.xml - update_3/release/14.0.4-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/14.0.4-14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/14.0.4-14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/14.0.4-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.4-14.0.6+13.5.12-macos-ALL.xml - update_3/release/14.0.4-14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/14.0.4-14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/14.0.3-14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/14.0.4-14.0.6+13.5.12-windows-x86_64-ALL.xml - update_3/release/14.0.3-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/14.0.5-14.0.6+13.5.12-linux-i686-ALL.xml - + update_3/release/14.0.5-14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.5-14.0.6+13.5.12-macos-ALL.xml - + update_3/release/14.0.5-14.0.6+13.5.12-windows-i686-ALL.xml - + update_3/release/14.0.5-14.0.6+13.5.12-windows-x86_64-ALL.xml - update_3/release/13.5.11-14.0.5+13.5.12-linux-i686-ALL.xml → update_3/release/14.0.6+13.5.12-linux-i686-ALL.xml - update_3/release/14.0.5+13.5.12-linux-x86_64-ALL.xml → update_3/release/14.0.6+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.6+13.5.12-macos-ALL.xml - update_3/release/14.0.5+13.5.12-windows-i686-ALL.xml → update_3/release/14.0.6+13.5.12-windows-i686-ALL.xml - update_3/release/14.0.5+13.5.12-windows-x86_64-ALL.xml → update_3/release/14.0.6+13.5.12-windows-x86_64-ALL.xml - update_3/release/download-android-aarch64.json - update_3/release/download-android-armv7.json - update_3/release/download-android-x86.json - update_3/release/download-android-x86_64.json - update_3/release/download-linux-i686.json - update_3/release/download-linux-x86_64.json - update_3/release/download-macos.json - update_3/release/download-windows-i686.json - update_3/release/download-windows-x86_64.json - update_3/release/downloads.json The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag tor-browser-128.7.0esr-14.0-1-build3
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed new tag tor-browser-128.7.0esr-14.0-1-build3 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.7.0esr-14.0-1] BB 43468: ScreenCaptureKit should be a weak link.
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch mullvad-browser-128.7.0esr-14.0-1 at The Tor Project / Applications / Mullvad Browser Commits: 0100be62 by Pier Angelo Vendrame at 2025-02-06T18:28:13+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/010… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/010… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.7.0esr-14.0-1] BB 43468: ScreenCaptureKit should be a weak link.
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch base-browser-128.7.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: ca7de33e by Pier Angelo Vendrame at 2025-02-06T18:25:29+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ca7de33… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ca7de33… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.0-1] BB 43468: ScreenCaptureKit should be a weak link.
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch tor-browser-128.7.0esr-14.0-1 at The Tor Project / Applications / Tor Browser Commits: 3eb91e73 by Pier Angelo Vendrame at 2025-02-06T18:27:01+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3eb91e7… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/3eb91e7… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser][mullvad-browser-128.7.0esr-14.5-1] BB 43468: ScreenCaptureKit should be a weak link.
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch mullvad-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Mullvad Browser Commits: f31aff63 by Pier Angelo Vendrame at 2025-02-06T18:24:38+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/f31… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/commit/f31… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][base-browser-128.7.0esr-14.5-1] BB 43468: ScreenCaptureKit should be a weak link.
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch base-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 6e19b43b by Pier Angelo Vendrame at 2025-02-06T18:20:34+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6e19b43… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/6e19b43… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.5-1] BB 43468: ScreenCaptureKit should be a weak link.
by Pier Angelo Vendrame (@pierov) 06 Feb '25

06 Feb '25
Pier Angelo Vendrame pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 15c7cc7f by Pier Angelo Vendrame at 2025-02-06T18:15:12+00:00 BB 43468: ScreenCaptureKit should be a weak link. ScreenCaptureKit is not available on older macOS versions. For some reason, the upstream build have it as a weak import even though they do not specify the -weak_framework flag, whereas our builds have it as a normal import and do not work on macOS 10.15 without this patch. - - - - - 1 changed file: - toolkit/library/moz.build Changes: ===================================== toolkit/library/moz.build ===================================== @@ -228,7 +228,7 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] == "cocoa": "-framework AVFoundation", "-framework CoreMedia", "-framework IOKit", - "-framework ScreenCaptureKit", + "-weak_framework ScreenCaptureKit", "-F%s" % CONFIG["MACOS_PRIVATE_FRAMEWORKS_DIR"], "-framework CoreUI", "-framework CoreSymbolication", View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/15c7cc7… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/15c7cc7… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser][tor-browser-128.7.0esr-14.5-1] fixup! TB 2176: Rebrand Firefox to TorBrowser
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch tor-browser-128.7.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: f3f6359d by Henry Wilkes at 2025-02-05T14:21:28+00:00 fixup! TB 2176: Rebrand Firefox to TorBrowser TB 43466: Drop unnecessary changes to the aboutDialog.css stylesheet. Common branding rules common to tor browser releases were moved to the existing aboutDialogTor.css. Duplicate rules that were already in browser/base/content/aboutDialog.css were dropped. Rules that only made a minor difference were dropped: 1. We now centre-align the logo, instead of right-aligning (which did not seem to work as intended in right-to-left locales). 2. We keep the logo at the default 192px size, rather than 180px, which is a 0.75 scaling of the original 256px PNG. 3. We use the default size between the wordmark and "Extended Support Release", which increases the gap by 6px. - - - - - 4 changed files: - browser/base/content/aboutDialogTor.css - browser/branding/tb-alpha/content/aboutDialog.css - browser/branding/tb-nightly/content/aboutDialog.css - browser/branding/tb-release/content/aboutDialog.css Changes: ===================================== browser/base/content/aboutDialogTor.css ===================================== @@ -1,20 +1,22 @@ +#aboutDialogContainer { + background-color: #20123a; + color: #fff; + color-scheme: dark; +} + #leftBox { background-image: url('chrome://branding/content/icon256.png'); - background-position: right top; - background-size: 180px; + background-position-y: 0; } #rightBox { background-size: auto; - padding-top: 32px; -} - -#contributeDesc { - display: none; + margin-inline: 30px; } -#communityDesc { - display: none; +#bottomBox { + background-color: hsla(235, 43%, 10%, .5); + padding: 15px 10px 15px; } #trademark { @@ -24,6 +26,14 @@ margin-block: 10px; } +#contributeDesc { + display: none; +} + +#communityDesc { + display: none; +} + #bottomBox > hbox:not(#newBottom) { display: none; } ===================================== browser/branding/tb-alpha/content/aboutDialog.css ===================================== @@ -2,47 +2,6 @@ * 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/. */ -#aboutDialogContainer { - background-color: #20123a; - color: #fff; -} - -#clientBox { - padding: 10px 0 15px; -} - -#leftBox { - background-image: url("chrome://branding/content/about-logo.png"); - background-repeat: no-repeat; - background-size: 192px auto; - background-position: center 20%; - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 210px; - margin-top: 20px; - margin-inline-start: 30px; -} - -@media (min-resolution: 2dppx) { - #leftBox { - background-image: url("chrome://branding/content/about-logo@2x.png"); - } -} - -.text-link { - color: #fff !important; - text-decoration: underline; -} - -.text-link:-moz-focusring { - border-color: #fff; -} - -#rightBox { - margin-inline: 30px; - padding-top: 64px; -} - #rightBox:-moz-locale-dir(rtl) { /* tor-browser#42319: re-align the background image after we added some padding to make all the channel use the same size for the wordmark. @@ -50,8 +9,3 @@ (tor-browser#29745) */ background-position: right -34px top 0; } - -#bottomBox { - background-color: hsla(235, 43%, 10%, .5); - padding: 15px 10px 15px; -} ===================================== browser/branding/tb-nightly/content/aboutDialog.css ===================================== @@ -1,46 +1,3 @@ /* 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/. */ - -#aboutDialogContainer { - background-color: #20123a; - color: #fff; - color-scheme: dark; -} - -#clientBox { - padding: 10px 0 15px; -} - -#leftBox { - background-image: url("chrome://branding/content/about-logo.png"); - background-repeat: no-repeat; - background-size: 192px auto; - background-position: center 20%; - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 210px; - margin-top: 20px; - margin-inline-start: 30px; -} - -@media (min-resolution: 2dppx) { - #leftBox { - background-image: url("chrome://branding/content/about-logo@2x.png"); - } -} - -.text-link { - color: #fff !important; - text-decoration: underline; -} - -#rightBox { - margin-inline: 30px; - padding-top: 64px; -} - -#bottomBox { - background-color: hsla(235, 43%, 10%, .5); - padding: 15px 10px 15px; -} ===================================== browser/branding/tb-release/content/aboutDialog.css ===================================== @@ -2,43 +2,6 @@ * 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/. */ -#aboutDialogContainer { - background-color: #20123a; - color: #fff; - color-scheme: dark; -} - -#clientBox { - padding: 10px 0 15px; -} - -#leftBox { - background-image: url("chrome://branding/content/about-logo.png"); - background-repeat: no-repeat; - background-size: 192px auto; - background-position: center 20%; - /* min-width and min-height create room for the logo */ - min-width: 210px; - min-height: 210px; - margin-top: 20px; - margin-inline-start: 30px; -} - -@media (min-resolution: 2dppx) { - #leftBox { - background-image: url("chrome://branding/content/about-logo@2x.png"); - } -} - -.text-link { - color: #fff !important; - text-decoration: underline; -} - -#rightBox { - margin-inline: 30px; -} - #rightBox:-moz-locale-dir(rtl) { /* tor-browser#42319: re-align the background image after we added some padding to make all the channel use the same size for the wordmark. @@ -46,15 +9,3 @@ (tor-browser#29745) */ background-position: right -164px top 0; } - -#bottomBox { - background-color: hsla(235, 43%, 10%, .5); - padding: 15px 10px 15px; -} - -#trademark { - font-size: xx-small; - text-align: center; - color: #999999; - margin-block: 10px; -} View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f3f6359… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/f3f6359… 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 41358: Update sign-tag script to handle rapid-release nightly branches
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 8833b2b8 by Morgan at 2025-02-06T17:52:43+00:00 Bug 41358: Update sign-tag script to handle rapid-release nightly branches - - - - - 1 changed file: - tools/browser/sign-tag Changes: ===================================== tools/browser/sign-tag ===================================== @@ -34,11 +34,11 @@ esac # branch_name=$(git rev-parse --abbrev-ref HEAD) -if [[ $branch_name =~ ^([a-z]+-browser)-([1-9][0-9]+\.[0-9]+\.[0-9]+esr)-([1-9][0-9]*\.[05])-([1-9]).*$ ]]; then +if [[ $branch_name =~ ^([a-z]+-browser)-([1-9][0-9]+\.[0-9]+)(\.[0-9]+esr|a[1-9][0-9]*)-([1-9][0-9]*\.[05])-([1-9]).*$ ]]; then project="${BASH_REMATCH[1]}" - esr="${BASH_REMATCH[2]}" - version="${BASH_REMATCH[3]}" - branch_number="${BASH_REMATCH[4]}" + upstream="${BASH_REMATCH[2]}${BASH_REMATCH[3]}" + version="${BASH_REMATCH[4]}" + branch_number="${BASH_REMATCH[5]}" else echo "This script must be run from an official browser branch. For example 'base-browser-128.4.0esr-14.0-1'" exit 1 @@ -77,9 +77,9 @@ commit=$(git rev-parse --short ${3:-HEAD}) # channel validation if [[ "${project}" == "mullvad-browser" ]]; then - valid_channels=("alpha" "stable") + valid_channels=("rapid" "alpha" "stable") else - valid_channels=("alpha" "stable" "legacy") + valid_channels=("rapid" "alpha" "stable" "legacy") fi channel_valid=false for value in "${valid_channels[@]}"; do @@ -104,8 +104,8 @@ fi # Sign and tag the specified git commit # -tag="${project}-${esr}-${version}-${branch_number}-${build_number}" -message="Tagging ${build_number} for ${esr}-based ${channel}" +tag="${project}-${upstream}-${version}-${branch_number}-${build_number}" +message="Tagging ${build_number} for ${upstream}-based ${channel}" echo "Tag commit ${commit} in ${branch_name}" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8… 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 41297: Add video codecs dependencies (recommends) on the Debian package
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: c17d217f by Nicolas Vigier at 2025-02-06T17:41:50+00:00 Bug 41297: Add video codecs dependencies (recommends) on the Debian package - - - - - 1 changed file: - projects/linux-packages/debian/control.in Changes: ===================================== projects/linux-packages/debian/control.in ===================================== @@ -7,5 +7,6 @@ Build-Depends: debhelper (>= 9), dh-apparmor Package: [% c("var/system_pkg/pkg_name") %] Architecture: amd64 i386 arm64 Depends: ${shlibs:Depends}, +Recommends: libavcodec61 | libavcodec-extra61 | libavcodec60 | libavcodec-extra60 | libavcodec59 | libavcodec-extra59 | libavcodec58 | libavcodec-extra58 | libavcodec57 | libavcodec-extra57 | libavcodec56 | libavcodec-extra56 | libavcodec55 | libavcodec-extra55 | libavcodec54 | libavcodec-extra54 | libavcodec53 | libavcodec-extra53 Description: [% c('var/display_name') %] [% c("var/system_pkg/pkg_description") %] View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] rollback 14.0.5 update responses for macOS only (tor-browser#43468)
by morgan (@morgan) 06 Feb '25

06 Feb '25
morgan pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 0caa0c54 by Morgan at 2025-02-06T15:47:09+00:00 rollback 14.0.5 update responses for macOS only (tor-browser#43468) - - - - - 17 changed files: - update_3/release/.htaccess - + update_3/release/13.5.10-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.10-14.0.5+13.5.12-macos-ALL.xml - − update_3/release/13.5.11-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/13.5.7-14.0.4+13.5.11-macos-ALL.xml - + update_3/release/13.5.9-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.9-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.1-14.0.4+13.5.11-macos-ALL.xml - + update_3/release/14.0.2-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.2-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.3-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.3-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.4-14.0.5+13.5.12-macos-ALL.xml - − update_3/release/14.0.5+13.5.12-macos-ALL.xml - update_3/release/download-macos.json - update_3/release/downloads.json Changes: ===================================== update_3/release/.htaccess ===================================== @@ -12,6 +12,8 @@ RewriteRule ^[^/]+/1[12]\.[05].*/.* https://aus1.torproject.org/torbrowser/updat RewriteRule ^[^/]+/13\.0.*/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] RewriteRule ^[^/]+/13\.5/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] RewriteRule ^[^/]+/13\.5\.[0123456]/.* https://aus1.torproject.org/torbrowser/update_pre14.0/release/$0 [last] +# tor-browser#43468: make 14.0.4 latest for macOS until we fix the crash-on-launch issue in older macOS versions +RewriteRule ^Darwin_[^/]+/14.0.4/ no-update.xml [last] RewriteRule ^[^/]+/14.0.5/ no-update.xml [last] RewriteRule ^[^/]+/13.5.12/ no-update.xml [last] RewriteRule ^Linux_x86-gcc3/13.5.10/ALL 13.5.10-14.0.5+13.5.12-linux-i686-ALL.xml [last] @@ -30,22 +32,22 @@ RewriteRule ^Linux_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.5+13.5.12-linux-x86_64-ALL RewriteRule ^Linux_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.5+13.5.12-linux-x86_64-ALL.xml [last] RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0.5+13.5.12-linux-x86_64-ALL.xml [last] RewriteRule ^Linux_x86_64-gcc3/ 14.0.5+13.5.12-linux-x86_64-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.5.10/ALL 13.5.10-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.5.11/ALL 13.5.11-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.5.9/ALL 13.5.9-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.2/ALL 14.0.2-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/ 14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.5.10/ALL 13.5.10-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.5.11/ALL 13.5.11-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.5.9/ALL 13.5.9-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.2/ALL 14.0.2-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.4/ALL 14.0.4-14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.5+13.5.12-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/ 14.0.5+13.5.12-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5.10/ALL 13.5.10-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5.7/ALL 13.5.7-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/13.5.9/ALL 13.5.9-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0.1/ALL 14.0.1-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0.2/ALL 14.0.2-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/ 14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5.10/ALL 13.5.10-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5.7/ALL 13.5.7-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/13.5.9/ALL 13.5.9-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0.1/ALL 14.0.1-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0.2/ALL 14.0.2-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.4+13.5.11-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/ 14.0.4+13.5.11-macos-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/13.5.10/ALL 13.5.10-14.0.5+13.5.12-windows-i686-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/13.5.11/ALL 13.5.11-14.0.5+13.5.12-windows-i686-ALL.xml [last] RewriteRule ^WINNT_x86-gcc3/13.5.9/ALL 13.5.9-14.0.5+13.5.12-windows-i686-ALL.xml [last] ===================================== update_3/release/13.5.10-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos--13.5.…" size="9759164" type="partial"></patch></update></updates> ===================================== update_3/release/13.5.10-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos--13.5.…" size="11729196" type="partial"></patch></update></updates> ===================================== update_3/release/13.5.11-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos--13.5.…" size="9025460" type="partial"></patch></update></updates> ===================================== update_3/release/13.5.7-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos--13.5.…" size="11417849" type="partial"></patch></update></updates> ===================================== update_3/release/13.5.9-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos--13.5.…" size="10829144" type="partial"></patch></update></updates> ===================================== update_3/release/13.5.9-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos--13.5.…" size="11973776" type="partial"></patch></update></updates> ===================================== update_3/release/14.0.1-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos--14.0.1…" size="14881600" type="partial"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.2-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos--14.0.2…" size="14672436" type="partial"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.2-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos--14.0.2…" size="16985272" type="partial"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.3-14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos--14.0.3…" size="11612900" type="partial"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.3-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos--14.0.3…" size="14332116" type="partial"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.4+13.5.11-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://blog.torproject.org/new-release-tor-browser-1404" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1404" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.4/tor-browser-macos-14.0.4_…" size="157094467" type="complete"></patch></update><update type="minor" displayVersion="13.5.11" appVersion="13.5.11" platformVersion="115.19.0" buildID="20250106131030" detailsURL="https://blog.torproject.org/new-release-tor-browser-13511" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13511" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.11/tor-browser-macos-13.5.1…" size="169665654" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.4-14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos--14.0.4…" size="11642328" type="partial"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch></update></updates> ===================================== update_3/release/14.0.5+13.5.12-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://blog.torproject.org/new-release-tor-browser-1405" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1405" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.5/tor-browser-macos-14.0.5_…" size="157084047" type="complete"></patch></update><update type="minor" displayVersion="13.5.12" appVersion="13.5.12" platformVersion="115.20.0" buildID="20250203103001" detailsURL="https://blog.torproject.org/new-release-tor-browser-13512" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13512" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.12/tor-browser-macos-13.5.1…" size="169738926" type="complete"></patch></update></updates> ===================================== update_3/release/download-macos.json ===================================== @@ -1 +1 @@ -{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-macos-14.0.5.dmg","git_tag":"tbb-14.0.5-build1","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-macos-14.0.5.dmg.…","version":"14.0.5"} \ No newline at end of file +{"binary":"https://dist.torproject.org/torbrowser/14.0.4/tor-browser-macos-14.0.4.dmg","git_tag":"tbb-14.0.4-build1","sig":"https://dist.torproject.org/torbrowser/14.0.4/tor-browser-macos-14.0.4.dmg.…","version":"14.0.4"} \ No newline at end of file ===================================== update_3/release/downloads.json ===================================== @@ -1 +1 @@ -{"downloads":{"linux-i686":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-i686-14.0.5…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-i686-14.0.5…"}},"linux-x86_64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-x86_64-14.0…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-x86_64-14.0…"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-macos-14.0.5.dmg","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-macos-14.0.5.dmg.…"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-i686-port…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-i686-port…"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-x86_64-po…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-x86_64-po…"}}},"tag":"tbb-14.0.5-build1","version":"14.0.5"} \ No newline at end of file +{"downloads":{"linux-i686":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-i686-14.0.5…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-i686-14.0.5…"}},"linux-x86_64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-x86_64-14.0…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-linux-x86_64-14.0…"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.4/tor-browser-macos-14.0.4.dmg","sig":"https://dist.torproject.org/torbrowser/14.0.4/tor-browser-macos-14.0.4.dmg.…"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-i686-port…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-i686-port…"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-x86_64-po…","sig":"https://dist.torproject.org/torbrowser/14.0.5/tor-browser-windows-x86_64-po…"}}},"tag":"tbb-14.0.5-build1","version":"14.0.5"} \ No newline at end of file View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new branch tor-browser-136.0a1-15.0-1
by morgan (@morgan) 05 Feb '25

05 Feb '25
morgan pushed new branch tor-browser-136.0a1-15.0-1 at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/tor-brows… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser] Pushed new tag FIREFOX_NIGHTLY_136_END
by morgan (@morgan) 05 Feb '25

05 Feb '25
morgan pushed new tag FIREFOX_NIGHTLY_136_END at The Tor Project / Applications / Tor Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/tree/FIREFOX_N… 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.5] Remove meek azure from the builtin bridges
by boklm (@boklm) 05 Feb '25

05 Feb '25
boklm pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: 385ea0af by meskio at 2025-02-05T11:59:28+01:00 Remove meek azure from the builtin bridges Meek azure has stopped working: https://lists.torproject.org/mailman3/hyperkitty/list/anti-censorship-team@… * Related: tpo/anti-censorship/team#155 - - - - - 1 changed file: - projects/tor-expert-bundle/pt_config.json Changes: ===================================== projects/tor-expert-bundle/pt_config.json ===================================== @@ -7,7 +7,6 @@ }, "bridges" : { "meek-azure" : [ - "meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com", "meek_lite 192.0.2.20:80 url=https://1314488750.rsc.cdn77.org front=www.phpmyadmin.net utls=HelloRandomizedALPN" ], "obfs4" : [ 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-build][maint-14.0] Remove meek azure from the builtin bridges
by boklm (@boklm) 05 Feb '25

05 Feb '25
boklm pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build Commits: a43db203 by meskio at 2025-02-05T11:57:34+01:00 Remove meek azure from the builtin bridges Meek azure has stopped working: https://lists.torproject.org/mailman3/hyperkitty/list/anti-censorship-team@… * Related: tpo/anti-censorship/team#155 - - - - - 1 changed file: - projects/tor-expert-bundle/pt_config.json Changes: ===================================== projects/tor-expert-bundle/pt_config.json ===================================== @@ -7,7 +7,6 @@ }, "bridges" : { "meek-azure" : [ - "meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com", "meek_lite 192.0.2.20:80 url=https://1314488750.rsc.cdn77.org front=www.phpmyadmin.net utls=HelloRandomizedALPN" ], "obfs4" : [ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Remove meek azure from the builtin bridges
by boklm (@boklm) 05 Feb '25

05 Feb '25
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 4c4bbdfe by meskio at 2025-02-05T11:10:54+01:00 Remove meek azure from the builtin bridges Meek azure has stopped working: https://lists.torproject.org/mailman3/hyperkitty/list/anti-censorship-team@… * Related: tpo/anti-censorship/team#155 - - - - - 1 changed file: - projects/tor-expert-bundle/pt_config.json Changes: ===================================== projects/tor-expert-bundle/pt_config.json ===================================== @@ -7,7 +7,6 @@ }, "bridges" : { "meek-azure" : [ - "meek_lite 192.0.2.18:80 BE776A53492E1E044A26F17306E1BC46A55A1625 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com", "meek_lite 192.0.2.20:80 url=https://1314488750.rsc.cdn77.org front=www.phpmyadmin.net utls=HelloRandomizedALPN" ], "obfs4" : [ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/4… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] Update update_pre13.5a10/alpha to point to archive.tpo
by boklm (@boklm) 04 Feb '25

04 Feb '25
boklm pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 6611c97e by Nicolas Vigier at 2025-02-04T18:46:17+01:00 Update update_pre13.5a10/alpha to point to archive.tpo This command was used: sed -i -e 's|cdn\.torproject\.org/aus1|archive.torproject.org/tor-package-archive|g' *.xml - - - - - 20 changed files: - update_pre13.5a10/alpha/13.5a10-linux-i686-ALL.xml - update_pre13.5a10/alpha/13.5a10-linux-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a10-macos-ALL.xml - update_pre13.5a10/alpha/13.5a10-windows-i686-ALL.xml - update_pre13.5a10/alpha/13.5a10-windows-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a7-13.5a10-linux-i686-ALL.xml - update_pre13.5a10/alpha/13.5a7-13.5a10-linux-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a7-13.5a10-macos-ALL.xml - update_pre13.5a10/alpha/13.5a7-13.5a10-windows-i686-ALL.xml - update_pre13.5a10/alpha/13.5a7-13.5a10-windows-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a8-13.5a10-linux-i686-ALL.xml - update_pre13.5a10/alpha/13.5a8-13.5a10-linux-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a8-13.5a10-macos-ALL.xml - update_pre13.5a10/alpha/13.5a8-13.5a10-windows-i686-ALL.xml - update_pre13.5a10/alpha/13.5a8-13.5a10-windows-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a9-13.5a10-linux-i686-ALL.xml - update_pre13.5a10/alpha/13.5a9-13.5a10-linux-x86_64-ALL.xml - update_pre13.5a10/alpha/13.5a9-13.5a10-macos-ALL.xml - update_pre13.5a10/alpha/13.5a9-13.5a10-windows-i686-ALL.xml - update_pre13.5a10/alpha/13.5a9-13.5a10-windows-x86_64-ALL.xml Changes: ===================================== update_pre13.5a10/alpha/13.5a10-linux-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-linux-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-macos-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-windows-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a10-windows-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-linux-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="e8ad4085b15d823193ee575a8c26b5cb8025e1eb5ced1019e0bbf4764be0654cdfdb19273f779d778cefaa45512833597d023075297b2b629c432689a7f2252e" size="19670490" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="e8ad4085b15d823193ee575a8c26b5cb8025e1eb5ced1019e0bbf4764be0654cdfdb19273f779d778cefaa45512833597d023075297b2b629c432689a7f2252e" size="19670490" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="ee8290f473649b70c9be857a721478c0cbb43f715ba2413235d91c2120b4336e34903a126aff9bf9617bfedb788f86497cda79a7d4a88cec9edd618d1eb50777" size="20116582" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="ee8290f473649b70c9be857a721478c0cbb43f715ba2413235d91c2120b4336e34903a126aff9bf9617bfedb788f86497cda79a7d4a88cec9edd618d1eb50777" size="20116582" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-macos-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="07e350dc8f23d88c19fb372ad8ecf7ad8169a7c047cf499eaf930dda932dfaba2cf2503904cd49fbc1a311a3539e945147e98b1336ed402052770a39b55d88aa" size="47451164" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="07e350dc8f23d88c19fb372ad8ecf7ad8169a7c047cf499eaf930dda932dfaba2cf2503904cd49fbc1a311a3539e945147e98b1336ed402052770a39b55d88aa" size="47451164" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-windows-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="90c81c42c050395f41ea127bb9d0dc8ad01fdd30c229b66adff9ec87ff28e915c14ae0efe9e522b819fd6d006ec5412a945278b01b1f10c1fb3fb2cfb7edcbf1" size="20213456" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="90c81c42c050395f41ea127bb9d0dc8ad01fdd30c229b66adff9ec87ff28e915c14ae0efe9e522b819fd6d006ec5412a945278b01b1f10c1fb3fb2cfb7edcbf1" size="20213456" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a7-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="19e4ba365089a62ec3194b93a8149c7167e9b8b092299c37f0d1506983427ade158ce2d9b6172f399935cf4834c86e8f80a1712337ad9d0c1ccbe40528aa5538" size="19289614" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="19e4ba365089a62ec3194b93a8149c7167e9b8b092299c37f0d1506983427ade158ce2d9b6172f399935cf4834c86e8f80a1712337ad9d0c1ccbe40528aa5538" size="19289614" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-linux-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="32cb1678ac18656136f755690c7042a1767216fa831bc99bcf289cefce266530986791d4548ce7598ef14f0485fcc85d48cfb05a48670f1c09a70ad8dba92be9" size="16734894" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="32cb1678ac18656136f755690c7042a1767216fa831bc99bcf289cefce266530986791d4548ce7598ef14f0485fcc85d48cfb05a48670f1c09a70ad8dba92be9" size="16734894" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="dc83bc81b2acfbd8145d7e612d64a8190d1da56d4f311f5484f78d870777f96dede70c3fd4784815268fea2b17e2e7351f245f4d2cfd340fdc24e835bbf01e2a" size="17142726" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="dc83bc81b2acfbd8145d7e612d64a8190d1da56d4f311f5484f78d870777f96dede70c3fd4784815268fea2b17e2e7351f245f4d2cfd340fdc24e835bbf01e2a" size="17142726" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-macos-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="1cc0ed2a1c6e11f4f85ecca341b4c7c3786bdc3744495501dcd4bc92c3784ff72b3ae713b2b8d1ed93ebeb752f2361c9424a964de13514a190cf778ae6fd5e0b" size="44347421" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="1cc0ed2a1c6e11f4f85ecca341b4c7c3786bdc3744495501dcd4bc92c3784ff72b3ae713b2b8d1ed93ebeb752f2361c9424a964de13514a190cf778ae6fd5e0b" size="44347421" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-windows-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="f2d76946fe94d4edd71b33639c1535e4d22f84e11861cfc1eb54dfd80418b7de56adaf98dd00acd60c7c52fdedee4dcf355b34b1124e10971911eff057e962f3" size="17259300" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="f2d76946fe94d4edd71b33639c1535e4d22f84e11861cfc1eb54dfd80418b7de56adaf98dd00acd60c7c52fdedee4dcf355b34b1124e10971911eff057e962f3" size="17259300" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a8-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="d33c854195bcfcc034f1b888e675072306dda8e7abcf14a2894c07f62268e63c6f8c1618766dce87ebe22220e2e16614b9f5ff8ac3feeb8ce798f61659d56849" size="16156606" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="d33c854195bcfcc034f1b888e675072306dda8e7abcf14a2894c07f62268e63c6f8c1618766dce87ebe22220e2e16614b9f5ff8ac3feeb8ce798f61659d56849" size="16156606" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-linux-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686-1…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-i686--…" hashFunction="SHA512" hashValue="822493c835c76d9503c7e21c2f0b002679ba82a5aa75527b34e658dfb33a320b78cdaa2e26039678f52bb5b6db56100cbc38c7247ecbbab09a78d42c1f8461df" size="16038909" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="edfb7526e3dcc0f4f9ba7166d23434afb7e7dce1ac6461c8dc9143f92f390dca277b13f583565c7c9e8ef268f765fdc58cbb7d4426a0ebe0bc1921531a5b33af" size="124083210" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="822493c835c76d9503c7e21c2f0b002679ba82a5aa75527b34e658dfb33a320b78cdaa2e26039678f52bb5b6db56100cbc38c7247ecbbab09a78d42c1f8461df" size="16038909" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-linux-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-linux-x86_64…" hashFunction="SHA512" hashValue="5b584eb6eca26f5451a2305169b31d81520b5ea0ffca4a42e420dc9b37a232fbcd1e557254a393228a7bbda41bb757c5addebcaf0f0b5d364976aada6d43776b" size="16316153" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="c2ff0201b31068f71fdba5c5504f86dc4690c53bb9aa97c6bce215948b32903c23db19806093b860fb1338cf7c7a694f8f5d28de6d61f34c1d9cbdf928fe3c3e" size="123334114" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="5b584eb6eca26f5451a2305169b31d81520b5ea0ffca4a42e420dc9b37a232fbcd1e557254a393228a7bbda41bb757c5addebcaf0f0b5d364976aada6d43776b" size="16316153" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-macos-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos-13.5a1…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-macos--13.5a…" hashFunction="SHA512" hashValue="3f589fb75d8ddbf55232dad2835cba3a8a274e1af4ac48d9e4997481d3b892a7742c3ed6b2331f16631602ae36d48cd1f33734569ae39694352c461879acf10f" size="43229892" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="16.0.0"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="ea3230d16c22c685e4a3db6e7269b9cf128d07a8e7bdc8fb77a8c34f9d7f46ebedbfb7f3dc245e7942616d167880e43550122d0c217e0204ca5ca464a764e797" size="169506998" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="3f589fb75d8ddbf55232dad2835cba3a8a274e1af4ac48d9e4997481d3b892a7742c3ed6b2331f16631602ae36d48cd1f33734569ae39694352c461879acf10f" size="43229892" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-windows-i686-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-i686…" hashFunction="SHA512" hashValue="4c2f5583deae1c73ca739f9e03a27498f20f98eec0d1b14a880247d9da197ffa49e7df8b27cbdd0e342dd2ca1a11c7f787fba1847c9be706fce4d6c97e59bba3" size="16631559" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="50d4390a9a64a1d3c399fabb257288e44c4ffbcafb8088e0abb186d3cc470e8bfd398d28411a6bc974035464804a24e762b0519bffb3752c8f2fc4cec8d8c316" size="110859181" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="4c2f5583deae1c73ca739f9e03a27498f20f98eec0d1b14a880247d9da197ffa49e7df8b27cbdd0e342dd2ca1a11c7f787fba1847c9be706fce4d6c97e59bba3" size="16631559" type="partial"></patch></update></updates> ===================================== update_pre13.5a10/alpha/13.5a9-13.5a10-windows-x86_64-ALL.xml ===================================== @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5a10/tor-browser-windows-x86_…" hashFunction="SHA512" hashValue="20e0a6e32485adbe727828aa8f8917a42c278f659e8305c2c4fc68029d460010a59e5e1c96e44d96623cd230bc93263df7a509df5200acd64ccbe21bf8414d3b" size="15434669" type="partial"></patch></update></updates> +<updates><update type="minor" displayVersion="13.5a10" appVersion="13.5a10" platformVersion="115.15.0" buildID="20240925170000" detailsURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" actions="showURL" openURL="https://blog.torproject.org/new-alpha-release-tor-browser-135a10" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="163bc2d179b2193e45b9d067b80bbff91d686de330242c4ad4ef1e2ff4b2b0dba0fad6100a0278449660823c291146e8317628f18bfd55353b235f83a96f1d81" size="110988859" type="complete"></patch><patch URL="https://archive.torproject.org/tor-package-archive/torbrowser/13.5a10/tor-b…" hashFunction="SHA512" hashValue="20e0a6e32485adbe727828aa8f8917a42c278f659e8305c2c4fc68029d460010a59e5e1c96e44d96623cd230bc93263df7a509df5200acd64ccbe21bf8414d3b" size="15434669" type="partial"></patch></update></updates> View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] release: new version, 14.0.5
by Pier Angelo Vendrame (@pierov) 04 Feb '25

04 Feb '25
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 86ac825e by Pier Angelo Vendrame at 2025-02-04T17:47:21+01:00 release: new version, 14.0.5 - - - - - 81 changed files: - update_3/release/.htaccess - − update_3/release/13.5.10-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/13.5.10-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/13.5.10-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.10-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/13.5.10-14.0.4+13.5.11-windows-x86_64-ALL.xml - + update_3/release/13.5.10-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/13.5.10-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.10-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/13.5.10-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/13.5.10-14.0.5+13.5.12-windows-x86_64-ALL.xml - + update_3/release/13.5.11-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/13.5.11-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.11-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/13.5.11-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/13.5.11-14.0.5+13.5.12-windows-x86_64-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/13.5.7-14.0.4+13.5.11-windows-x86_64-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/13.5.9-14.0.4+13.5.11-windows-x86_64-ALL.xml - + update_3/release/13.5.9-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/13.5.9-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/13.5.9-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/13.5.9-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/13.5.9-14.0.5+13.5.12-windows-x86_64-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/14.0.1-14.0.4+13.5.11-windows-x86_64-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/14.0.2-14.0.4+13.5.11-windows-x86_64-ALL.xml - + update_3/release/14.0.2-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/14.0.2-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.2-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.2-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/14.0.2-14.0.5+13.5.12-windows-x86_64-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/14.0.3-14.0.4+13.5.11-windows-x86_64-ALL.xml - + update_3/release/14.0.3-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/14.0.3-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.3-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.3-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/14.0.3-14.0.5+13.5.12-windows-x86_64-ALL.xml - − update_3/release/14.0.4+13.5.11-linux-i686-ALL.xml - − update_3/release/14.0.4+13.5.11-linux-x86_64-ALL.xml - − update_3/release/14.0.4+13.5.11-macos-ALL.xml - − update_3/release/14.0.4+13.5.11-windows-i686-ALL.xml - − update_3/release/14.0.4+13.5.11-windows-x86_64-ALL.xml - + update_3/release/14.0.4-14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/14.0.4-14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.4-14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.4-14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/14.0.4-14.0.5+13.5.12-windows-x86_64-ALL.xml - + update_3/release/14.0.5+13.5.12-linux-i686-ALL.xml - + update_3/release/14.0.5+13.5.12-linux-x86_64-ALL.xml - + update_3/release/14.0.5+13.5.12-macos-ALL.xml - + update_3/release/14.0.5+13.5.12-windows-i686-ALL.xml - + update_3/release/14.0.5+13.5.12-windows-x86_64-ALL.xml - update_3/release/download-android-aarch64.json - update_3/release/download-android-armv7.json - update_3/release/download-android-x86.json - update_3/release/download-android-x86_64.json - update_3/release/download-linux-i686.json - update_3/release/download-linux-x86_64.json - update_3/release/download-macos.json - update_3/release/download-windows-i686.json - update_3/release/download-windows-x86_64.json - update_3/release/downloads.json The diff was not included because it is too large. View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses… 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] release: new version, 14.0.5
by Pier Angelo Vendrame (@pierov) 03 Feb '25

03 Feb '25
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses Commits: f3ff86b5 by Pier Angelo Vendrame at 2025-02-03T19:45:51+01:00 release: new version, 14.0.5 - - - - - 29 changed files: - update_1/release/.htaccess - − update_1/release/13.5.9-14.0.4-linux-x86_64-ALL.xml - − update_1/release/13.5.9-14.0.4-macos-ALL.xml - − update_1/release/13.5.9-14.0.4-windows-x86_64-ALL.xml - − update_1/release/14.0-14.0.4-linux-x86_64-ALL.xml - − update_1/release/14.0-14.0.4-macos-ALL.xml - − update_1/release/14.0-14.0.4-windows-x86_64-ALL.xml - + update_1/release/14.0-14.0.5-linux-x86_64-ALL.xml - + update_1/release/14.0-14.0.5-macos-ALL.xml - + update_1/release/14.0-14.0.5-windows-x86_64-ALL.xml - − update_1/release/14.0.3-14.0.4-linux-x86_64-ALL.xml - − update_1/release/14.0.3-14.0.4-macos-ALL.xml - − update_1/release/14.0.3-14.0.4-windows-x86_64-ALL.xml - + update_1/release/14.0.3-14.0.5-linux-x86_64-ALL.xml - + update_1/release/14.0.3-14.0.5-macos-ALL.xml - + update_1/release/14.0.3-14.0.5-windows-x86_64-ALL.xml - + update_1/release/14.0.4-14.0.5-linux-x86_64-ALL.xml - + update_1/release/14.0.4-14.0.5-macos-ALL.xml - + update_1/release/14.0.4-14.0.5-windows-x86_64-ALL.xml - − update_1/release/14.0.4-linux-x86_64-ALL.xml - − update_1/release/14.0.4-macos-ALL.xml - − update_1/release/14.0.4-windows-x86_64-ALL.xml - + update_1/release/14.0.5-linux-x86_64-ALL.xml - + update_1/release/14.0.5-macos-ALL.xml - + update_1/release/14.0.5-windows-x86_64-ALL.xml - update_1/release/download-linux-x86_64.json - update_1/release/download-macos.json - update_1/release/download-windows-x86_64.json - update_1/release/downloads.json Changes: ===================================== update_1/release/.htaccess ===================================== @@ -1,22 +1,22 @@ RewriteEngine On -RewriteRule ^[^/]+/14.0.4/ no-update.xml [last] -RewriteRule ^Linux_x86_64-gcc3/13.5.9/ALL 13.5.9-14.0.4-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/14.0/ALL 14.0-14.0.4-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.4-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0.4-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/ 14.0.4-linux-x86_64-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/13.5.9/ALL 13.5.9-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0/ALL 14.0-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/ 14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/13.5.9/ALL 13.5.9-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0/ALL 14.0-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.4-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/ 14.0.4-macos-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/13.5.9/ALL 13.5.9-14.0.4-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0/ALL 14.0-14.0.4-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.3/ALL 14.0.3-14.0.4-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0.4-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0.4-windows-x86_64-ALL.xml [last] +RewriteRule ^[^/]+/14.0.5/ no-update.xml [last] +RewriteRule ^Linux_x86_64-gcc3/14.0/ALL 14.0-14.0.5-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.5-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.5-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0.5-linux-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86_64-gcc3/ 14.0.5-linux-x86_64-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0/ALL 14.0-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_x86_64-gcc3/ 14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0/ALL 14.0-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/14.0.4/ALL 14.0.4-14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.5-macos-ALL.xml [last] +RewriteRule ^Darwin_aarch64-gcc3/ 14.0.5-macos-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/14.0/ALL 14.0-14.0.5-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.3/ALL 14.0.3-14.0.5-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.4/ALL 14.0.4-14.0.5-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0.5-windows-x86_64-ALL.xml [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0.5-windows-x86_64-ALL.xml [last] ===================================== update_1/release/13.5.9-14.0.4-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4_…" size="114273089" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64--13.5.9…" size="57892666" type="partial"></patch></update></updates> ===================================== update_1/release/13.5.9-14.0.4-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4_ALL.mar" size="129355556" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos--13.5.9-14.0.4…" size="93252259" type="partial"></patch></update></updates> ===================================== update_1/release/13.5.9-14.0.4-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…" size="97707808" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64--13.5…" size="63659430" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.4-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4_…" size="114273089" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64--14.0-1…" size="10929834" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.4-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4_ALL.mar" size="129355556" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos--14.0-14.0.4_A…" size="15673487" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.4-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…" size="97707808" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64--14.0…" size="11450163" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.5-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5_…" size="114339861" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64--14.0-1…" size="11635275" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.5-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5_ALL.mar" size="129434736" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos--14.0-14.0.5_A…" size="16862631" type="partial"></patch></update></updates> ===================================== update_1/release/14.0-14.0.5-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…" size="97771772" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64--14.0…" size="12155284" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.4-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4_…" size="114273089" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64--14.0.3…" size="8193306" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.4-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4_ALL.mar" size="129355556" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos--14.0.3-14.0.4…" size="12557723" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.4-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…" size="97707808" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64--14.0…" size="8544311" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.5-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5_…" size="114339861" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64--14.0.3…" size="9309067" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.5-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5_ALL.mar" size="129434736" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos--14.0.3-14.0.5…" size="81031997" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.5-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…" size="97771772" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64--14.0…" size="9890912" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.5-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5_…" size="114339861" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64--14.0.4…" size="7962710" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.5-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5_ALL.mar" size="129434736" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos--14.0.4-14.0.5…" size="79845313" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.5-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…" size="97771772" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64--14.0…" size="8344967" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4_…" size="114273089" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.4-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4_ALL.mar" size="129355556" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.4-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.4" appVersion="14.0.4" platformVersion="128.6.0" buildID="20250106125732" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.4" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…" size="97707808" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.5-linux-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5_…" size="114339861" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.5-macos-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5_ALL.mar" size="129434736" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.5-windows-x86_64-ALL.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.5" appVersion="14.0.5" platformVersion="128.7.0" buildID="20250203100000" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.5" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…" size="97771772" type="complete"></patch></update></updates> ===================================== update_1/release/download-linux-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4.…","git_tag":"mb-14.0.4-build1","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4.…","version":"14.0.4"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5.…","git_tag":"mb-14.0.5-build1","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5.…","version":"14.0.5"} \ No newline at end of file ===================================== update_1/release/download-macos.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4.dmg","git_tag":"mb-14.0.4-build1","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4.dmg.asc","version":"14.0.4"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5.dmg","git_tag":"mb-14.0.5-build1","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5.dmg.asc","version":"14.0.5"} \ No newline at end of file ===================================== update_1/release/download-windows-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…","git_tag":"mb-14.0.4-build1","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…","version":"14.0.4"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…","git_tag":"mb-14.0.5-build1","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…","version":"14.0.5"} \ No newline at end of file ===================================== update_1/release/downloads.json ===================================== @@ -1 +1 @@ -{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4.…","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-linux-x86_64-14.0.4.…"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4.dmg","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-macos-14.0.4.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…","sig":"https://cdn.mullvad.net/browser/14.0.4/mullvad-browser-windows-x86_64-14.0.…"}}},"tag":"mb-14.0.4-build1","version":"14.0.4"} \ No newline at end of file +{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5.…","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-linux-x86_64-14.0.5.…"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5.dmg","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-macos-14.0.5.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…","sig":"https://cdn.mullvad.net/browser/14.0.5/mullvad-browser-windows-x86_64-14.0.…"}}},"tag":"mb-14.0.5-build1","version":"14.0.5"} \ 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/mullvad-browser] Pushed new tag base-browser-128.7.0esr-14.5-1-build1
by Pier Angelo Vendrame (@pierov) 03 Feb '25

03 Feb '25
Pier Angelo Vendrame pushed new tag base-browser-128.7.0esr-14.5-1-build1 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/base-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • ...
  • 778
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.