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
-
e1fd9a73
by hackademix at 2025-03-27T10:19:16+01:00
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:
1 | 1 | RewriteEngine On
|
2 | -RewriteRule ^[^/]+/14.0.7/ no-update.xml [last]
|
|
3 | -RewriteRule ^Linux_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.7-linux-x86_64-ALL.xml [last]
|
|
4 | -RewriteRule ^Linux_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.7-linux-x86_64-ALL.xml [last]
|
|
5 | -RewriteRule ^Linux_x86_64-gcc3/14.0.5/ALL 14.0.5-14.0.7-linux-x86_64-ALL.xml [last]
|
|
6 | -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 14.0.7-linux-x86_64-ALL.xml [last]
|
|
7 | -RewriteRule ^Linux_x86_64-gcc3/ 14.0.7-linux-x86_64-ALL.xml [last]
|
|
8 | -RewriteRule ^Darwin_x86_64-gcc3/14.0.3/ALL 14.0.3-14.0.7-macos-ALL.xml [last]
|
|
9 | -RewriteRule ^Darwin_x86_64-gcc3/14.0.4/ALL 14.0.4-14.0.7-macos-ALL.xml [last]
|
|
10 | -RewriteRule ^Darwin_x86_64-gcc3/14.0.5/ALL 14.0.5-14.0.7-macos-ALL.xml [last]
|
|
11 | -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 14.0.7-macos-ALL.xml [last]
|
|
12 | -RewriteRule ^Darwin_x86_64-gcc3/ 14.0.7-macos-ALL.xml [last]
|
|
13 | -RewriteRule ^Darwin_aarch64-gcc3/14.0.3/ALL 14.0.3-14.0.7-macos-ALL.xml [last]
|
|
14 | -RewriteRule ^Darwin_aarch64-gcc3/14.0.4/ALL 14.0.4-14.0.7-macos-ALL.xml [last]
|
|
15 | -RewriteRule ^Darwin_aarch64-gcc3/14.0.5/ALL 14.0.5-14.0.7-macos-ALL.xml [last]
|
|
16 | -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 14.0.7-macos-ALL.xml [last]
|
|
17 | -RewriteRule ^Darwin_aarch64-gcc3/ 14.0.7-macos-ALL.xml [last]
|
|
18 | -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.3/ALL 14.0.3-14.0.7-windows-x86_64-ALL.xml [last]
|
|
19 | -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.4/ALL 14.0.4-14.0.7-windows-x86_64-ALL.xml [last]
|
|
20 | -RewriteRule ^WINNT_x86_64-gcc3-x64/14.0.5/ALL 14.0.5-14.0.7-windows-x86_64-ALL.xml [last]
|
|
21 | -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 14.0.7-windows-x86_64-ALL.xml [last]
|
|
22 | -RewriteRule ^WINNT_x86_64-gcc3-x64/ 14.0.7-windows-x86_64-ALL.xml [last] |
|
2 | +RewriteRule ^Linux_x86-gcc3/(.*) linux-i686/$1 [last]
|
|
3 | +RewriteRule ^Linux_x86_64-gcc3/(.*) linux-x86_64/$1 [last]
|
|
4 | +RewriteRule ^Darwin_x86_64-gcc3/(.*) macos/$1 [last]
|
|
5 | +RewriteRule ^Darwin_aarch64-gcc3/(.*) macos/$1 [last]
|
|
6 | +RewriteRule ^WINNT_x86-gcc3/(.*) windows-i686/$1 [last]
|
|
7 | +RewriteRule ^WINNT_x86-gcc3-x86/(.*) windows-i686/$1 [last]
|
|
8 | +RewriteRule ^WINNT_x86-gcc3-x64/(.*) windows-i686/$1 [last]
|
|
9 | +RewriteRule ^WINNT_x86_64-gcc3-x64/(.*) windows-x86_64/$1 [last] |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | -<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> |
1 | -{"binary":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.7.exe","git_tag":"mb-14.0.7-build2","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.7.exe.asc","version":"14.0.7"} |
|
\ No newline at end of file | ||
1 | +{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe","git_tag":"mb-14.0.8-build1","sig":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe.asc","version":"14.0.8"} |
|
\ No newline at end of file |
1 | -{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.tar.xz","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-linux-x86_64-14.0.7.tar.xz.asc"}},"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.7.exe","sig":"https://cdn.mullvad.net/browser/14.0.7/mullvad-browser-windows-x86_64-14.0.7.exe.asc"}}},"tag":"mb-14.0.7-build2","version":"14.0.7"} |
|
\ No newline at end of file | ||
1 | +{"downloads":{"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe","sig":"https://cdn.mullvad.net/browser/14.0.8/mullvad-browser-windows-x86_64-14.0.8.exe.asc"}}},"tag":"mb-14.0.8-build1","version":"14.0.8"} |
|
\ No newline at end of file |
1 | +RewriteEngine On
|
|
2 | +RewriteRule ^14.0.8/ no-update.xml [last]
|
|
3 | +RewriteRule ^14.0.4/ 14.0.4-14.0.8-windows-x86_64.xml [last]
|
|
4 | +RewriteRule ^14.0.5/ 14.0.5-14.0.8-windows-x86_64.xml [last]
|
|
5 | +RewriteRule ^14.0.7/ 14.0.7-14.0.8-windows-x86_64.xml [last]
|
|
6 | +RewriteRule ^[^/]+/ 14.0.8-windows-x86_64.xml [last] |
1 | +<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | +<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> |
1 | +<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | +<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> |
1 | +<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | +<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> |
1 | +<?xml version="1.0" encoding="UTF-8"?>
|
|
2 | +<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> |