[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/mullvad-browser-update-responses][main] release: new version, 13.0.7



Title: GitLab

richard pushed to branch main at The Tor Project / Applications / mullvad-browser-update-responses

Commits:

  • a5e87650
    by Richard Pospesel at 2023-12-13T11:47:09+00:00
    release: new version, 13.0.7
    

29 changed files:

Changes:

  • update_1/release/.htaccess
    1 1
     RewriteEngine On
    
    2
    -RewriteRule ^[^/]+/13.0.6/ no-update.xml [last]
    
    3
    -RewriteRule ^Linux_x86_64-gcc3/13.0/ALL 13.0-13.0.6-linux-x86_64-ALL.xml [last]
    
    4
    -RewriteRule ^Linux_x86_64-gcc3/13.0.1/ALL 13.0.1-13.0.6-linux-x86_64-ALL.xml [last]
    
    5
    -RewriteRule ^Linux_x86_64-gcc3/13.0.4/ALL 13.0.4-13.0.6-linux-x86_64-ALL.xml [last]
    
    6
    -RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0.6-linux-x86_64-ALL.xml [last]
    
    7
    -RewriteRule ^Linux_x86_64-gcc3/ 13.0.6-linux-x86_64-ALL.xml [last]
    
    8
    -RewriteRule ^Darwin_x86_64-gcc3/13.0/ALL 13.0-13.0.6-macos-ALL.xml [last]
    
    9
    -RewriteRule ^Darwin_x86_64-gcc3/13.0.1/ALL 13.0.1-13.0.6-macos-ALL.xml [last]
    
    10
    -RewriteRule ^Darwin_x86_64-gcc3/13.0.4/ALL 13.0.4-13.0.6-macos-ALL.xml [last]
    
    11
    -RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0.6-macos-ALL.xml [last]
    
    12
    -RewriteRule ^Darwin_x86_64-gcc3/ 13.0.6-macos-ALL.xml [last]
    
    13
    -RewriteRule ^Darwin_aarch64-gcc3/13.0/ALL 13.0-13.0.6-macos-ALL.xml [last]
    
    14
    -RewriteRule ^Darwin_aarch64-gcc3/13.0.1/ALL 13.0.1-13.0.6-macos-ALL.xml [last]
    
    15
    -RewriteRule ^Darwin_aarch64-gcc3/13.0.4/ALL 13.0.4-13.0.6-macos-ALL.xml [last]
    
    16
    -RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0.6-macos-ALL.xml [last]
    
    17
    -RewriteRule ^Darwin_aarch64-gcc3/ 13.0.6-macos-ALL.xml [last]
    
    18
    -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0/ALL 13.0-13.0.6-windows-x86_64-ALL.xml [last]
    
    19
    -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0.1/ALL 13.0.1-13.0.6-windows-x86_64-ALL.xml [last]
    
    20
    -RewriteRule ^WINNT_x86_64-gcc3-x64/13.0.4/ALL 13.0.4-13.0.6-windows-x86_64-ALL.xml [last]
    
    21
    -RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0.6-windows-x86_64-ALL.xml [last]
    
    22
    -RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0.6-windows-x86_64-ALL.xml [last]
    2
    +RewriteRule ^[^/]+/13.0.7/ no-update.xml [last]
    
    3
    +RewriteRule ^Linux_x86_64-gcc3/13.0/ALL 13.0-13.0.7-linux-x86_64-ALL.xml [last]
    
    4
    +RewriteRule ^Linux_x86_64-gcc3/13.0.1/ALL 13.0.1-13.0.7-linux-x86_64-ALL.xml [last]
    
    5
    +RewriteRule ^Linux_x86_64-gcc3/13.0.4/ALL 13.0.4-13.0.7-linux-x86_64-ALL.xml [last]
    
    6
    +RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 13.0.7-linux-x86_64-ALL.xml [last]
    
    7
    +RewriteRule ^Linux_x86_64-gcc3/ 13.0.7-linux-x86_64-ALL.xml [last]
    
    8
    +RewriteRule ^Darwin_x86_64-gcc3/13.0/ALL 13.0-13.0.7-macos-ALL.xml [last]
    
    9
    +RewriteRule ^Darwin_x86_64-gcc3/13.0.1/ALL 13.0.1-13.0.7-macos-ALL.xml [last]
    
    10
    +RewriteRule ^Darwin_x86_64-gcc3/13.0.4/ALL 13.0.4-13.0.7-macos-ALL.xml [last]
    
    11
    +RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 13.0.7-macos-ALL.xml [last]
    
    12
    +RewriteRule ^Darwin_x86_64-gcc3/ 13.0.7-macos-ALL.xml [last]
    
    13
    +RewriteRule ^Darwin_aarch64-gcc3/13.0/ALL 13.0-13.0.7-macos-ALL.xml [last]
    
    14
    +RewriteRule ^Darwin_aarch64-gcc3/13.0.1/ALL 13.0.1-13.0.7-macos-ALL.xml [last]
    
    15
    +RewriteRule ^Darwin_aarch64-gcc3/13.0.4/ALL 13.0.4-13.0.7-macos-ALL.xml [last]
    
    16
    +RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 13.0.7-macos-ALL.xml [last]
    
    17
    +RewriteRule ^Darwin_aarch64-gcc3/ 13.0.7-macos-ALL.xml [last]
    
    18
    +RewriteRule ^WINNT_x86_64-gcc3-x64/13.0/ALL 13.0-13.0.7-windows-x86_64-ALL.xml [last]
    
    19
    +RewriteRule ^WINNT_x86_64-gcc3-x64/13.0.1/ALL 13.0.1-13.0.7-windows-x86_64-ALL.xml [last]
    
    20
    +RewriteRule ^WINNT_x86_64-gcc3-x64/13.0.4/ALL 13.0.4-13.0.7-windows-x86_64-ALL.xml [last]
    
    21
    +RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 13.0.7-windows-x86_64-ALL.xml [last]
    
    22
    +RewriteRule ^WINNT_x86_64-gcc3-x64/ 13.0.7-windows-x86_64-ALL.xml [last]

  • update_1/release/13.0-13.0.6-linux-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="1c70111a46c389d3f9a51166cb82ef3db93deaa931890a07591c45a0a7b5c2d82f6d095e48a466d88d92762c6a9051c2d5bb0057728f0945f4159de3dd1295f1" size="106744106" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64--13.0-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="c9aff8ead1a62e35a02c82226ec23a2bc85263c1bfd0a8ed600a03e12468848aac72cf0fb01da9d1377a66ef37a1448268570a089ac3feb5697d7265ee0de54a" size="8022123" type="partial"></patch></update></updates>

  • update_1/release/13.0-13.0.6-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="94c23c463ba871f25e37a42ec242204c0459f3b4a79b45d561da6868b67766c7e674cb2f4b6738b19c73075a3de7e7b99de0ae56a36c221eaea56389f27411b3" size="114778963" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos--13.0-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="a9797191d0eb68fb20b477327215d8476dd428e414231795872b09a5e96688eae7e1a529bbb0e93b1e4bd8028e9ea3d5de733f09e9288810f735111e4755772b" size="12730185" type="partial"></patch></update></updates>

  • update_1/release/13.0-13.0.6-windows-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="f972810121fca78b31df5b3ff3fd9f9a130d44a8e128cb9bb1e8b17dfc5acd35025b5fae5beb9606130c51e9960cb015e5bec9586b855402c42bbde33ee41217" size="88719199" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64--13.0-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="44f86e9300dc511232a5fa4397584205f1cf429c8306a0af33e50d8ff7bf02ce02b5030ff8f297e9bf589b2577e30077ce10974bb3073a751a734c6ca1d8122d" size="8421055" type="partial"></patch></update></updates>

  • update_1/release/13.0-13.0.7-linux-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="0049ea6b49e9e234bd22bb1b8f32dcf1df589af559191fba9339b8e9a99c1f4cc032fe3ebb1afa5d24597944339bcc72a279ca6a39834484093225273fcc4227" size="106772786" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64--13.0-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="cdde836ca522b8c15e02e87a2cdf13a83c262dd7b80da4a075919dadb223e165834b747b51dcf8bf7a5c7aa6f0882fd24129d8e0d2a202cc851810497c00555b" size="8747852" type="partial"></patch></update></updates>

  • update_1/release/13.0-13.0.7-macos-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="ade433141e238b542ad77e701cd7e83998d292a89d32106a354c9e5372fbac83883a6bc480324d4e8e595cdcf8b54690588feff9ca479629af6c90ba425d5275" size="114807843" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos--13.0-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="663eabb5c5f632ba2aff1b6babcb43deab581b47ddc10e6ab9cb1a97aa472c72be1cb5a7aa1946f10227f7566765b94072391bfb94e98435ce02ccafbfe5272a" size="13850477" type="partial"></patch></update></updates>

  • update_1/release/13.0-13.0.7-windows-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="042620fe4e03d22528ec349297ef7c98ad51cd9d12e705233c41046dcf53052f7b524631541a5cb61cb70d9390b05a23f41d7f79bbe79015501ee54db782d2ec" size="88745215" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64--13.0-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="9adfc6c76d0d365cd4db151f6f2cf608a27a6af84cc6894fe65999bad9e0323f8823962af24d97f2cee22f906db395391b5a59d5916c61cde6fd48f14ceee9e3" size="9175064" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.6-linux-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="1c70111a46c389d3f9a51166cb82ef3db93deaa931890a07591c45a0a7b5c2d82f6d095e48a466d88d92762c6a9051c2d5bb0057728f0945f4159de3dd1295f1" size="106744106" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64--13.0.1-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="de1e161b0637ab57918516bab2fa0271c19ae4708dd8d6c2ebd8aaad4c8dc03f86c7a21e1a776541475f041bfdb4f2f981b8bf552a910e66de565411e949c9b6" size="7182671" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.6-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="94c23c463ba871f25e37a42ec242204c0459f3b4a79b45d561da6868b67766c7e674cb2f4b6738b19c73075a3de7e7b99de0ae56a36c221eaea56389f27411b3" size="114778963" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos--13.0.1-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="ddfa28049c297171d56ab09f902f9134310ff2cc805c55ebb8a5b76d975166cdfce8da080a05871376ebba0d6f8b974d23a7e0fe48e6949ea49b02c0a25a9409" size="11522737" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.6-windows-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="f972810121fca78b31df5b3ff3fd9f9a130d44a8e128cb9bb1e8b17dfc5acd35025b5fae5beb9606130c51e9960cb015e5bec9586b855402c42bbde33ee41217" size="88719199" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64--13.0.1-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="570f76df5731de9d342d1fcea2547b84a05d30146437d4c39d8f057aae4bd75710cce5e9c524607297c3ca07d0f01084024621e3c4d542bf3c8fea3eb5424584" size="7674055" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.7-linux-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="0049ea6b49e9e234bd22bb1b8f32dcf1df589af559191fba9339b8e9a99c1f4cc032fe3ebb1afa5d24597944339bcc72a279ca6a39834484093225273fcc4227" size="106772786" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64--13.0.1-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="4fda0525f4b86f91f9d16da5efb7face01f1a7040cc7eac5e5272ec71b984e5419f44eefa3ccb8a221c52895fc6f1915fd06d7851e5b1704b71429a7ac9b9aae" size="8401564" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.7-macos-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="ade433141e238b542ad77e701cd7e83998d292a89d32106a354c9e5372fbac83883a6bc480324d4e8e595cdcf8b54690588feff9ca479629af6c90ba425d5275" size="114807843" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos--13.0.1-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="a37aeb6b61fd22c9633615bd3f22ae29ee1eed5d1ad8f8b45e65d09ab4e6f32b57d54ecdea23a5b1cad89b30d5b2d57aa581d979d5aec2b3c014c2965b25f114" size="13507245" type="partial"></patch></update></updates>

  • update_1/release/13.0.1-13.0.7-windows-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="042620fe4e03d22528ec349297ef7c98ad51cd9d12e705233c41046dcf53052f7b524631541a5cb61cb70d9390b05a23f41d7f79bbe79015501ee54db782d2ec" size="88745215" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64--13.0.1-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="2b98e21672025ece7104976f33f6e201c2dc565cb6bee38720dfac56191a06a336c71bbd18b65ea1173e58e10b309f5be0d5e8a35b08736c0283c85eadfd8235" size="8927108" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.6-linux-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="1c70111a46c389d3f9a51166cb82ef3db93deaa931890a07591c45a0a7b5c2d82f6d095e48a466d88d92762c6a9051c2d5bb0057728f0945f4159de3dd1295f1" size="106744106" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64--13.0.4-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="5871a35ac74370afe309598b40024bb4bc2f4ad0ee73297afa546bf3b455fb354fdafd108c2d3b6b7b5db7b2d4d183b7ef243bfe3c0003bddc7fa1c45e7dfedc" size="4644535" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.6-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="94c23c463ba871f25e37a42ec242204c0459f3b4a79b45d561da6868b67766c7e674cb2f4b6738b19c73075a3de7e7b99de0ae56a36c221eaea56389f27411b3" size="114778963" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos--13.0.4-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="b92cf60d2747b3aa82e8ca6d5af3a609af12aab7ca4ae501f31f34ca74419a3722df6f49ed1387f8f15f3c1325171714b86d9d14f28d41571156ac7081215319" size="7530809" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.6-windows-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="f972810121fca78b31df5b3ff3fd9f9a130d44a8e128cb9bb1e8b17dfc5acd35025b5fae5beb9606130c51e9960cb015e5bec9586b855402c42bbde33ee41217" size="88719199" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64--13.0.4-13.0.6_ALL.incremental.mar" hashFunction="SHA512" hashValue="83cb3b89b9a5579a4fc14c317f23028620cc85f99ce01fdd67d95fbb258ccb7490f3cf386b7ee3d7e7788adf938375656be864048c29f788e92721ae33f83a98" size="4560663" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.7-linux-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="0049ea6b49e9e234bd22bb1b8f32dcf1df589af559191fba9339b8e9a99c1f4cc032fe3ebb1afa5d24597944339bcc72a279ca6a39834484093225273fcc4227" size="106772786" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64--13.0.4-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="4b7b09215582a552b2af7be4e7623c5e4955257fabd2b6093dd3fd7e4b6330d4c0b9005cc89978a73b4bea6ce8d1b516040c35d0fdd81f1a15a17e9682f55e77" size="7542432" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.7-macos-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="ade433141e238b542ad77e701cd7e83998d292a89d32106a354c9e5372fbac83883a6bc480324d4e8e595cdcf8b54690588feff9ca479629af6c90ba425d5275" size="114807843" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos--13.0.4-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="8754855c6288751b5141557ff824e507f01f05bfc5e4566d35f734289568b2e680256e72ba5abae1254906e98f39587bb69f25f29d29771b5b62daabeb173d70" size="12411977" type="partial"></patch></update></updates>

  • update_1/release/13.0.4-13.0.7-windows-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="042620fe4e03d22528ec349297ef7c98ad51cd9d12e705233c41046dcf53052f7b524631541a5cb61cb70d9390b05a23f41d7f79bbe79015501ee54db782d2ec" size="88745215" type="complete"></patch><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64--13.0.4-13.0.7_ALL.incremental.mar" hashFunction="SHA512" hashValue="127e47f252e9508046433d425b6a3a6eba645449cb88b97b0ac8bc0382b553b25dd56da9eba741c35c8b6eb1a97e306bbe5ad146f8bd52c30de7ee34c9546789" size="7986156" type="partial"></patch></update></updates>

  • update_1/release/13.0.6-linux-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="1c70111a46c389d3f9a51166cb82ef3db93deaa931890a07591c45a0a7b5c2d82f6d095e48a466d88d92762c6a9051c2d5bb0057728f0945f4159de3dd1295f1" size="106744106" type="complete"></patch></update></updates>

  • update_1/release/13.0.6-macos-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="94c23c463ba871f25e37a42ec242204c0459f3b4a79b45d561da6868b67766c7e674cb2f4b6738b19c73075a3de7e7b99de0ae56a36c221eaea56389f27411b3" size="114778963" type="complete"></patch></update></updates>

  • update_1/release/13.0.6-windows-x86_64-ALL.xml deleted
    1
    -<?xml version="1.0" encoding="UTF-8"?>
    
    2
    -<updates><update type="minor" displayVersion="13.0.6" appVersion="13.0.6" platformVersion="115.5.0" buildID="20231204125558" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.6" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-13.0.6_ALL.mar" hashFunction="SHA512" hashValue="f972810121fca78b31df5b3ff3fd9f9a130d44a8e128cb9bb1e8b17dfc5acd35025b5fae5beb9606130c51e9960cb015e5bec9586b855402c42bbde33ee41217" size="88719199" type="complete"></patch></update></updates>

  • update_1/release/13.0.7-linux-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="0049ea6b49e9e234bd22bb1b8f32dcf1df589af559191fba9339b8e9a99c1f4cc032fe3ebb1afa5d24597944339bcc72a279ca6a39834484093225273fcc4227" size="106772786" type="complete"></patch></update></updates>

  • update_1/release/13.0.7-macos-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="16.0.0"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="ade433141e238b542ad77e701cd7e83998d292a89d32106a354c9e5372fbac83883a6bc480324d4e8e595cdcf8b54690588feff9ca479629af6c90ba425d5275" size="114807843" type="complete"></patch></update></updates>

  • update_1/release/13.0.7-windows-x86_64-ALL.xml
    1
    +<?xml version="1.0" encoding="UTF-8"?>
    
    2
    +<updates><update type="minor" displayVersion="13.0.7" appVersion="13.0.7" platformVersion="115.6.0" buildID="20231212135313" detailsURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" actions="showURL" openURL="https://github.com/mullvad/mullvad-browser/releases/13.0.7" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="">"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-13.0.7_ALL.mar" hashFunction="SHA512" hashValue="042620fe4e03d22528ec349297ef7c98ad51cd9d12e705233c41046dcf53052f7b524631541a5cb61cb70d9390b05a23f41d7f79bbe79015501ee54db782d2ec" size="88745215" type="complete"></patch></update></updates>

  • update_1/release/download-linux-x86_64.json
    1
    -{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6.tar.xz","git_tag":"mb-13.0.6-build1","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6.tar.xz.asc","version":"13.0.6"}
    \ No newline at end of file
    1
    +{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7.tar.xz","git_tag":"mb-13.0.7-build1","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7.tar.xz.asc","version":"13.0.7"}
    \ No newline at end of file

  • update_1/release/download-macos.json
    1
    -{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6.dmg","git_tag":"mb-13.0.6-build1","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6.dmg.asc","version":"13.0.6"}
    \ No newline at end of file
    1
    +{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7.dmg","git_tag":"mb-13.0.7-build1","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7.dmg.asc","version":"13.0.7"}
    \ No newline at end of file

  • update_1/release/download-windows-x86_64.json
    1
    -{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-portable-13.0.6.exe","git_tag":"mb-13.0.6-build1","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-portable-13.0.6.exe.asc","version":"13.0.6"}
    \ No newline at end of file
    1
    +{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-portable-13.0.7.exe","git_tag":"mb-13.0.7-build1","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-portable-13.0.7.exe.asc","version":"13.0.7"}
    \ No newline at end of file

  • update_1/release/downloads.json
    1
    -{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6.tar.xz","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-linux-x86_64-13.0.6.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6.dmg","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-macos-13.0.6.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-portable-13.0.6.exe","sig":"https://cdn.mullvad.net/browser/13.0.6/mullvad-browser-windows-x86_64-portable-13.0.6.exe.asc"}}},"tag":"mb-13.0.6-build1","version":"13.0.6"}
    \ No newline at end of file
    1
    +{"downloads":{"linux-x86_64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7.tar.xz","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-linux-x86_64-13.0.7.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7.dmg","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-macos-13.0.7.dmg.asc"}},"win64":{"ALL":{"binary":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-portable-13.0.7.exe","sig":"https://cdn.mullvad.net/browser/13.0.7/mullvad-browser-windows-x86_64-portable-13.0.7.exe.asc"}}},"tag":"mb-13.0.7-build1","version":"13.0.7"}
    \ No newline at end of file

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits