[tor-commits] [Git][tpo/applications/tor-browser-update-responses][main] alpha: new version, 12.5a2

boklm (@boklm) git at gitlab.torproject.org
Wed Jan 25 19:06:39 UTC 2023



boklm pushed to branch main at The Tor Project / Applications / Tor Browser update responses


Commits:
c70dae25 by Nicolas Vigier at 2023-01-25T20:06:07+01:00
alpha: new version, 12.5a2

- - - - -


29 changed files:

- update_3/alpha/.htaccess
- − update_3/alpha/12.0a5-12.5a1-linux32-ALL.xml
- − update_3/alpha/12.0a5-12.5a1-linux64-ALL.xml
- − update_3/alpha/12.0a5-12.5a1-macos-ALL.xml
- − update_3/alpha/12.0a5-12.5a1-win32-ALL.xml
- − update_3/alpha/12.0a5-12.5a1-win64-ALL.xml
- + update_3/alpha/12.5a1-12.5a2-linux32-ALL.xml
- + update_3/alpha/12.5a1-12.5a2-linux64-ALL.xml
- + update_3/alpha/12.5a1-12.5a2-win32-ALL.xml
- + update_3/alpha/12.5a1-12.5a2-win64-ALL.xml
- − update_3/alpha/12.5a1-linux32-ALL.xml
- − update_3/alpha/12.5a1-linux64-ALL.xml
- − update_3/alpha/12.5a1-macos-ALL.xml
- − update_3/alpha/12.5a1-win32-ALL.xml
- − update_3/alpha/12.5a1-win64-ALL.xml
- + update_3/alpha/12.5a2-linux32-ALL.xml
- + update_3/alpha/12.5a2-linux64-ALL.xml
- + update_3/alpha/12.5a2-win32-ALL.xml
- + update_3/alpha/12.5a2-win64-ALL.xml
- update_3/alpha/download-android-aarch64.json
- update_3/alpha/download-android-armv7.json
- update_3/alpha/download-android-x86.json
- update_3/alpha/download-android-x86_64.json
- update_3/alpha/download-linux-i686.json
- update_3/alpha/download-linux-x86_64.json
- update_3/alpha/download-macos.json
- update_3/alpha/download-windows-i686.json
- update_3/alpha/download-windows-x86_64.json
- update_3/alpha/downloads.json


Changes:

=====================================
update_3/alpha/.htaccess
=====================================
@@ -2,28 +2,22 @@ RewriteEngine On
 # bug 26569: Redirect pre-8.0a9 alpha users to a separate update directory
 RewriteRule ^[^/]+/8\.0a[12345678]/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
 RewriteRule ^[^/]+/[4567]\..*/.* https://aus1.torproject.org/torbrowser/update_pre8.0a9/alpha/$0 [last]
-RewriteRule ^[^/]+/12.5a1/ no-update.xml [last]
-RewriteRule ^Linux_x86-gcc3/12.0a5/ALL 12.0a5-12.5a1-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a1-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86-gcc3/ 12.5a1-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/12.0a5/ALL 12.0a5-12.5a1-linux64-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a1-linux64-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/ 12.5a1-linux64-ALL.xml [last]
-RewriteRule ^Darwin_x86_64-gcc3/12.0a5/ALL 12.0a5-12.5a1-macos-ALL.xml [last]
-RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.5a1-macos-ALL.xml [last]
-RewriteRule ^Darwin_x86_64-gcc3/ 12.5a1-macos-ALL.xml [last]
-RewriteRule ^Darwin_aarch64-gcc3/12.0a5/ALL 12.0a5-12.5a1-macos-ALL.xml [last]
-RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.5a1-macos-ALL.xml [last]
-RewriteRule ^Darwin_aarch64-gcc3/ 12.5a1-macos-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/12.0a5/ALL 12.0a5-12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/ 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/12.0a5/ALL 12.0a5-12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/12.0a5/ALL 12.0a5-12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a1-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/12.0a5/ALL 12.0a5-12.5a1-win64-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a1-win64-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a1-win64-ALL.xml [last]
+RewriteRule ^[^/]+/12.5a2/ no-update.xml [last]
+RewriteRule ^Linux_x86-gcc3/12.5a1/ALL 12.5a1-12.5a2-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a2-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86-gcc3/ 12.5a2-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/12.5a1/ALL 12.5a1-12.5a2-linux64-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a2-linux64-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/ 12.5a2-linux64-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/12.5a1/ALL 12.5a1-12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/ 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/12.5a1/ALL 12.5a1-12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/12.5a1/ALL 12.5a1-12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a2-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a1/ALL 12.5a1-12.5a2-win64-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a2-win64-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a2-win64-ALL.xml [last]


=====================================
update_3/alpha/12.0a5-12.5a1-linux32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="55cb878db080d8150f41130195609a9a4a01bf040ebe7633b34fdae70a1eb2877172819021041435fc61bef5ae65bc4afe59cef2efbe9ef5eddc1114bea8d174" size="112397387" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux32-12.0a5-12.5a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="b4c70414ba7ac8f609b07572558b2faf51ce616e407cebbf7ea46affd148023d7ee827a7de9465994d638019d89c1269a14134ff8360c30af515c544ff8cf021" size="8912642" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.0a5-12.5a1-linux64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="9fc89bd7841d943a138809cee6063980c7021544babcb7ccbd669e102b39cb3fa38d235a84789793067dc4de5141354f549fe4782a6c0d82d88dbe955b961fac" size="111817535" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux64-12.0a5-12.5a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="4275cd31ba06a3869b50eee83299cf8a5ac8d6453f420626c1fe173b81c2aed7f5a28915b22a3d7951beef9cdffbd71a1e9fdb6f7acdeb627519a4dddf06bf92" size="8296375" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.0a5-12.5a1-macos-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-macos-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="54e506ec0631cba27ca5d4d543b05ff4e525b5579eb61c8f7fd490f6098a105d16114cab8d5504cb1ba3e82c7cb932d7ec0b249810a986cbf6d326db2140bdcd" size="146125201" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-macos-12.0a5-12.5a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="35f6ab0975cbae485507441e09722745190acb72728e5decdbb671f8d734c326526b477dd912ae02ae50ac0a33503b32cf13987da491bf8f6dcd27b4862dd1d9" size="29946813" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.0a5-12.5a1-win32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win32-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="5e1e09f4cd4e219be6076c4dd8dec7a6b7e3c485c086cff66203e8a3717b00e0c713238012999e507a97f0bbe9efc58a8de9401eac3bc3d1d0205885a97ebe45" size="99826366" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win32-12.0a5-12.5a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="61351907d0400d122739aa8eaf57058013848b877c0d15013aadf9ed89da1c510a7389aa69aedef1db5c3ce5f8e170bf08ffe29fc0ff0bc6068109937a91fc29" size="9810219" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.0a5-12.5a1-win64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win64-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="22cd2ed84f5787c243bea9f36f590765a9e9596b6c3c04ac7442e036b7b9f22de3e8c3e0e9a2956085422760df78e3efb5f8347e4668628c4d35cceaf2831aa0" size="100285308" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win64-12.0a5-12.5a1_ALL.incremental.mar" hashFunction="SHA512" hashValue="4939406d60d2d4c538fe03f4dd03e2b54f937c510a54c0038f6c01234e2406976a8cf1322a33a40ce899b8ae5d14f68233318307b607f896e4d4138408118299" size="8773997" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-12.5a2-linux32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="f5bf07f5a8b2456c4579370b6a3ba5bcaf70d27213a710c81bbcef52976d69b349cc2df6a31f26bc18031e782b95cf27c711c6df98772d72342f256c398e00c7" size="112946834" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux32-12.5a1-12.5a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="e0f1650ba1ca5ec1476197c81a52596f8077ca692762717f797cf35c80c47b6105423d6adc85dde8188a173dc1156c32ecbb6934ce520aac01187b9e53485978" size="8121180" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-12.5a2-linux64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="c10986b1ee838a29089514edc391b8dde1ccd30c3446f6715520e27d8e9b3d373700441bf7b922b8fb30c9d8b7b1e124bd2566fc1a752f0007e8618cb6373beb" size="112370570" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux64-12.5a1-12.5a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="2eb2278a05a1ee587bd467db69702c916ca2d5dcd21091dbee92be0c5fe891ac7c60a1b683f04dcf534327dfc5f61543352830d5d5572ad9a705757f7974ff8b" size="7647523" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-12.5a2-win32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win32-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="0bc33a6dc138d3d9c4f3db1b7b363ebb98b5e2e8255c6ab74ebad2767b56d26b084a87ef713ec991d0a3d51aa7b7551ced791e6d490b22062b069d51b6496790" size="100378977" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win32-12.5a1-12.5a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="2e3e1b2f68784deeadbaee3ffba2e358f72a4ca51e8af9e367095a315568526432f62a771da89d9a428b101386165c096417a174cd9c40473b5e884e77363b54" size="9215003" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-12.5a2-win64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win64-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="8ce0399863b65ab0ebaf0531544653f65be6c192d241c781e0cbeb4decef188988f061960dee3397c7aed3cc5d0828c5bcb141347b79e541235868bf902cae51" size="100840495" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win64-12.5a1-12.5a2_ALL.incremental.mar" hashFunction="SHA512" hashValue="711fef7a36720f64d07e9f194e65d63e9b54dec620f64661b6c030476a98095914e4c62242990d95a7620de66b0a4182c84948c043abe7f876af335057b6f664" size="8332677" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-linux32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="55cb878db080d8150f41130195609a9a4a01bf040ebe7633b34fdae70a1eb2877172819021041435fc61bef5ae65bc4afe59cef2efbe9ef5eddc1114bea8d174" size="112397387" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-linux64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="9fc89bd7841d943a138809cee6063980c7021544babcb7ccbd669e102b39cb3fa38d235a84789793067dc4de5141354f549fe4782a6c0d82d88dbe955b961fac" size="111817535" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-macos-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-macos-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="54e506ec0631cba27ca5d4d543b05ff4e525b5579eb61c8f7fd490f6098a105d16114cab8d5504cb1ba3e82c7cb932d7ec0b249810a986cbf6d326db2140bdcd" size="146125201" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-win32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win32-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="5e1e09f4cd4e219be6076c4dd8dec7a6b7e3c485c086cff66203e8a3717b00e0c713238012999e507a97f0bbe9efc58a8de9401eac3bc3d1d0205885a97ebe45" size="99826366" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a1-win64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a1" appVersion="12.5a1" platformVersion="102.6.0" buildID="20220706020101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a1" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a1" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a1/tor-browser-win64-12.5a1_ALL.mar" hashFunction="SHA512" hashValue="22cd2ed84f5787c243bea9f36f590765a9e9596b6c3c04ac7442e036b7b9f22de3e8c3e0e9a2956085422760df78e3efb5f8347e4668628c4d35cceaf2831aa0" size="100285308" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-linux32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="f5bf07f5a8b2456c4579370b6a3ba5bcaf70d27213a710c81bbcef52976d69b349cc2df6a31f26bc18031e782b95cf27c711c6df98772d72342f256c398e00c7" size="112946834" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-linux64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="c10986b1ee838a29089514edc391b8dde1ccd30c3446f6715520e27d8e9b3d373700441bf7b922b8fb30c9d8b7b1e124bd2566fc1a752f0007e8618cb6373beb" size="112370570" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-win32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win32-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="0bc33a6dc138d3d9c4f3db1b7b363ebb98b5e2e8255c6ab74ebad2767b56d26b084a87ef713ec991d0a3d51aa7b7551ced791e6d490b22062b069d51b6496790" size="100378977" type="complete"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-win64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a2" appVersion="12.5a2" platformVersion="102.7.0" buildID="20230706030101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a2" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a2" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a2/tor-browser-win64-12.5a2_ALL.mar" hashFunction="SHA512" hashValue="8ce0399863b65ab0ebaf0531544653f65be6c192d241c781e0cbeb4decef188988f061960dee3397c7aed3cc5d0828c5bcb141347b79e541235868bf902cae51" size="100840495" type="complete"></patch></update></updates>


=====================================
update_3/alpha/download-android-aarch64.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-aarch64-multi.apk","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-aarch64-multi.apk.asc","version":"12.5a1"}
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-aarch64-multi.apk","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-aarch64-multi.apk.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-android-armv7.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-armv7-multi.apk","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-armv7-multi.apk.asc","version":"12.5a1"}
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-armv7-multi.apk","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-armv7-multi.apk.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-android-x86.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-x86-multi.apk","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-x86-multi.apk.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-x86-multi.apk","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-x86-multi.apk.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-android-x86_64.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-x86_64-multi.apk","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-12.5a1-android-x86_64-multi.apk.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-x86_64-multi.apk","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-12.5a2-android-x86_64-multi.apk.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-linux-i686.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.tar.xz","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.tar.xz.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.tar.xz","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.tar.xz.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-linux-x86_64.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.tar.xz","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.tar.xz.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.tar.xz","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.tar.xz.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-macos.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/TorBrowser-12.5a1-macos_ALL.dmg","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/TorBrowser-12.5a1-macos_ALL.dmg.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/TorBrowser-12.5a2-macos_ALL.dmg","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/TorBrowser-12.5a2-macos_ALL.dmg.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-windows-i686.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-12.5a1_ALL.exe","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-12.5a1_ALL.exe.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-12.5a2_ALL.exe","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-12.5a2_ALL.exe.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/download-windows-x86_64.json
=====================================
@@ -1 +1 @@
-{"binary":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-win64-12.5a1_ALL.exe","git_tag":"tbb-12.5a1-build1","sig":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-win64-12.5a1_ALL.exe.asc","version":"12.5a1"}
\ No newline at end of file
+{"binary":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-win64-12.5a2_ALL.exe","git_tag":"tbb-12.5a2-build1","sig":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-win64-12.5a2_ALL.exe.asc","version":"12.5a2"}
\ No newline at end of file


=====================================
update_3/alpha/downloads.json
=====================================
@@ -1 +1 @@
-{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux32-12.5a1_ALL.tar.xz.asc"}},"linux64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5a1/tor-browser-linux64-12.5a1_ALL.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a1/TorBrowser-12.5a1-macos_ALL.dmg","sig":"https://dist.torproject.org/torbrowser/12.5a1/TorBrowser-12.5a1-macos_ALL.dmg.asc"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-12.5a1_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-12.5a1_ALL.exe.asc"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-win64-12.5a1_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5a1/torbrowser-install-win64-12.5a1_ALL.exe.asc"}}},"tag":"tbb-12.5a1-build1","version":"12.5a1"}
\ No newline at end of file
+{"downloads":{"linux32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux32-12.5a2_ALL.tar.xz.asc"}},"linux64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.tar.xz","sig":"https://dist.torproject.org/torbrowser/12.5a2/tor-browser-linux64-12.5a2_ALL.tar.xz.asc"}},"macos":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a2/TorBrowser-12.5a2-macos_ALL.dmg","sig":"https://dist.torproject.org/torbrowser/12.5a2/TorBrowser-12.5a2-macos_ALL.dmg.asc"}},"win32":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-12.5a2_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-12.5a2_ALL.exe.asc"}},"win64":{"ALL":{"binary":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-win64-12.5a2_ALL.exe","sig":"https://dist.torproject.org/torbrowser/12.5a2/torbrowser-install-win64-12.5a2_ALL.exe.asc"}}},"tag":"tbb-12.5a2-build1","version":"12.5a2"}
\ No newline at end of file



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/-/commit/c70dae254164f00e37a252ae81c3b64d57c03c48

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/-/commit/c70dae254164f00e37a252ae81c3b64d57c03c48
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230125/3ee08270/attachment-0001.htm>


More information about the tor-commits mailing list