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

Richard Pospesel (@richard) git at gitlab.torproject.org
Wed Mar 22 13:20:30 UTC 2023



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


Commits:
e5f6f59b by Richard Pospesel at 2023-03-22T13:20:14+00:00
alpha: new version, 12.5a4

- - - - -


30 changed files:

- update_3/alpha/.htaccess
- − update_3/alpha/12.5a2-12.5a3-linux32-ALL.xml
- − update_3/alpha/12.5a2-12.5a3-linux64-ALL.xml
- − update_3/alpha/12.5a2-12.5a3-win32-ALL.xml
- − update_3/alpha/12.5a2-12.5a3-win64-ALL.xml
- + update_3/alpha/12.5a3-12.5a4-linux32-ALL.xml
- + update_3/alpha/12.5a3-12.5a4-linux64-ALL.xml
- + update_3/alpha/12.5a3-12.5a4-macos-ALL.xml
- + update_3/alpha/12.5a3-12.5a4-win32-ALL.xml
- + update_3/alpha/12.5a3-12.5a4-win64-ALL.xml
- − update_3/alpha/12.5a3-linux32-ALL.xml
- − update_3/alpha/12.5a3-linux64-ALL.xml
- − update_3/alpha/12.5a3-macos-ALL.xml
- − update_3/alpha/12.5a3-win32-ALL.xml
- − update_3/alpha/12.5a3-win64-ALL.xml
- + update_3/alpha/12.5a4-linux32-ALL.xml
- + update_3/alpha/12.5a4-linux64-ALL.xml
- + update_3/alpha/12.5a4-macos-ALL.xml
- + update_3/alpha/12.5a4-win32-ALL.xml
- + update_3/alpha/12.5a4-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,26 +2,28 @@ 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.5a3/ no-update.xml [last]
-RewriteRule ^Linux_x86-gcc3/12.5a2/ALL 12.5a2-12.5a3-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a3-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86-gcc3/ 12.5a3-linux32-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/12.5a2/ALL 12.5a2-12.5a3-linux64-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a3-linux64-ALL.xml [last]
-RewriteRule ^Linux_x86_64-gcc3/ 12.5a3-linux64-ALL.xml [last]
-RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.5a3-macos-ALL.xml [last]
-RewriteRule ^Darwin_x86_64-gcc3/ 12.5a3-macos-ALL.xml [last]
-RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.5a3-macos-ALL.xml [last]
-RewriteRule ^Darwin_aarch64-gcc3/ 12.5a3-macos-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/12.5a2/ALL 12.5a2-12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3/ 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/12.5a2/ALL 12.5a2-12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/12.5a2/ALL 12.5a2-12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a3-win32-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a2/ALL 12.5a2-12.5a3-win64-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a3-win64-ALL.xml [last]
-RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a3-win64-ALL.xml [last]
+RewriteRule ^[^/]+/12.5a4/ no-update.xml [last]
+RewriteRule ^Linux_x86-gcc3/12.5a3/ALL 12.5a3-12.5a4-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86-gcc3/[^/]+/ALL 12.5a4-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86-gcc3/ 12.5a4-linux32-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/12.5a3/ALL 12.5a3-12.5a4-linux64-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/[^/]+/ALL 12.5a4-linux64-ALL.xml [last]
+RewriteRule ^Linux_x86_64-gcc3/ 12.5a4-linux64-ALL.xml [last]
+RewriteRule ^Darwin_x86_64-gcc3/12.5a3/ALL 12.5a3-12.5a4-macos-ALL.xml [last]
+RewriteRule ^Darwin_x86_64-gcc3/[^/]+/ALL 12.5a4-macos-ALL.xml [last]
+RewriteRule ^Darwin_x86_64-gcc3/ 12.5a4-macos-ALL.xml [last]
+RewriteRule ^Darwin_aarch64-gcc3/12.5a3/ALL 12.5a3-12.5a4-macos-ALL.xml [last]
+RewriteRule ^Darwin_aarch64-gcc3/[^/]+/ALL 12.5a4-macos-ALL.xml [last]
+RewriteRule ^Darwin_aarch64-gcc3/ 12.5a4-macos-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/12.5a3/ALL 12.5a3-12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/[^/]+/ALL 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3/ 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/12.5a3/ALL 12.5a3-12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/[^/]+/ALL 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x86/ 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/12.5a3/ALL 12.5a3-12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/[^/]+/ALL 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86-gcc3-x64/ 12.5a4-win32-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/12.5a3/ALL 12.5a3-12.5a4-win64-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/[^/]+/ALL 12.5a4-win64-ALL.xml [last]
+RewriteRule ^WINNT_x86_64-gcc3-x64/ 12.5a4-win64-ALL.xml [last]


=====================================
update_3/alpha/12.5a2-12.5a3-linux32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a3" appVersion="12.5a3" platformVersion="102.8.0" buildID="20230706040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-linux32-12.5a3_ALL.mar" hashFunction="SHA512" hashValue="580cdfa145074f6b5eca0d7002bb7f2c44ee581106d2838490d0cac3f70f17ab94b3385a4a774c7a3e489380959e380cc9903611db41525add63e1673a6c6822" size="122593840" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-linux32-12.5a2-12.5a3_ALL.incremental.mar" hashFunction="SHA512" hashValue="70a1ac8b4e03982c369f272cb7190641c61d5e71319b61d3090f2ad01bfc1ecd05139ea8e094df682f840cb3a29a324546d8fced8d7e6061d3cff1bef47b5748" size="23840413" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-12.5a3-linux64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a3" appVersion="12.5a3" platformVersion="102.8.0" buildID="20230706040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a3" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-linux64-12.5a3_ALL.mar" hashFunction="SHA512" hashValue="4af525f87db2d6cbae43d9f344286b52e3c3a176d50f977ba3e4c06eafa90bb01f3938763f3d91adb1c58b3cd1f1567cf31b182b79b22e1f9e54447c381898ee" size="122410728" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-linux64-12.5a2-12.5a3_ALL.incremental.mar" hashFunction="SHA512" hashValue="1ab4b9683d3b0a671d46ebaff0227b2e3ee9627ae30ebc0b8879c149184e9ac8e25307162fc10f47902e8bff715d9c7da2b47c75d0b5168d835671fa35f9ed71" size="23988674" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-12.5a3-win32-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a3" appVersion="12.5a3" platformVersion="102.8.0" buildID="20230706040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-win32-12.5a3_ALL.mar" hashFunction="SHA512" hashValue="6b2edafbb49dcca8fe62cb32096555118246bd774779e6be4a998bd92a5ee7537fa746cb09671b0dcac0446fc5255efecae8433bc7d885efceb20af7d00a5d7a" size="103586915" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-win32-12.5a2-12.5a3_ALL.incremental.mar" hashFunction="SHA512" hashValue="98fb9c50f32841fec34c91f34e555d380b307325910a75c9dba424e805a267662cc6f1054a9f2eae30f9950bf7f8231772db506e2380e9ac41f26ae57b1d0a22" size="18725857" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a2-12.5a3-win64-ALL.xml deleted
=====================================
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<updates><update type="minor" displayVersion="12.5a3" appVersion="12.5a3" platformVersion="102.8.0" buildID="20230706040101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a3" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a3" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-win64-12.5a3_ALL.mar" hashFunction="SHA512" hashValue="73aad14acb2f925698ad5cb1a5073308843b06a0eb885de2044a3b72a5db9c8a7690fb29a7701210f6a66af65eca07f3b164a8d4d023f3c3e94dc51ddf4f9640" size="104127113" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a3/tor-browser-win64-12.5a2-12.5a3_ALL.incremental.mar" hashFunction="SHA512" hashValue="fd7d3cc3058544ae9de71552ab24cd09d58c50c5296434de6dd8db9eec7fc4b8ebe576ec20d634d3f433d991d14176a21c59cb5bfdd47c2ba6f5e399b6af8b4d" size="17777907" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a3-12.5a4-linux32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a4" appVersion="12.5a4" platformVersion="102.9.0" buildID="20230706050101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a4" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-linux32-12.5a4_ALL.mar" hashFunction="SHA512" hashValue="00472c540023f20874b06f8b3f06b2d8e680294c4dd78ae7eb4c5ac434492aa91082b045d2374959a6631e1a47773496daff5b322f3c8b086f8121c53b51e00b" size="123208864" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-linux32-12.5a3-12.5a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="7597973c3ad3e194bdd538b6f6d191866a33ecc275aade52a52bd98b163c8e21178ab63a52e7a193e3e36a4e34cb08d5d219ce7e06cd2a8b27ca1fb6f3a0ddd8" size="9309312" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a3-12.5a4-linux64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a4" appVersion="12.5a4" platformVersion="102.9.0" buildID="20230706050101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a4" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a4" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-linux64-12.5a4_ALL.mar" hashFunction="SHA512" hashValue="3ccfc13ea75071760cc42c7916eecc8d96820ee6ef58c61d34ad25c8954bfde5f6db233cb9a5a94e596ffeffdf49feafc0260b3cffce503a38748a623d85bcff" size="122890752" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-linux64-12.5a3-12.5a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="254166704d31c226ed27a453fe0c2a372b2f5950fed63ddd41ad793393f0c895c181890e8eb327b8e5586648f9d52806c64b21c070955023c290ab902df5c695" size="8835449" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a3-12.5a4-macos-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a4" appVersion="12.5a4" platformVersion="102.9.0" buildID="20230706050101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a4" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a4" minSupportedOSVersion="16.0.0"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-macos-12.5a4_ALL.mar" hashFunction="SHA512" hashValue="c040323872eb619b7766d9ca1c3afc4a858602a08ae47d8d16ff824d6cfa09fafb67c173c482ac602f2c83f89360de008619b82a260206a26ab7e179416edb33" size="158961876" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-macos-12.5a3-12.5a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="93ca02fc44446304109f4788d9a25e2f00960d168f66f583a193237e91f07b5241fee2cfddc5c0c368205f0c34a16b651e3b710b4cdafeb98e851eddef75fcb5" size="34948171" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a3-12.5a4-win32-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a4" appVersion="12.5a4" platformVersion="102.9.0" buildID="20230706050101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a4" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a4" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-win32-12.5a4_ALL.mar" hashFunction="SHA512" hashValue="4ed704019203163cdc65c03973853bffe9bb432a245d251eb3b35ba203fb228d63cbf4fa4118ce6bb8de57a7b8843e92563a2888ec2a852b0f125b16671f7a61" size="104452067" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-win32-12.5a3-12.5a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="87f89f7ae563f394a8120287ea94fe7b35b8b47ee33569ea06e4f69cacb926ee92d4c063eef23a272c7426f3248ed21e736a45074750406e8970698eddcd440e" size="10152881" type="partial"></patch></update></updates>


=====================================
update_3/alpha/12.5a3-12.5a4-win64-ALL.xml
=====================================
@@ -0,0 +1,2 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<updates><update type="minor" displayVersion="12.5a4" appVersion="12.5a4" platformVersion="102.9.0" buildID="20230706050101" detailsURL="https://blog.torproject.org/new-release-tor-browser-125a4" actions="showURL" openURL="https://blog.torproject.org/new-release-tor-browser-125a4" minSupportedOSVersion="6.1" minSupportedInstructionSet="SSE2"><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-win64-12.5a4_ALL.mar" hashFunction="SHA512" hashValue="c4989824555aaaefa562303d731111af90988db8cf3c3a4c46a75887b033ad1682f7543ba25d40d1b7fecf1712bfd6a118767cd09cfebb8c67a88e550c75d889" size="104865457" type="complete"></patch><patch URL="https://cdn.torproject.org/aus1/torbrowser/12.5a4/tor-browser-win64-12.5a3-12.5a4_ALL.incremental.mar" hashFunction="SHA512" hashValue="6dada80a50da907643ec30fdd6c786f2b09a59ee75bc5c4e8e11822c6f9fc83e0cf46d746b7cc07efc29d9f75889ad11edcaed65585cf792836e27b3060a9291" size="9288607" type="partial"></patch></update></updates>


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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



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

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-update-responses/-/commit/e5f6f59b2280d31ece74c920c42c8a9b435965c2
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/20230322/00386ab9/attachment-0001.htm>


More information about the tor-commits mailing list