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_ALL.mar" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.3-14.0.7_ALL.incremental.mar" 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_ALL.incremental.mar" 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.7_ALL.mar" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0.3-14.0.7_ALL.incremental.mar" 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_ALL.mar" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.4-14.0.7_ALL.incremental.mar" 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_ALL.incremental.mar" 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.7_ALL.mar" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0.4-14.0.7_ALL.incremental.mar" 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_ALL.mar" size="108078626" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64--14.0.5-14.0.7_ALL.incremental.mar" 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_ALL.incremental.mar" 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.7_ALL.mar" size="97894488" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64--14.0.5-14.0.7_ALL.incremental.mar" 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_ALL.mar" 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.7_ALL.mar" 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.7... \ No newline at end of file +{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-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.t... \ 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.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.8_ALL.mar" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0.4-14.0.8_ALL.incremental.mar" 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.8_ALL.mar" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0.5-14.0.8_ALL.incremental.mar" 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.8_ALL.mar" size="97892004" type="complete"></patch><patch URL="https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64--14.0.7-14.0.8_ALL.incremental.mar" 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.8_ALL.mar" 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-respon...
tor-commits@lists.torproject.org