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
  • ----- 2026 -----
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • 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

  • 1 participants
  • 20247 discussions
[Git][tpo/applications/tor-browser-update-responses][main] release: add 14.0.7 files for linux and macos
by boklm (@boklm) 27 Mar '25

27 Mar '25
boklm pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: 6ac329f9 by Nicolas Vigier at 2025-03-27T10:41:00+01:00 release: add 14.0.7 files for linux and macos - - - - - 27 changed files: - + update_3/release/linux-i686/.htaccess - + update_3/release/linux-i686/13.5.10-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/13.5.11-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/13.5.12-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/14.0.4-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/14.0.5-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/14.0.6-14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/14.0.7+13.5.13-linux-i686.xml - + update_3/release/linux-i686/no-update.xml - + update_3/release/linux-x86_64/.htaccess - + update_3/release/linux-x86_64/13.5.10-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/13.5.11-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/13.5.12-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.4-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.5-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.6-14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/14.0.7+13.5.13-linux-x86_64.xml - + update_3/release/linux-x86_64/no-update.xml - + update_3/release/macos/.htaccess - + update_3/release/macos/13.5.10-14.0.7+13.5.13-macos.xml - + update_3/release/macos/13.5.11-14.0.7+13.5.13-macos.xml - + update_3/release/macos/13.5.12-14.0.7+13.5.13-macos.xml - + update_3/release/macos/14.0.4-14.0.7+13.5.13-macos.xml - + update_3/release/macos/14.0.5-14.0.7+13.5.13-macos.xml - + update_3/release/macos/14.0.6-14.0.7+13.5.13-macos.xml - + update_3/release/macos/14.0.7+13.5.13-macos.xml - + update_3/release/macos/no-update.xml Changes: ===================================== update_3/release/linux-i686/.htaccess ===================================== @@ -0,0 +1,9 @@ +RewriteEngine On +RewriteRule ^13.5.13/ no-update.xml [last] +RewriteRule ^13.5.10/ 13.5.10-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^13.5.11/ 13.5.11-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^13.5.12/ 13.5.12-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^14.0.4/ 14.0.4-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^14.0.5/ 14.0.5-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^14.0.6/ 14.0.6-14.0.7+13.5.13-linux-i686.xml [last] +RewriteRule ^[^/]+/ 14.0.7+13.5.13-linux-i686.xml [last] ===================================== update_3/release/linux-i686/13.5.10-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/13.5.11-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/13.5.12-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/14.0.4-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686--1…" size="16515107" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/14.0.5-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686--1…" size="15263733" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/14.0.6-14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686--1…" size="14877400" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/14.0.7+13.5.13-linux-i686.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-i686-14…" size="129487080" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-i686/no-update.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates></updates> ===================================== update_3/release/linux-x86_64/.htaccess ===================================== @@ -0,0 +1,9 @@ +RewriteEngine On +RewriteRule ^13.5.13/ no-update.xml [last] +RewriteRule ^13.5.10/ 13.5.10-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^13.5.11/ 13.5.11-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^13.5.12/ 13.5.12-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^14.0.4/ 14.0.4-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^14.0.5/ 14.0.5-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^14.0.6/ 14.0.6-14.0.7+13.5.13-linux-x86_64.xml [last] +RewriteRule ^[^/]+/ 14.0.7+13.5.13-linux-x86_64.xml [last] ===================================== update_3/release/linux-x86_64/13.5.10-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/13.5.11-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/13.5.12-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/14.0.4-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="16256371" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/14.0.5-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="15159365" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/14.0.6-14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="14768576" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/14.0.7+13.5.13-linux-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-linux-x86_64-…" size="128499292" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513"></update></updates> ===================================== update_3/release/linux-x86_64/no-update.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates></updates> ===================================== update_3/release/macos/.htaccess ===================================== @@ -0,0 +1,9 @@ +RewriteEngine On +RewriteRule ^13.5.13/ no-update.xml [last] +RewriteRule ^13.5.10/ 13.5.10-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^13.5.11/ 13.5.11-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^13.5.12/ 13.5.12-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^14.0.4/ 14.0.4-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^14.0.5/ 14.0.5-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^14.0.6/ 14.0.6-14.0.7+13.5.13-macos.xml [last] +RewriteRule ^[^/]+/ 14.0.7+13.5.13-macos.xml [last] ===================================== update_3/release/macos/13.5.10-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos--13.5.…" size="12279301" type="partial"></patch></update></updates> ===================================== update_3/release/macos/13.5.11-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos--13.5.…" size="10409873" type="partial"></patch></update></updates> ===================================== update_3/release/macos/13.5.12-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos--13.5.…" size="8925481" type="partial"></patch></update></updates> ===================================== update_3/release/macos/14.0.4-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos--14.0.4…" size="22290957" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch></update></updates> ===================================== update_3/release/macos/14.0.5-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos--14.0.5…" size="19943141" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch></update></updates> ===================================== update_3/release/macos/14.0.6-14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos--14.0.6…" size="19309616" type="partial"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch></update></updates> ===================================== update_3/release/macos/14.0.7+13.5.13-macos.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://blog.torproject.org/new-release-tor-browser-1407" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-1407" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/14.0.7/tor-browser-macos-14.0.7_…" size="157362707" type="complete"></patch></update><update type="minor" displayVersion="13.5.13" appVersion="13.5.13" platformVersion="115.21.0" buildID="20250303170000" detailsURL="https://blog.torproject.org/new-release-tor-browser-13513" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-13513" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/13.5.13/tor-browser-macos-13.5.1…" size="169698462" type="complete"></patch></update></updates> ===================================== update_3/release/macos/no-update.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates></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/mullvad-browser-update-responses][main] 2 commits: release: new version, 14.0.8 (windows-x86_64)
by ma1 (@ma1) 27 Mar '25

27 Mar '25
ma1 pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses Commits: ef7c5988 by hackademix at 2025-03-27T10:19:15+01:00 release: new version, 14.0.8 (windows-x86_64) - - - - - e1fd9a73 by hackademix at 2025-03-27T10:19:16+01:00 release: new version, 14.0.8 - - - - - 21 changed files: - update_1/release/.htaccess - − update_1/release/14.0.3-14.0.7-linux-x86_64-ALL.xml - − update_1/release/14.0.3-14.0.7-macos-ALL.xml - − update_1/release/14.0.3-14.0.7-windows-x86_64-ALL.xml - − update_1/release/14.0.4-14.0.7-linux-x86_64-ALL.xml - − update_1/release/14.0.4-14.0.7-macos-ALL.xml - − update_1/release/14.0.4-14.0.7-windows-x86_64-ALL.xml - − update_1/release/14.0.5-14.0.7-linux-x86_64-ALL.xml - − update_1/release/14.0.5-14.0.7-macos-ALL.xml - − update_1/release/14.0.5-14.0.7-windows-x86_64-ALL.xml - − update_1/release/14.0.7-linux-x86_64-ALL.xml - − update_1/release/14.0.7-macos-ALL.xml - − update_1/release/14.0.7-windows-x86_64-ALL.xml - update_1/release/download-windows-x86_64.json - update_1/release/downloads.json - + update_1/release/windows-x86_64/.htaccess - + update_1/release/windows-x86_64/14.0.4-14.0.8-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.5-14.0.8-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.7-14.0.8-windows-x86_64.xml - + update_1/release/windows-x86_64/14.0.8-windows-x86_64.xml - update_1/release/no-update.xml → update_1/release/windows-x86_64/no-update.xml Changes: ===================================== update_1/release/.htaccess ===================================== @@ -1,22 +1,9 @@ RewriteEngine On -RewriteRule ^[^/]+/14.0.7/ no-update.xml [last] -RewriteRule ^Linux_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.7-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.7-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/14.0.5/ALL 14.0.5-14.0.7-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0.7-linux-x86_64-ALL.xml [last] -RewriteRule ^Linux_x86_64-gcc3/ 14.0.7-linux-x86_64-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/14.0.5/ALL 14.0.5-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_x86_64-gcc3/ 14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.4/ALL 14.0.4-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/14.0.5/ALL 14.0.5-14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.7-macos-ALL.xml [last] -RewriteRule ^Darwin_aarch64-gcc3/ 14.0.7-macos-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.3/ALL 14.0.3-14.0.7-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.4/ALL 14.0.4-14.0.7-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.5/ALL 14.0.5-14.0.7-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0.7-windows-x86_64-ALL.xml [last] -RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0.7-windows-x86_64-ALL.xml [last] +RewriteRule ^Linux_x86-gcc3/(.*) linux-i686/$1 [last] +RewriteRule ^Linux_x86_64-gcc3/(.*) linux-x86_64/$1 [last] +RewriteRule ^Darwin_x86_64-gcc3/(.*) macos/$1 [last] +RewriteRule ^Darwin_aarch64-gcc3/(.*) macos/$1 [last] +RewriteRule ^WINNT_x86-gcc3/(.*) windows-i686/$1 [last] +RewriteRule ^WINNT_x86-gcc3-x86/(.*) windows-i686/$1 [last] +RewriteRule ^WINNT_x86-gcc3-x64/(.*) windows-i686/$1 [last] +RewriteRule ^WINNT_x86_64-gcc3-x64/(.*) windows-x86_64/$1 [last] ===================================== update_1/release/14.0.3-14.0.7-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7_…" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.3…" size="14381250" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.7-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7_ALL.mar" size="129574292" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos--14.0.3-14.0.7…" size="19808919" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.3-14.0.7-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0…" size="14968204" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.7-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7_…" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.4…" size="14040321" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.7-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7_ALL.mar" size="129574292" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos--14.0.4-14.0.7…" size="19338391" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.4-14.0.7-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0…" size="14563327" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.5-14.0.7-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7_…" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.5…" size="11255298" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.5-14.0.7-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7_ALL.mar" size="129574292" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos--14.0.5-14.0.7…" size="16014998" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.5-14.0.7-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0…" size="11785652" type="partial"></patch></update></updates> ===================================== update_1/release/14.0.7-linux-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7_…" size="108078626" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.7-macos-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="19.0.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7_ALL.mar" size="129574292" type="complete"></patch></update></updates> ===================================== update_1/release/14.0.7-windows-x86_64-ALL.xml deleted ===================================== @@ -1,2 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<updates><update type="minor" displayVersion="14.0.7" appVersion="14.0.7" platformVersion="128.8.0" buildID="20250303093702" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.7" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…" size="97894488" type="complete"></patch></update></updates> ===================================== update_1/release/download-windows-x86_64.json ===================================== @@ -1 +1 @@ -{"binary":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…","git_tag":"mb-14.0.7-build2","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…","version":"14.0.7"} \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…","git_tag":"mb-14.0.8-build1","sig":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…","version":"14.0.8"} \ 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.7/mullvad-browser-linux-x86_64-14.0.7.…","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.…"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-macos-14.0.7.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.…"}}},"tag":"mb-14.0.7-build2","version":"14.0.7"} \ No newline at end of file +{"downloads":{"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…","sig":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…"}}},"tag":"mb-14.0.8-build1","version":"14.0.8"} \ No newline at end of file ===================================== update_1/release/windows-x86_64/.htaccess ===================================== @@ -0,0 +1,6 @@ +RewriteEngine On +RewriteRule ^14.0.8/ no-update.xml [last] +RewriteRule ^14.0.4/ 14.0.4-14.0.8-windows-x86_64.xml [last] +RewriteRule ^14.0.5/ 14.0.5-14.0.8-windows-x86_64.xml [last] +RewriteRule ^14.0.7/ 14.0.7-14.0.8-windows-x86_64.xml [last] +RewriteRule ^[^/]+/ 14.0.8-windows-x86_64.xml [last] ===================================== update_1/release/windows-x86_64/14.0.4-14.0.8-windows-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.8" appVersion="14.0.8" platformVersion="128.8.0" buildID="20250326213235" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0…" size="14580547" type="partial"></patch></update></updates> ===================================== update_1/release/windows-x86_64/14.0.5-14.0.8-windows-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.8" appVersion="14.0.8" platformVersion="128.8.0" buildID="20250326213235" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0…" size="11792068" type="partial"></patch></update></updates> ===================================== update_1/release/windows-x86_64/14.0.7-14.0.8-windows-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.8" appVersion="14.0.8" platformVersion="128.8.0" buildID="20250326213235" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0…" size="2317224" type="partial"></patch></update></updates> ===================================== update_1/release/windows-x86_64/14.0.8-windows-x86_64.xml ===================================== @@ -0,0 +1,2 @@ +<?xml version="1.0" encoding="UTF-8"?> +<updates><update type="minor" displayVersion="14.0.8" appVersion="14.0.8" platformVersion="128.8.0" buildID="20250326213235" detailsURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/14.0.8" minSupportedOSVersion="10.0"><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.…" size="97892004" type="complete"></patch></update></updates> ===================================== update_1/release/no-update.xml → update_1/release/windows-x86_64/no-update.xml ===================================== View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser-update-respo… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-update-responses][main] 3 commits: release: new version, 14.0.8 (windows-i686)
by ma1 (@ma1) 27 Mar '25

27 Mar '25
ma1 pushed to branch main at The Tor Project / Applications / Tor Browser update responses Commits: edc693a4 by hackademix at 2025-03-27T09:45:04+01:00 release: new version, 14.0.8 (windows-i686) - - - - - ad6bcc87 by hackademix at 2025-03-27T09:45:04+01:00 release: new version, 14.0.8 (windows-x86_64) - - - - - 0a4ae050 by hackademix at 2025-03-27T09:45:05+01:00 release: new version, 14.0.8 - - - - - 57 changed files: - update_3/release/.htaccess - − update_3/release/13.5.10-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/13.5.10-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/13.5.10-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/13.5.10-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/13.5.10-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/13.5.11-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/13.5.11-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/13.5.11-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/13.5.11-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/13.5.11-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/13.5.12-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/13.5.12-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/13.5.12-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/13.5.12-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/13.5.12-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/14.0.4-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/14.0.4-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/14.0.4-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/14.0.4-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/14.0.4-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/14.0.5-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/14.0.5-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/14.0.5-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/14.0.5-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/14.0.5-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/14.0.6-14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/14.0.6-14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/14.0.6-14.0.7+13.5.13-macos-ALL.xml - − update_3/release/14.0.6-14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/14.0.6-14.0.7+13.5.13-windows-x86_64-ALL.xml - − update_3/release/14.0.7+13.5.13-linux-i686-ALL.xml - − update_3/release/14.0.7+13.5.13-linux-x86_64-ALL.xml - − update_3/release/14.0.7+13.5.13-macos-ALL.xml - − update_3/release/14.0.7+13.5.13-windows-i686-ALL.xml - − update_3/release/14.0.7+13.5.13-windows-x86_64-ALL.xml - update_3/release/download-windows-i686.json - update_3/release/download-windows-x86_64.json - update_3/release/downloads.json - + update_3/release/windows-i686/.htaccess - + update_3/release/windows-i686/13.5.11-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/13.5.12-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/13.5.13-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/14.0.5-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/14.0.6-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/14.0.7-14.0.8+13.5.14-windows-i686.xml - + update_3/release/windows-i686/14.0.8+13.5.14-windows-i686.xml - update_3/release/no-update.xml → update_3/release/windows-i686/no-update.xml - + update_3/release/windows-x86_64/.htaccess - + update_3/release/windows-x86_64/13.5.11-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.12-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/13.5.13-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.5-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.6-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.7-14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/14.0.8+13.5.14-windows-x86_64.xml - + update_3/release/windows-x86_64/no-update.xml 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-build] Pushed new tag tbb-13.5.14-build1
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed new tag tbb-13.5.14-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41416: Prepare Tor Browser 13.5.14 (Windows)
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: 6340e344 by Morgan at 2025-03-26T22:08:37+00:00 Bug 41416: Prepare Tor Browser 13.5.14 (Windows) - - - - - 3 changed files: - projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt - projects/firefox/config - rbm.conf Changes: ===================================== projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt ===================================== @@ -1,3 +1,10 @@ +Tor Browser 13.5.14 - March 27 2025 + * Windows + * Bug 43592: Backport security fixes from Firefox 128.8.1esr [tor-browser] + * Build System + * Windows + * Bug 41383: Add clairehurst to list of accepted firefox/geckoview signers [tor-browser-build] + Tor Browser 13.5.13 - March 04 2025 * All Platforms * Updated Firefox to 115.21.0esr ===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '13.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]' ===================================== rbm.conf ===================================== @@ -73,18 +73,18 @@ buildconf: git_signtag_opt: '-s' var: - torbrowser_version: '13.5.13' + torbrowser_version: '13.5.14' torbrowser_build: 'build1' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. - browser_release_date: '2025/03/03 17:00:00' + browser_release_date: '2025/03/26 22:07:00' browser_release_date_timestamp: '[% USE date; date.format(c("var/browser_release_date"), "%s") %]' updater_enabled: 1 build_mar: 1 torbrowser_incremental_from: + - 13.5.13 - 13.5.12 - 13.5.11 - - 13.5.10 mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]' # By default, we sort the list of installed packages. This allows sharing View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/6… 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.8.0esr-14.5-1] fixup! TB 42247: Android helpers for the TorProvider
by Pier Angelo Vendrame (@pierov) 26 Mar '25

26 Mar '25
Pier Angelo Vendrame pushed to branch tor-browser-128.8.0esr-14.5-1 at The Tor Project / Applications / Tor Browser Commits: 375a8c31 by Pier Angelo Vendrame at 2025-03-26T18:21:29+01:00 fixup! TB 42247: Android helpers for the TorProvider Use libLyrebird.so also in TorAndroidIntegration. - - - - - 1 changed file: - mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorAndroidIntegration.java Changes: ===================================== mobile/android/geckoview/src/main/java/org/mozilla/geckoview/TorAndroidIntegration.java ===================================== @@ -496,7 +496,7 @@ public class TorAndroidIntegration implements BundleEventListener { MeekTransport(final EventCallback callback, int id, String[] args) { setName("meek-" + id); - final String command = mLibraryDir + "/libObfs4proxy.so"; + final String command = mLibraryDir + "/libLyrebird.so"; ArrayList<String> argList = new ArrayList<String>(); argList.add(command); if (args != null && args.length > 0) { View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/375a8c3… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/375a8c3… 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-115.21.0esr-13.5-1-build3
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed new tag tor-browser-115.21.0esr-13.5-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/tor-browser][tor-browser-115.21.0esr-13.5-1] Bug 1956398 - Avoid duplicating pseudo-handles in ipc_channel_win.cc.
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed to branch tor-browser-115.21.0esr-13.5-1 at The Tor Project / Applications / Tor Browser Commits: 2299557b by Yannis Juglaret at 2025-03-26T21:53:05+00:00 Bug 1956398 - Avoid duplicating pseudo-handles in ipc_channel_win.cc. Differential Revision: https://phabricator.services.mozilla.com/D243189 - - - - - 1 changed file: - ipc/chromium/src/chrome/common/ipc_channel_win.cc Changes: ===================================== ipc/chromium/src/chrome/common/ipc_channel_win.cc ===================================== @@ -27,6 +27,34 @@ using namespace mozilla::ipc; +namespace { + +// This logic is borrowed from Chromium's `base/win/win_util.h`. It allows us +// to distinguish pseudo-handle values, such as returned by GetCurrentProcess() +// (-1), GetCurrentThread() (-2), and potentially more. The code there claims +// that fuzzers have found issues up until -12 with DuplicateHandle. +// +// https://source.chromium.org/chromium/chromium/src/+/36dbbf38697dd1e23ef8944… +inline bool IsPseudoHandle(HANDLE handle) { + auto handleValue = static_cast<int32_t>(reinterpret_cast<uintptr_t>(handle)); + return -12 <= handleValue && handleValue < 0; +} + +// A real handle is a handle that is not a pseudo-handle. Always preferably use +// this variant over ::DuplicateHandle. Only use stock ::DuplicateHandle if you +// explicitly need the ability to duplicate a pseudo-handle. +inline bool DuplicateRealHandle(HANDLE source_process, HANDLE source_handle, + HANDLE target_process, LPHANDLE target_handle, + DWORD desired_access, BOOL inherit_handle, + DWORD options) { + MOZ_RELEASE_ASSERT(!IsPseudoHandle(source_handle)); + return static_cast<bool>(::DuplicateHandle( + source_process, source_handle, target_process, target_handle, + desired_access, inherit_handle, options)); +} + +} // namespace + namespace IPC { //------------------------------------------------------------------------------ @@ -732,9 +760,9 @@ bool Channel::ChannelImpl::AcceptHandles(Message& msg) { CHROMIUM_LOG(ERROR) << "other_process_ is invalid in AcceptHandles"; return false; } - if (!::DuplicateHandle(other_process_, handle, GetCurrentProcess(), - &handle, 0, FALSE, - DUPLICATE_SAME_ACCESS | DUPLICATE_CLOSE_SOURCE)) { + if (!::DuplicateRealHandle( + other_process_, handle, GetCurrentProcess(), &handle, 0, FALSE, + DUPLICATE_SAME_ACCESS | DUPLICATE_CLOSE_SOURCE)) { CHROMIUM_LOG(ERROR) << "DuplicateHandle failed for handle " << handle << " in AcceptHandles"; return false; @@ -787,9 +815,9 @@ bool Channel::ChannelImpl::TransferHandles(Message& msg) { CHROMIUM_LOG(ERROR) << "other_process_ is invalid in TransferHandles"; return false; } - if (!::DuplicateHandle(GetCurrentProcess(), handle, other_process_, - &handle, 0, FALSE, - DUPLICATE_SAME_ACCESS | DUPLICATE_CLOSE_SOURCE)) { + if (!::DuplicateRealHandle( + GetCurrentProcess(), handle, other_process_, &handle, 0, FALSE, + DUPLICATE_SAME_ACCESS | DUPLICATE_CLOSE_SOURCE)) { CHROMIUM_LOG(ERROR) << "DuplicateHandle failed for handle " << handle << " in TransferHandles"; return false; View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2299557… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/2299557… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag mb-14.0.8-build1
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed new tag mb-14.0.8-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/mb-… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build] Pushed new tag tbb-14.0.8-build1
by morgan (@morgan) 26 Mar '25

26 Mar '25
morgan pushed new tag tbb-14.0.8-build1 at The Tor Project / Applications / tor-browser-build -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/tree/tbb… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • ...
  • 2025
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.