├── CONTRIBUTING.md ├── COPYING ├── README.md ├── auto-generated-man-pages ├── update-i2pbrowser.1 └── update-torbrowser.1 ├── changelog.upstream ├── debian ├── changelog ├── control ├── copyright ├── rules ├── source │ ├── format │ └── lintian-overrides ├── tb-updater.install ├── tb-updater.postinst └── watch ├── etc ├── apparmor.d │ └── usr.libexec.tb-updater.version-parser ├── privleap │ └── conf.d │ │ └── tb-updater.conf └── sudoers.d │ └── tpo-downloader ├── make-helper-overrides.bsh ├── man ├── update-i2pbrowser.1.ronn └── update-torbrowser.1.ronn ├── usr ├── bin │ ├── update-i2pbrowser │ ├── update-mullvadbrowser │ └── update-torbrowser ├── lib │ └── systemd │ │ └── system │ │ ├── tb-updater-dispvm.service │ │ └── tb-updater-first-boot.service ├── libexec │ └── tb-updater │ │ ├── chroot-post │ │ ├── chroot-pre │ │ ├── desktop-starter-wrapper │ │ ├── dispvm │ │ ├── tb-permission-fix │ │ ├── version-parser │ │ └── version-validator └── share │ ├── applications │ └── anondist-torbrowser_update.desktop │ ├── lintian │ └── overrides │ │ └── tb-updater │ ├── tb-updater │ ├── tbb_hardcoded_version │ ├── tbb_hardcoded_version_alpha │ ├── test-script │ ├── unit-test │ │ ├── RecommendedTBBVersions │ │ ├── RecommendedTBBVersions2 │ │ └── tb-extract │ └── unit_test │ └── torbrowser-updater-keys.d │ ├── placeholder │ └── tbb-team.asc └── var └── cache └── tb-updater └── placeholder /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Conditions for Contributions to Whonix 2 | 3 | By contributing to Whonix, you acknowledge that you have read, understood and agreed to our Privacy Policy, Cookie Policy, Terms of Service, and E-Sign Consent. 4 | 5 | https://www.whonix.org/wiki/Privacy_Policy 6 | 7 | https://www.whonix.org/wiki/Cookie_Policy 8 | 9 | https://www.whonix.org/wiki/Terms_of_Service 10 | 11 | https://www.whonix.org/wiki/E-Sign_Consent 12 | 13 | Conditions for Contributions to Whonix are not part of Whonix's license. 14 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | 3 | Files: * 4 | Copyright: 2012 - 2025 ENCRYPTED SUPPORT LLC 5 | License: AGPL-3+ 6 | 7 | License: AGPL-3+ 8 | GNU AFFERO GENERAL PUBLIC LICENSE 9 | Version 3, 19 November 2007 10 | . 11 | Copyright (C) 2007 Free Software Foundation, Inc. 12 | Everyone is permitted to copy and distribute verbatim copies 13 | of this license document, but changing it is not allowed. 14 | . 15 | Preamble 16 | . 17 | The GNU Affero General Public License is a free, copyleft license for 18 | software and other kinds of works, specifically designed to ensure 19 | cooperation with the community in the case of network server software. 20 | . 21 | The licenses for most software and other practical works are designed 22 | to take away your freedom to share and change the works. By contrast, 23 | our General Public Licenses are intended to guarantee your freedom to 24 | share and change all versions of a program--to make sure it remains free 25 | software for all its users. 26 | . 27 | When we speak of free software, we are referring to freedom, not 28 | price. Our General Public Licenses are designed to make sure that you 29 | have the freedom to distribute copies of free software (and charge for 30 | them if you wish), that you receive source code or can get it if you 31 | want it, that you can change the software or use pieces of it in new 32 | free programs, and that you know you can do these things. 33 | . 34 | Developers that use our General Public Licenses protect your rights 35 | with two steps: (1) assert copyright on the software, and (2) offer 36 | you this License which gives you legal permission to copy, distribute 37 | and/or modify the software. 38 | . 39 | A secondary benefit of defending all users' freedom is that 40 | improvements made in alternate versions of the program, if they 41 | receive widespread use, become available for other developers to 42 | incorporate. Many developers of free software are heartened and 43 | encouraged by the resulting cooperation. However, in the case of 44 | software used on network servers, this result may fail to come about. 45 | The GNU General Public License permits making a modified version and 46 | letting the public access it on a server without ever releasing its 47 | source code to the public. 48 | . 49 | The GNU Affero General Public License is designed specifically to 50 | ensure that, in such cases, the modified source code becomes available 51 | to the community. It requires the operator of a network server to 52 | provide the source code of the modified version running there to the 53 | users of that server. Therefore, public use of a modified version, on 54 | a publicly accessible server, gives the public access to the source 55 | code of the modified version. 56 | . 57 | An older license, called the Affero General Public License and 58 | published by Affero, was designed to accomplish similar goals. This is 59 | a different license, not a version of the Affero GPL, but Affero has 60 | released a new version of the Affero GPL which permits relicensing under 61 | this license. 62 | . 63 | The precise terms and conditions for copying, distribution and 64 | modification follow. 65 | . 66 | TERMS AND CONDITIONS 67 | . 68 | 0. Definitions. 69 | . 70 | "This License" refers to version 3 of the GNU Affero General Public License. 71 | . 72 | "Copyright" also means copyright-like laws that apply to other kinds of 73 | works, such as semiconductor masks. 74 | . 75 | "The Program" refers to any copyrightable work licensed under this 76 | License. Each licensee is addressed as "you". "Licensees" and 77 | "recipients" may be individuals or organizations. 78 | . 79 | To "modify" a work means to copy from or adapt all or part of the work 80 | in a fashion requiring copyright permission, other than the making of an 81 | exact copy. The resulting work is called a "modified version" of the 82 | earlier work or a work "based on" the earlier work. 83 | . 84 | A "covered work" means either the unmodified Program or a work based 85 | on the Program. 86 | . 87 | To "propagate" a work means to do anything with it that, without 88 | permission, would make you directly or secondarily liable for 89 | infringement under applicable copyright law, except executing it on a 90 | computer or modifying a private copy. Propagation includes copying, 91 | distribution (with or without modification), making available to the 92 | public, and in some countries other activities as well. 93 | . 94 | To "convey" a work means any kind of propagation that enables other 95 | parties to make or receive copies. Mere interaction with a user through 96 | a computer network, with no transfer of a copy, is not conveying. 97 | . 98 | An interactive user interface displays "Appropriate Legal Notices" 99 | to the extent that it includes a convenient and prominently visible 100 | feature that (1) displays an appropriate copyright notice, and (2) 101 | tells the user that there is no warranty for the work (except to the 102 | extent that warranties are provided), that licensees may convey the 103 | work under this License, and how to view a copy of this License. If 104 | the interface presents a list of user commands or options, such as a 105 | menu, a prominent item in the list meets this criterion. 106 | . 107 | 1. Source Code. 108 | . 109 | The "source code" for a work means the preferred form of the work 110 | for making modifications to it. "Object code" means any non-source 111 | form of a work. 112 | . 113 | A "Standard Interface" means an interface that either is an official 114 | standard defined by a recognized standards body, or, in the case of 115 | interfaces specified for a particular programming language, one that 116 | is widely used among developers working in that language. 117 | . 118 | The "System Libraries" of an executable work include anything, other 119 | than the work as a whole, that (a) is included in the normal form of 120 | packaging a Major Component, but which is not part of that Major 121 | Component, and (b) serves only to enable use of the work with that 122 | Major Component, or to implement a Standard Interface for which an 123 | implementation is available to the public in source code form. A 124 | "Major Component", in this context, means a major essential component 125 | (kernel, window system, and so on) of the specific operating system 126 | (if any) on which the executable work runs, or a compiler used to 127 | produce the work, or an object code interpreter used to run it. 128 | . 129 | The "Corresponding Source" for a work in object code form means all 130 | the source code needed to generate, install, and (for an executable 131 | work) run the object code and to modify the work, including scripts to 132 | control those activities. However, it does not include the work's 133 | System Libraries, or general-purpose tools or generally available free 134 | programs which are used unmodified in performing those activities but 135 | which are not part of the work. For example, Corresponding Source 136 | includes interface definition files associated with source files for 137 | the work, and the source code for shared libraries and dynamically 138 | linked subprograms that the work is specifically designed to require, 139 | such as by intimate data communication or control flow between those 140 | subprograms and other parts of the work. 141 | . 142 | The Corresponding Source need not include anything that users 143 | can regenerate automatically from other parts of the Corresponding 144 | Source. 145 | . 146 | The Corresponding Source for a work in source code form is that 147 | same work. 148 | . 149 | 2. Basic Permissions. 150 | . 151 | All rights granted under this License are granted for the term of 152 | copyright on the Program, and are irrevocable provided the stated 153 | conditions are met. This License explicitly affirms your unlimited 154 | permission to run the unmodified Program. The output from running a 155 | covered work is covered by this License only if the output, given its 156 | content, constitutes a covered work. This License acknowledges your 157 | rights of fair use or other equivalent, as provided by copyright law. 158 | . 159 | You may make, run and propagate covered works that you do not 160 | convey, without conditions so long as your license otherwise remains 161 | in force. You may convey covered works to others for the sole purpose 162 | of having them make modifications exclusively for you, or provide you 163 | with facilities for running those works, provided that you comply with 164 | the terms of this License in conveying all material for which you do 165 | not control copyright. Those thus making or running the covered works 166 | for you must do so exclusively on your behalf, under your direction 167 | and control, on terms that prohibit them from making any copies of 168 | your copyrighted material outside their relationship with you. 169 | . 170 | Conveying under any other circumstances is permitted solely under 171 | the conditions stated below. Sublicensing is not allowed; section 10 172 | makes it unnecessary. 173 | . 174 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 175 | . 176 | No covered work shall be deemed part of an effective technological 177 | measure under any applicable law fulfilling obligations under article 178 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 179 | similar laws prohibiting or restricting circumvention of such 180 | measures. 181 | . 182 | When you convey a covered work, you waive any legal power to forbid 183 | circumvention of technological measures to the extent such circumvention 184 | is effected by exercising rights under this License with respect to 185 | the covered work, and you disclaim any intention to limit operation or 186 | modification of the work as a means of enforcing, against the work's 187 | users, your or third parties' legal rights to forbid circumvention of 188 | technological measures. 189 | . 190 | 4. Conveying Verbatim Copies. 191 | . 192 | You may convey verbatim copies of the Program's source code as you 193 | receive it, in any medium, provided that you conspicuously and 194 | appropriately publish on each copy an appropriate copyright notice; 195 | keep intact all notices stating that this License and any 196 | non-permissive terms added in accord with section 7 apply to the code; 197 | keep intact all notices of the absence of any warranty; and give all 198 | recipients a copy of this License along with the Program. 199 | . 200 | You may charge any price or no price for each copy that you convey, 201 | and you may offer support or warranty protection for a fee. 202 | . 203 | 5. Conveying Modified Source Versions. 204 | . 205 | You may convey a work based on the Program, or the modifications to 206 | produce it from the Program, in the form of source code under the 207 | terms of section 4, provided that you also meet all of these conditions: 208 | . 209 | a) The work must carry prominent notices stating that you modified 210 | it, and giving a relevant date. 211 | . 212 | b) The work must carry prominent notices stating that it is 213 | released under this License and any conditions added under section 214 | 7. This requirement modifies the requirement in section 4 to 215 | "keep intact all notices". 216 | . 217 | c) You must license the entire work, as a whole, under this 218 | License to anyone who comes into possession of a copy. This 219 | License will therefore apply, along with any applicable section 7 220 | additional terms, to the whole of the work, and all its parts, 221 | regardless of how they are packaged. This License gives no 222 | permission to license the work in any other way, but it does not 223 | invalidate such permission if you have separately received it. 224 | . 225 | d) If the work has interactive user interfaces, each must display 226 | Appropriate Legal Notices; however, if the Program has interactive 227 | interfaces that do not display Appropriate Legal Notices, your 228 | work need not make them do so. 229 | . 230 | A compilation of a covered work with other separate and independent 231 | works, which are not by their nature extensions of the covered work, 232 | and which are not combined with it such as to form a larger program, 233 | in or on a volume of a storage or distribution medium, is called an 234 | "aggregate" if the compilation and its resulting copyright are not 235 | used to limit the access or legal rights of the compilation's users 236 | beyond what the individual works permit. Inclusion of a covered work 237 | in an aggregate does not cause this License to apply to the other 238 | parts of the aggregate. 239 | . 240 | 6. Conveying Non-Source Forms. 241 | . 242 | You may convey a covered work in object code form under the terms 243 | of sections 4 and 5, provided that you also convey the 244 | machine-readable Corresponding Source under the terms of this License, 245 | in one of these ways: 246 | . 247 | a) Convey the object code in, or embodied in, a physical product 248 | (including a physical distribution medium), accompanied by the 249 | Corresponding Source fixed on a durable physical medium 250 | customarily used for software interchange. 251 | . 252 | b) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by a 254 | written offer, valid for at least three years and valid for as 255 | long as you offer spare parts or customer support for that product 256 | model, to give anyone who possesses the object code either (1) a 257 | copy of the Corresponding Source for all the software in the 258 | product that is covered by this License, on a durable physical 259 | medium customarily used for software interchange, for a price no 260 | more than your reasonable cost of physically performing this 261 | conveying of source, or (2) access to copy the 262 | Corresponding Source from a network server at no charge. 263 | . 264 | c) Convey individual copies of the object code with a copy of the 265 | written offer to provide the Corresponding Source. This 266 | alternative is allowed only occasionally and noncommercially, and 267 | only if you received the object code with such an offer, in accord 268 | with subsection 6b. 269 | . 270 | d) Convey the object code by offering access from a designated 271 | place (gratis or for a charge), and offer equivalent access to the 272 | Corresponding Source in the same way through the same place at no 273 | further charge. You need not require recipients to copy the 274 | Corresponding Source along with the object code. If the place to 275 | copy the object code is a network server, the Corresponding Source 276 | may be on a different server (operated by you or a third party) 277 | that supports equivalent copying facilities, provided you maintain 278 | clear directions next to the object code saying where to find the 279 | Corresponding Source. Regardless of what server hosts the 280 | Corresponding Source, you remain obligated to ensure that it is 281 | available for as long as needed to satisfy these requirements. 282 | . 283 | e) Convey the object code using peer-to-peer transmission, provided 284 | you inform other peers where the object code and Corresponding 285 | Source of the work are being offered to the general public at no 286 | charge under subsection 6d. 287 | . 288 | A separable portion of the object code, whose source code is excluded 289 | from the Corresponding Source as a System Library, need not be 290 | included in conveying the object code work. 291 | . 292 | A "User Product" is either (1) a "consumer product", which means any 293 | tangible personal property which is normally used for personal, family, 294 | or household purposes, or (2) anything designed or sold for incorporation 295 | into a dwelling. In determining whether a product is a consumer product, 296 | doubtful cases shall be resolved in favor of coverage. For a particular 297 | product received by a particular user, "normally used" refers to a 298 | typical or common use of that class of product, regardless of the status 299 | of the particular user or of the way in which the particular user 300 | actually uses, or expects or is expected to use, the product. A product 301 | is a consumer product regardless of whether the product has substantial 302 | commercial, industrial or non-consumer uses, unless such uses represent 303 | the only significant mode of use of the product. 304 | . 305 | "Installation Information" for a User Product means any methods, 306 | procedures, authorization keys, or other information required to install 307 | and execute modified versions of a covered work in that User Product from 308 | a modified version of its Corresponding Source. The information must 309 | suffice to ensure that the continued functioning of the modified object 310 | code is in no case prevented or interfered with solely because 311 | modification has been made. 312 | . 313 | If you convey an object code work under this section in, or with, or 314 | specifically for use in, a User Product, and the conveying occurs as 315 | part of a transaction in which the right of possession and use of the 316 | User Product is transferred to the recipient in perpetuity or for a 317 | fixed term (regardless of how the transaction is characterized), the 318 | Corresponding Source conveyed under this section must be accompanied 319 | by the Installation Information. But this requirement does not apply 320 | if neither you nor any third party retains the ability to install 321 | modified object code on the User Product (for example, the work has 322 | been installed in ROM). 323 | . 324 | The requirement to provide Installation Information does not include a 325 | requirement to continue to provide support service, warranty, or updates 326 | for a work that has been modified or installed by the recipient, or for 327 | the User Product in which it has been modified or installed. Access to a 328 | network may be denied when the modification itself materially and 329 | adversely affects the operation of the network or violates the rules and 330 | protocols for communication across the network. 331 | . 332 | Corresponding Source conveyed, and Installation Information provided, 333 | in accord with this section must be in a format that is publicly 334 | documented (and with an implementation available to the public in 335 | source code form), and must require no special password or key for 336 | unpacking, reading or copying. 337 | . 338 | 7. Additional Terms. 339 | . 340 | "Additional permissions" are terms that supplement the terms of this 341 | License by making exceptions from one or more of its conditions. 342 | Additional permissions that are applicable to the entire Program shall 343 | be treated as though they were included in this License, to the extent 344 | that they are valid under applicable law. If additional permissions 345 | apply only to part of the Program, that part may be used separately 346 | under those permissions, but the entire Program remains governed by 347 | this License without regard to the additional permissions. 348 | . 349 | When you convey a copy of a covered work, you may at your option 350 | remove any additional permissions from that copy, or from any part of 351 | it. (Additional permissions may be written to require their own 352 | removal in certain cases when you modify the work.) You may place 353 | additional permissions on material, added by you to a covered work, 354 | for which you have or can give appropriate copyright permission. 355 | . 356 | Notwithstanding any other provision of this License, for material you 357 | add to a covered work, you may (if authorized by the copyright holders of 358 | that material) supplement the terms of this License with terms: 359 | . 360 | a) Disclaiming warranty or limiting liability differently from the 361 | terms of sections 15 and 16 of this License; or 362 | . 363 | b) Requiring preservation of specified reasonable legal notices or 364 | author attributions in that material or in the Appropriate Legal 365 | Notices displayed by works containing it; or 366 | . 367 | c) Prohibiting misrepresentation of the origin of that material, or 368 | requiring that modified versions of such material be marked in 369 | reasonable ways as different from the original version; or 370 | . 371 | d) Limiting the use for publicity purposes of names of licensors or 372 | authors of the material; or 373 | . 374 | e) Declining to grant rights under trademark law for use of some 375 | trade names, trademarks, or service marks; or 376 | . 377 | f) Requiring indemnification of licensors and authors of that 378 | material by anyone who conveys the material (or modified versions of 379 | it) with contractual assumptions of liability to the recipient, for 380 | any liability that these contractual assumptions directly impose on 381 | those licensors and authors. 382 | . 383 | All other non-permissive additional terms are considered "further 384 | restrictions" within the meaning of section 10. If the Program as you 385 | received it, or any part of it, contains a notice stating that it is 386 | governed by this License along with a term that is a further 387 | restriction, you may remove that term. If a license document contains 388 | a further restriction but permits relicensing or conveying under this 389 | License, you may add to a covered work material governed by the terms 390 | of that license document, provided that the further restriction does 391 | not survive such relicensing or conveying. 392 | . 393 | If you add terms to a covered work in accord with this section, you 394 | must place, in the relevant source files, a statement of the 395 | additional terms that apply to those files, or a notice indicating 396 | where to find the applicable terms. 397 | . 398 | Additional terms, permissive or non-permissive, may be stated in the 399 | form of a separately written license, or stated as exceptions; 400 | the above requirements apply either way. 401 | . 402 | 8. Termination. 403 | . 404 | You may not propagate or modify a covered work except as expressly 405 | provided under this License. Any attempt otherwise to propagate or 406 | modify it is void, and will automatically terminate your rights under 407 | this License (including any patent licenses granted under the third 408 | paragraph of section 11). 409 | . 410 | However, if you cease all violation of this License, then your 411 | license from a particular copyright holder is reinstated (a) 412 | provisionally, unless and until the copyright holder explicitly and 413 | finally terminates your license, and (b) permanently, if the copyright 414 | holder fails to notify you of the violation by some reasonable means 415 | prior to 60 days after the cessation. 416 | . 417 | Moreover, your license from a particular copyright holder is 418 | reinstated permanently if the copyright holder notifies you of the 419 | violation by some reasonable means, this is the first time you have 420 | received notice of violation of this License (for any work) from that 421 | copyright holder, and you cure the violation prior to 30 days after 422 | your receipt of the notice. 423 | . 424 | Termination of your rights under this section does not terminate the 425 | licenses of parties who have received copies or rights from you under 426 | this License. If your rights have been terminated and not permanently 427 | reinstated, you do not qualify to receive new licenses for the same 428 | material under section 10. 429 | . 430 | 9. Acceptance Not Required for Having Copies. 431 | . 432 | You are not required to accept this License in order to receive or 433 | run a copy of the Program. Ancillary propagation of a covered work 434 | occurring solely as a consequence of using peer-to-peer transmission 435 | to receive a copy likewise does not require acceptance. However, 436 | nothing other than this License grants you permission to propagate or 437 | modify any covered work. These actions infringe copyright if you do 438 | not accept this License. Therefore, by modifying or propagating a 439 | covered work, you indicate your acceptance of this License to do so. 440 | . 441 | 10. Automatic Licensing of Downstream Recipients. 442 | . 443 | Each time you convey a covered work, the recipient automatically 444 | receives a license from the original licensors, to run, modify and 445 | propagate that work, subject to this License. You are not responsible 446 | for enforcing compliance by third parties with this License. 447 | . 448 | An "entity transaction" is a transaction transferring control of an 449 | organization, or substantially all assets of one, or subdividing an 450 | organization, or merging organizations. If propagation of a covered 451 | work results from an entity transaction, each party to that 452 | transaction who receives a copy of the work also receives whatever 453 | licenses to the work the party's predecessor in interest had or could 454 | give under the previous paragraph, plus a right to possession of the 455 | Corresponding Source of the work from the predecessor in interest, if 456 | the predecessor has it or can get it with reasonable efforts. 457 | . 458 | You may not impose any further restrictions on the exercise of the 459 | rights granted or affirmed under this License. For example, you may 460 | not impose a license fee, royalty, or other charge for exercise of 461 | rights granted under this License, and you may not initiate litigation 462 | (including a cross-claim or counterclaim in a lawsuit) alleging that 463 | any patent claim is infringed by making, using, selling, offering for 464 | sale, or importing the Program or any portion of it. 465 | . 466 | 11. Patents. 467 | . 468 | A "contributor" is a copyright holder who authorizes use under this 469 | License of the Program or a work on which the Program is based. The 470 | work thus licensed is called the contributor's "contributor version". 471 | . 472 | A contributor's "essential patent claims" are all patent claims 473 | owned or controlled by the contributor, whether already acquired or 474 | hereafter acquired, that would be infringed by some manner, permitted 475 | by this License, of making, using, or selling its contributor version, 476 | but do not include claims that would be infringed only as a 477 | consequence of further modification of the contributor version. For 478 | purposes of this definition, "control" includes the right to grant 479 | patent sublicenses in a manner consistent with the requirements of 480 | this License. 481 | . 482 | Each contributor grants you a non-exclusive, worldwide, royalty-free 483 | patent license under the contributor's essential patent claims, to 484 | make, use, sell, offer for sale, import and otherwise run, modify and 485 | propagate the contents of its contributor version. 486 | . 487 | In the following three paragraphs, a "patent license" is any express 488 | agreement or commitment, however denominated, not to enforce a patent 489 | (such as an express permission to practice a patent or covenant not to 490 | sue for patent infringement). To "grant" such a patent license to a 491 | party means to make such an agreement or commitment not to enforce a 492 | patent against the party. 493 | . 494 | If you convey a covered work, knowingly relying on a patent license, 495 | and the Corresponding Source of the work is not available for anyone 496 | to copy, free of charge and under the terms of this License, through a 497 | publicly available network server or other readily accessible means, 498 | then you must either (1) cause the Corresponding Source to be so 499 | available, or (2) arrange to deprive yourself of the benefit of the 500 | patent license for this particular work, or (3) arrange, in a manner 501 | consistent with the requirements of this License, to extend the patent 502 | license to downstream recipients. "Knowingly relying" means you have 503 | actual knowledge that, but for the patent license, your conveying the 504 | covered work in a country, or your recipient's use of the covered work 505 | in a country, would infringe one or more identifiable patents in that 506 | country that you have reason to believe are valid. 507 | . 508 | If, pursuant to or in connection with a single transaction or 509 | arrangement, you convey, or propagate by procuring conveyance of, a 510 | covered work, and grant a patent license to some of the parties 511 | receiving the covered work authorizing them to use, propagate, modify 512 | or convey a specific copy of the covered work, then the patent license 513 | you grant is automatically extended to all recipients of the covered 514 | work and works based on it. 515 | . 516 | A patent license is "discriminatory" if it does not include within 517 | the scope of its coverage, prohibits the exercise of, or is 518 | conditioned on the non-exercise of one or more of the rights that are 519 | specifically granted under this License. You may not convey a covered 520 | work if you are a party to an arrangement with a third party that is 521 | in the business of distributing software, under which you make payment 522 | to the third party based on the extent of your activity of conveying 523 | the work, and under which the third party grants, to any of the 524 | parties who would receive the covered work from you, a discriminatory 525 | patent license (a) in connection with copies of the covered work 526 | conveyed by you (or copies made from those copies), or (b) primarily 527 | for and in connection with specific products or compilations that 528 | contain the covered work, unless you entered into that arrangement, 529 | or that patent license was granted, prior to 28 March 2007. 530 | . 531 | Nothing in this License shall be construed as excluding or limiting 532 | any implied license or other defenses to infringement that may 533 | otherwise be available to you under applicable patent law. 534 | . 535 | 12. No Surrender of Others' Freedom. 536 | . 537 | If conditions are imposed on you (whether by court order, agreement or 538 | otherwise) that contradict the conditions of this License, they do not 539 | excuse you from the conditions of this License. If you cannot convey a 540 | covered work so as to satisfy simultaneously your obligations under this 541 | License and any other pertinent obligations, then as a consequence you may 542 | not convey it at all. For example, if you agree to terms that obligate you 543 | to collect a royalty for further conveying from those to whom you convey 544 | the Program, the only way you could satisfy both those terms and this 545 | License would be to refrain entirely from conveying the Program. 546 | . 547 | 13. Remote Network Interaction; Use with the GNU General Public License. 548 | . 549 | Notwithstanding any other provision of this License, if you modify the 550 | Program, your modified version must prominently offer all users 551 | interacting with it remotely through a computer network (if your version 552 | supports such interaction) an opportunity to receive the Corresponding 553 | Source of your version by providing access to the Corresponding Source 554 | from a network server at no charge, through some standard or customary 555 | means of facilitating copying of software. This Corresponding Source 556 | shall include the Corresponding Source for any work covered by version 3 557 | of the GNU General Public License that is incorporated pursuant to the 558 | following paragraph. 559 | . 560 | Notwithstanding any other provision of this License, you have 561 | permission to link or combine any covered work with a work licensed 562 | under version 3 of the GNU General Public License into a single 563 | combined work, and to convey the resulting work. The terms of this 564 | License will continue to apply to the part which is the covered work, 565 | but the work with which it is combined will remain governed by version 566 | 3 of the GNU General Public License. 567 | . 568 | 14. Revised Versions of this License. 569 | . 570 | The Free Software Foundation may publish revised and/or new versions of 571 | the GNU Affero General Public License from time to time. Such new versions 572 | will be similar in spirit to the present version, but may differ in detail to 573 | address new problems or concerns. 574 | . 575 | Each version is given a distinguishing version number. If the 576 | Program specifies that a certain numbered version of the GNU Affero General 577 | Public License "or any later version" applies to it, you have the 578 | option of following the terms and conditions either of that numbered 579 | version or of any later version published by the Free Software 580 | Foundation. If the Program does not specify a version number of the 581 | GNU Affero General Public License, you may choose any version ever published 582 | by the Free Software Foundation. 583 | . 584 | If the Program specifies that a proxy can decide which future 585 | versions of the GNU Affero General Public License can be used, that proxy's 586 | public statement of acceptance of a version permanently authorizes you 587 | to choose that version for the Program. 588 | . 589 | Later license versions may give you additional or different 590 | permissions. However, no additional obligations are imposed on any 591 | author or copyright holder as a result of your choosing to follow a 592 | later version. 593 | . 594 | 15. Disclaimer of Warranty. 595 | . 596 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 597 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 598 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 599 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 600 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 601 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 602 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 603 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 604 | . 605 | 16. Limitation of Liability. 606 | . 607 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 608 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 609 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 610 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 611 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 612 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 613 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 614 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 615 | SUCH DAMAGES. 616 | . 617 | 17. Interpretation of Sections 15 and 16. 618 | . 619 | If the disclaimer of warranty and limitation of liability provided 620 | above cannot be given local legal effect according to their terms, 621 | reviewing courts shall apply local law that most closely approximates 622 | an absolute waiver of all civil liability in connection with the 623 | Program, unless a warranty or assumption of liability accompanies a 624 | copy of the Program in return for a fee. 625 | . 626 | END OF TERMS AND CONDITIONS 627 | . 628 | How to Apply These Terms to Your New Programs 629 | . 630 | If you develop a new program, and you want it to be of the greatest 631 | possible use to the public, the best way to achieve this is to make it 632 | free software which everyone can redistribute and change under these terms. 633 | . 634 | To do so, attach the following notices to the program. It is safest 635 | to attach them to the start of each source file to most effectively 636 | state the exclusion of warranty; and each file should have at least 637 | the "copyright" line and a pointer to where the full notice is found. 638 | . 639 | 640 | Copyright (C) 641 | . 642 | This program is free software: you can redistribute it and/or modify 643 | it under the terms of the GNU Affero General Public License as published by 644 | the Free Software Foundation, either version 3 of the License, or 645 | (at your option) any later version. 646 | . 647 | This program is distributed in the hope that it will be useful, 648 | but WITHOUT ANY WARRANTY; without even the implied warranty of 649 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 650 | GNU Affero General Public License for more details. 651 | . 652 | You should have received a copy of the GNU Affero General Public License 653 | along with this program. If not, see . 654 | . 655 | Also add information on how to contact you by electronic and paper mail. 656 | . 657 | If your software can interact with users remotely through a computer 658 | network, you should also make sure that it provides a way for users to 659 | get its source. For example, if your program is a web application, its 660 | interface could display a "Source" link that leads users to an archive 661 | of the code. There are many ways you could offer source, and different 662 | solutions will be better for different programs; see section 13 for the 663 | specific requirements. 664 | . 665 | You should also get your employer (if you work as a programmer) or school, 666 | if any, to sign a "copyright disclaimer" for the program, if necessary. 667 | For more information on this, and how to apply and follow the GNU AGPL, see 668 | . 669 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Tor Browser Downloader by Whonix developers # 2 | 3 | Automates download and verification of Tor Browser from The Tor Project's 4 | website. Useful for initial installation of Tor Browser, clean 5 | re-installations of Tor Browser and keeping newly created Qubes AppVMs 6 | inherited from updated Qubes TemplateVMs can ship up to date versions of 7 | Tor Browsers. 8 | 9 | Incapable of preserving of updating and preserving user data. Use 10 | Tor Browser's internal updater for that purpose. Notifies about already 11 | exiting installations of Tor Browser. Renamed rather than deletes old versions 12 | of Tor Browsers to avoid user data loss. 13 | 14 | Has a cli and a gui mode. Can auto detect latest version numbers or use user 15 | configured version numbers. Comes with a download confirmation screen that 16 | lets users choose which version to download. [1] Has a installation 17 | confirmation screen [2] that enables users to detect indefinite freeze and 18 | rollback attacks. 19 | 20 | Integrates well with tb-starter, tb-default-browser and 21 | open-link-confirmation package as well as with Qubes. 22 | 23 | Without the helper-scripts package installed, the GUI will not move the 24 | progress bar. 25 | 26 | If you have the helper-scripts package installed, it will show a nicer 27 | progress bar when run in terminal and more meaningful curl exit code 28 | messages, when curl failed. 29 | 30 | When having the helper-scripts package installed (recommended for 31 | Anonymity Distributions), Tor Browser Downloader will check, that Tor is 32 | enabled, that no package manager is currently running and that Tor finished 33 | bootstrapping before download attempts. 34 | 35 | Supports being run inside chroot and from Debian maintainer postinst script. 36 | 37 | Qubes integration: 38 | 39 | - Up-to-date browser versions made available to freshly created AppVMs and 40 | DispVMs. 41 | - In DispVM mounts browser folder which resides in root image to user home 42 | folder rather than copying for faster browser startup. 43 | 44 | This package is produced independently of, and carries no guarantee from, 45 | The Tor Project. 46 | 47 | [1] https://www.whonix.org/wiki/Tor_Browser#Download_Confirmation_Screen 48 | [2] https://www.whonix.org/wiki/Tor_Browser#Installation_Confirmation_Screen 49 | 50 | ## How to install `tb-updater` using apt-get ## 51 | 52 | 1\. Download the APT Signing Key. 53 | 54 | ``` 55 | wget https://www.kicksecure.com/keys/derivative.asc 56 | ``` 57 | 58 | Users can [check the Signing Key](https://www.kicksecure.com/wiki/Signing_Key) for better security. 59 | 60 | 2\. Add the APT Signing Key. 61 | 62 | ``` 63 | sudo cp ~/derivative.asc /usr/share/keyrings/derivative.asc 64 | ``` 65 | 66 | 3\. Add the derivative repository. 67 | 68 | ``` 69 | echo "deb [signed-by=/usr/share/keyrings/derivative.asc] https://deb.kicksecure.com bookworm main contrib non-free" | sudo tee /etc/apt/sources.list.d/derivative.list 70 | ``` 71 | 72 | 4\. Update your package lists. 73 | 74 | ``` 75 | sudo apt-get update 76 | ``` 77 | 78 | 5\. Install `tb-updater`. 79 | 80 | ``` 81 | sudo apt-get install tb-updater 82 | ``` 83 | 84 | ## How to Build deb Package from Source Code ## 85 | 86 | Can be build using standard Debian package build tools such as: 87 | 88 | ``` 89 | dpkg-buildpackage -b 90 | ``` 91 | 92 | See instructions. 93 | 94 | NOTE: Replace `generic-package` with the actual name of this package `tb-updater`. 95 | 96 | * **A)** [easy](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package/easy), _OR_ 97 | * **B)** [including verifying software signatures](https://www.kicksecure.com/wiki/Dev/Build_Documentation/generic-package) 98 | 99 | ## Contact ## 100 | 101 | * [Free Forum Support](https://forums.kicksecure.com) 102 | * [Premium Support](https://www.kicksecure.com/wiki/Premium_Support) 103 | 104 | ## Donate ## 105 | 106 | `tb-updater` requires [donations](https://www.kicksecure.com/wiki/Donate) to stay alive! 107 | -------------------------------------------------------------------------------- /auto-generated-man-pages/update-i2pbrowser.1: -------------------------------------------------------------------------------- 1 | .\" generated with Ronn-NG/v0.9.1 2 | .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 3 | .TH "UPDATE\-I2PBROWSER" "1" "January 2020" "tb-updater" "tb-updater Manual" 4 | .SH "NAME" 5 | \fBupdate\-i2pbrowser\fR \- i2p Browser Updater by Whonix developers 6 | .SH "SYNOPSIS" 7 | \fBupdate\-i2pbrowser\fR [option(s)] 8 | .SH "DESCRIPTION" 9 | Lets you safely download the Tor Browser Bundle (TBB) from The Tor Project's (TPO) website, then it modifies it for use with the i2p network\. It enforces TLS encryption (https) for TPO's website, downloads TBB from the TPO's website, and uses OpenPGP verification\. 10 | .P 11 | Default action when no options are given is to performs an update check and ask how you want to proceed\. 12 | .SH "OPTIONS" 13 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 14 | .SH "AVAILABLE LANGUAGES" 15 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 16 | .SH "MORE LANGUAGES" 17 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 18 | .SH "CONFIG FILE" 19 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 20 | .SH "EXIT CODES" 21 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 22 | .SH "EXAMPLES" 23 | \fBupdate\-i2pbrowser\fR 24 | .P 25 | \fBupdate\-i2pbrowser \-\-update \-\-lang="vi"\fR 26 | .P 27 | \fBtimeout 600 update\-i2pbrowser \-\-ordinary\fR 28 | .SH "BUGS" 29 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 30 | .SH "NOTES" 31 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 32 | .SH "PORTING" 33 | Same as \fBupdate\-torbrowser\fR\. See: man update\-torbrowser 34 | .SH "WWW" 35 | https://www\.whonix\.org/wiki/Tor_Browser 36 | .SH "AUTHOR" 37 | This man page has been written by Patrick Schleizer (adrelanos@whonix\.org)\. 38 | -------------------------------------------------------------------------------- /auto-generated-man-pages/update-torbrowser.1: -------------------------------------------------------------------------------- 1 | .\" generated with Ronn-NG/v0.9.1 2 | .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 3 | .TH "UPDATE\-TORBROWSER" "1" "January 2020" "tb-updater" "tb-updater Manual" 4 | .SH "NAME" 5 | \fBupdate\-torbrowser\fR \- Tor Browser Updater by Whonix developers 6 | .SH "SYNOPSIS" 7 | \fBupdate\-torbrowser\fR [option(s)] 8 | .SH "DESCRIPTION" 9 | Lets you safely download the Tor Browser Bundle (TBB) from The Tor Project's (TPO) website\. It enforces TLS encryption (https) for TPO's website, downloads TBB from the TPO's website, and uses OpenPGP verification\. 10 | .P 11 | Default action when no options are given is to performs an update check and ask how you want to proceed\. 12 | .SH "OPTIONS" 13 | .IP "\[ci]" 4 14 | \fB\-\-alpha\fR 15 | .IP 16 | Download alpha version instead\. 17 | .IP "\[ci]" 4 18 | \fB\-\-onion\fR 19 | .IP 20 | Download from Tor Project's onion rather than clearnet domain\. 21 | .IP "\[ci]" 4 22 | \fB\-\-ordinary\fR 23 | .IP 24 | Uses curl's ordinary progress bar\. Only affects run in terminal\. 25 | .IP 26 | When using this option, the GUI progress bar will be stuck but downloading will still work\. Note, when using this option, it wouldn't notice if the download server were to run an endless data attack, for example the server claiming to provide a 500\.000 GB big file\. 27 | .IP 28 | (It does not use \fB/usr/libexec/helper\-scripts/curl\-prgrs\fRs \fBCURL_PRGRS_MAX_FILE_SIZE_BYTES\fR\.) 29 | .IP 30 | However, it can be compensated by either manually terminating \fBupdate\-torbrowser\fR or by using the timeout utility as in the example below\. 31 | .IP "\[ci]" 4 32 | \fB\-\-only\-if\-newer\fR 33 | .IP 34 | Do not download the Tor Browser when it is already up\-to\-date\. 35 | .IP "\[ci]" 4 36 | \fB\-\-noask\fR 37 | .IP 38 | Installs whatever the remote version file is claiming to be the lowest version without user interaction\. 39 | .IP "\[ci]" 4 40 | \fB\-\-noaskstart\fR 41 | .IP 42 | Do not ask if Tor Browser should be started after update was completed\. 43 | .IP "\[ci]" 4 44 | \fB\-\-nokilltb\fR 45 | .IP 46 | Advanced users only\. Do not kill all eventually still running instances of Tor Browser\. Useful in case you want to update \fB~/\.tb/tor\-browser\fR, while still using \fB~/tor\-browser_something_else\fR\. 47 | .IP "\[ci]" 4 48 | \fB\-\-language lang\fR 49 | .IP 50 | Specify which language specific version of Tor Browser you want to start or update\. 51 | .IP "\[ci]" 4 52 | \fB\-\-no\-tor\-con\-check\fR 53 | .IP 54 | Skip Tor bootstrap connectivity check\. (Only relevant in anonymity distributions\.) 55 | .IP "\[ci]" 4 56 | \fB\-\-input\fR 57 | .IP 58 | What to use as input method\. 59 | .IP 60 | \fB\-\-input stdin\fR or \fB\-\-input gui\fR 61 | .IP 62 | When run in command line, by default, standard input (\fB\-\-input stdin\fR) will be used\. When using (\fB\-\-input gui\fR), questions would be asked in the graphical user environment\. 63 | .IP "\[ci]" 4 64 | \fB\-\-resume\fR 65 | .IP 66 | Resume previous download\. 67 | .IP "\[ci]" 4 68 | \fB\-\-reset\fR 69 | .IP 70 | Advanced users only\. Hard reset\. Do not re\-download Tor Browser but only overwrite (delete and re\-install) Tor Browser\. This feature is not designed to fix Tor Browser issues\. When running this program normally without \fB\-\-reset\fR it does download and overwrite Tor Browser\. There is no additional benefit from using \fB\-\-reset\fR\. 71 | .IP "" 0 72 | .SH "AVAILABLE LANGUAGES" 73 | As in October 2012: 74 | .IP "\[ci]" 4 75 | ar 76 | .IP "\[ci]" 4 77 | de 78 | .IP "\[ci]" 4 79 | en\-US 80 | .IP "\[ci]" 4 81 | es\-ES 82 | .IP "\[ci]" 4 83 | fa 84 | .IP "\[ci]" 4 85 | fr 86 | .IP "\[ci]" 4 87 | it 88 | .IP "\[ci]" 4 89 | ko 90 | .IP "\[ci]" 4 91 | nl 92 | .IP "\[ci]" 4 93 | pl 94 | .IP "\[ci]" 4 95 | pt\-PT 96 | .IP "\[ci]" 4 97 | ru 98 | .IP "\[ci]" 4 99 | vi 100 | .IP "\[ci]" 4 101 | zh\-CN 102 | .IP "" 0 103 | .SH "MORE LANGUAGES" 104 | To check if further languages are supported visit: 105 | .P 106 | https://www\.torproject\.org/dist/torbrowser/linux/ 107 | .SH "CONFIG FILE" 108 | /etc/torbrowser\.d/30_default\.conf 109 | .SH "ENVIRONMENT VARIABLES" 110 | ### Version \fBtbb_version=version\.number update\-torbrowser\fR 111 | .P 112 | See also EXAMPLES below\. 113 | .SH "EXIT CODES" 114 | 0 Success\. 115 | .P 116 | 0 When using \-\-devbuildpassthrough $tb_home_folder/tor\-browser already exists\. 117 | .P 118 | 1 Internal Error\. 119 | .P 120 | 2 Aborted because running as root\. 121 | .P 122 | 3 Cancel button pressed\. 123 | .P 124 | 4 Unknown command line option\. 125 | .P 126 | 5 Tor not enabled yet\. (Only when using Tor connection check\.) 127 | .P 128 | 6 Tor not fully bootstrapped yet\. (Only when using Tor connection check\.) 129 | .P 130 | 7 Connectivity test failed\. 131 | .P 132 | 8 Downloading version file failed\. 133 | .P 134 | 9 Could not find out latest Tor Browser version\. 135 | .P 136 | 10 User aborted update confirmation\. 137 | .P 138 | 11 Download failed\. 139 | .P 140 | 12 Gpg verification error\. 141 | .P 142 | 13 Hash verification error\. 143 | .P 144 | 14 User aborted installation confirmation\. 145 | .P 146 | 15 Extraction failed\. 147 | .P 148 | 130 Signal sigint received\. 149 | .P 150 | 143 Signal sigterm received\. 151 | .SH "EXAMPLES" 152 | \fBupdate\-torbrowser\fR 153 | .P 154 | \fBupdate\-torbrowser \-\-update \-\-lang="vi"\fR 155 | .P 156 | \fBtimeout 600 update\-torbrowser \-\-ordinary\fR 157 | .P 158 | \fBtbb_version=10\.5 update\-torbrowser\fR 159 | .P 160 | \fBtbb_version=11\.1a2 update\-torbrowser\fR 161 | .SH "BUGS" 162 | This script may break when the file name or RecommendedTBBVersions format changes or when upstream makes other changes to the start process or proxy settings detection method\. 163 | .P 164 | In this case, Whonix developers will try to provide a fix as fast as possible\. Please check Whonix News Blogs, Whonix Forum for a fix or workaround\. 165 | .P 166 | In meanwhile you can also try the instructions for manually update Tor Browser in Whonix: https://www\.whonix\.org/wiki/Manually_Updating_Tor_Browser 167 | .SH "PORTING" 168 | This script is currently only tested in Whonix\. It could be easily made to work in Tails or on any Linux\. 169 | .SH "WWW" 170 | https://www\.whonix\.org/wiki/Tor_Browser 171 | .SH "AUTHOR" 172 | This man page has been written by Patrick Schleizer (adrelanos@whonix\.org)\. 173 | -------------------------------------------------------------------------------- /debian/control: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | Source: tb-updater 5 | Section: misc 6 | Priority: optional 7 | Maintainer: Patrick Schleizer 8 | Build-Depends: debhelper (>= 13.11.6), debhelper-compat (= 13) 9 | Homepage: https://github.com/Kicksecure/tb-updater 10 | Vcs-Browser: https://github.com/Kicksecure/tb-updater 11 | Vcs-Git: https://github.com/Kicksecure/tb-updater.git 12 | Standards-Version: 4.6.2 13 | Rules-Requires-Root: no 14 | 15 | Package: tb-updater 16 | Architecture: all 17 | Depends: msgcollector-gui, curl, psmisc, gpg-bash-lib, pv, libarchive-tools, 18 | sudo, jq, libdbus-glib-1-2, privleap, python3, ${misc:Depends} 19 | Recommends: tb-starter, icon-pack-dist, helper-scripts 20 | Suggests: tb-default-browser, open-link-confirmation 21 | Description: Tor Browser Downloader by Whonix developers 22 | Automates download and verification of Tor Browser from The Tor Project's 23 | website. Useful for initial installation of Tor Browser, clean 24 | re-installations of Tor Browser and keeping newly created Qubes AppVMs 25 | inherited from updated Qubes TemplateVMs can ship up to date versions of 26 | Tor Browsers. 27 | . 28 | Incapable of preserving of updating and preserving user data. Use 29 | Tor Browser's internal updater for that purpose. Notifies about already 30 | exiting installations of Tor Browser. Renamed rather than deletes old versions 31 | of Tor Browsers to avoid user data loss. 32 | . 33 | Has a cli and a gui mode. Can auto detect latest version numbers or use user 34 | configured version numbers. Comes with a download confirmation screen that 35 | lets users choose which version to download. [1] Has a installation 36 | confirmation screen [2] that enables users to detect indefinite freeze and 37 | rollback attacks. 38 | . 39 | Integrates well with tb-starter, tb-default-browser and 40 | open-link-confirmation package as well as with Qubes. 41 | . 42 | Without the helper-scripts package installed, the GUI will not move the 43 | progress bar. 44 | . 45 | If you have the helper-scripts package installed, it will show a nicer 46 | progress bar when run in terminal and more meaningful curl exit code 47 | messages, when curl failed. 48 | . 49 | When having the helper-scripts package installed (recommended for 50 | Anonymity Distributions), Tor Browser Downloader will check, that Tor is 51 | enabled, that no package manager is currently running and that Tor finished 52 | bootstrapping before download attempts. 53 | . 54 | Supports being run inside chroot and from Debian maintainer postinst script. 55 | . 56 | Qubes integration: 57 | . 58 | - Up-to-date browser versions made available to freshly created AppVMs and 59 | DispVMs. 60 | - In DispVM mounts browser folder which resides in root image to user home 61 | folder rather than copying for faster browser startup. 62 | . 63 | This package is produced independently of, and carries no guarantee from, 64 | The Tor Project. 65 | . 66 | [1] https://www.whonix.org/wiki/Tor_Browser#Download_Confirmation_Screen 67 | [2] https://www.whonix.org/wiki/Tor_Browser#Installation_Confirmation_Screen 68 | -------------------------------------------------------------------------------- /debian/copyright: -------------------------------------------------------------------------------- 1 | Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 | 3 | Files: * 4 | Copyright: 2012 - 2025 ENCRYPTED SUPPORT LLC 5 | License: AGPL-3+ 6 | 7 | License: AGPL-3+ 8 | GNU AFFERO GENERAL PUBLIC LICENSE 9 | Version 3, 19 November 2007 10 | . 11 | Copyright (C) 2007 Free Software Foundation, Inc. 12 | Everyone is permitted to copy and distribute verbatim copies 13 | of this license document, but changing it is not allowed. 14 | . 15 | Preamble 16 | . 17 | The GNU Affero General Public License is a free, copyleft license for 18 | software and other kinds of works, specifically designed to ensure 19 | cooperation with the community in the case of network server software. 20 | . 21 | The licenses for most software and other practical works are designed 22 | to take away your freedom to share and change the works. By contrast, 23 | our General Public Licenses are intended to guarantee your freedom to 24 | share and change all versions of a program--to make sure it remains free 25 | software for all its users. 26 | . 27 | When we speak of free software, we are referring to freedom, not 28 | price. Our General Public Licenses are designed to make sure that you 29 | have the freedom to distribute copies of free software (and charge for 30 | them if you wish), that you receive source code or can get it if you 31 | want it, that you can change the software or use pieces of it in new 32 | free programs, and that you know you can do these things. 33 | . 34 | Developers that use our General Public Licenses protect your rights 35 | with two steps: (1) assert copyright on the software, and (2) offer 36 | you this License which gives you legal permission to copy, distribute 37 | and/or modify the software. 38 | . 39 | A secondary benefit of defending all users' freedom is that 40 | improvements made in alternate versions of the program, if they 41 | receive widespread use, become available for other developers to 42 | incorporate. Many developers of free software are heartened and 43 | encouraged by the resulting cooperation. However, in the case of 44 | software used on network servers, this result may fail to come about. 45 | The GNU General Public License permits making a modified version and 46 | letting the public access it on a server without ever releasing its 47 | source code to the public. 48 | . 49 | The GNU Affero General Public License is designed specifically to 50 | ensure that, in such cases, the modified source code becomes available 51 | to the community. It requires the operator of a network server to 52 | provide the source code of the modified version running there to the 53 | users of that server. Therefore, public use of a modified version, on 54 | a publicly accessible server, gives the public access to the source 55 | code of the modified version. 56 | . 57 | An older license, called the Affero General Public License and 58 | published by Affero, was designed to accomplish similar goals. This is 59 | a different license, not a version of the Affero GPL, but Affero has 60 | released a new version of the Affero GPL which permits relicensing under 61 | this license. 62 | . 63 | The precise terms and conditions for copying, distribution and 64 | modification follow. 65 | . 66 | TERMS AND CONDITIONS 67 | . 68 | 0. Definitions. 69 | . 70 | "This License" refers to version 3 of the GNU Affero General Public License. 71 | . 72 | "Copyright" also means copyright-like laws that apply to other kinds of 73 | works, such as semiconductor masks. 74 | . 75 | "The Program" refers to any copyrightable work licensed under this 76 | License. Each licensee is addressed as "you". "Licensees" and 77 | "recipients" may be individuals or organizations. 78 | . 79 | To "modify" a work means to copy from or adapt all or part of the work 80 | in a fashion requiring copyright permission, other than the making of an 81 | exact copy. The resulting work is called a "modified version" of the 82 | earlier work or a work "based on" the earlier work. 83 | . 84 | A "covered work" means either the unmodified Program or a work based 85 | on the Program. 86 | . 87 | To "propagate" a work means to do anything with it that, without 88 | permission, would make you directly or secondarily liable for 89 | infringement under applicable copyright law, except executing it on a 90 | computer or modifying a private copy. Propagation includes copying, 91 | distribution (with or without modification), making available to the 92 | public, and in some countries other activities as well. 93 | . 94 | To "convey" a work means any kind of propagation that enables other 95 | parties to make or receive copies. Mere interaction with a user through 96 | a computer network, with no transfer of a copy, is not conveying. 97 | . 98 | An interactive user interface displays "Appropriate Legal Notices" 99 | to the extent that it includes a convenient and prominently visible 100 | feature that (1) displays an appropriate copyright notice, and (2) 101 | tells the user that there is no warranty for the work (except to the 102 | extent that warranties are provided), that licensees may convey the 103 | work under this License, and how to view a copy of this License. If 104 | the interface presents a list of user commands or options, such as a 105 | menu, a prominent item in the list meets this criterion. 106 | . 107 | 1. Source Code. 108 | . 109 | The "source code" for a work means the preferred form of the work 110 | for making modifications to it. "Object code" means any non-source 111 | form of a work. 112 | . 113 | A "Standard Interface" means an interface that either is an official 114 | standard defined by a recognized standards body, or, in the case of 115 | interfaces specified for a particular programming language, one that 116 | is widely used among developers working in that language. 117 | . 118 | The "System Libraries" of an executable work include anything, other 119 | than the work as a whole, that (a) is included in the normal form of 120 | packaging a Major Component, but which is not part of that Major 121 | Component, and (b) serves only to enable use of the work with that 122 | Major Component, or to implement a Standard Interface for which an 123 | implementation is available to the public in source code form. A 124 | "Major Component", in this context, means a major essential component 125 | (kernel, window system, and so on) of the specific operating system 126 | (if any) on which the executable work runs, or a compiler used to 127 | produce the work, or an object code interpreter used to run it. 128 | . 129 | The "Corresponding Source" for a work in object code form means all 130 | the source code needed to generate, install, and (for an executable 131 | work) run the object code and to modify the work, including scripts to 132 | control those activities. However, it does not include the work's 133 | System Libraries, or general-purpose tools or generally available free 134 | programs which are used unmodified in performing those activities but 135 | which are not part of the work. For example, Corresponding Source 136 | includes interface definition files associated with source files for 137 | the work, and the source code for shared libraries and dynamically 138 | linked subprograms that the work is specifically designed to require, 139 | such as by intimate data communication or control flow between those 140 | subprograms and other parts of the work. 141 | . 142 | The Corresponding Source need not include anything that users 143 | can regenerate automatically from other parts of the Corresponding 144 | Source. 145 | . 146 | The Corresponding Source for a work in source code form is that 147 | same work. 148 | . 149 | 2. Basic Permissions. 150 | . 151 | All rights granted under this License are granted for the term of 152 | copyright on the Program, and are irrevocable provided the stated 153 | conditions are met. This License explicitly affirms your unlimited 154 | permission to run the unmodified Program. The output from running a 155 | covered work is covered by this License only if the output, given its 156 | content, constitutes a covered work. This License acknowledges your 157 | rights of fair use or other equivalent, as provided by copyright law. 158 | . 159 | You may make, run and propagate covered works that you do not 160 | convey, without conditions so long as your license otherwise remains 161 | in force. You may convey covered works to others for the sole purpose 162 | of having them make modifications exclusively for you, or provide you 163 | with facilities for running those works, provided that you comply with 164 | the terms of this License in conveying all material for which you do 165 | not control copyright. Those thus making or running the covered works 166 | for you must do so exclusively on your behalf, under your direction 167 | and control, on terms that prohibit them from making any copies of 168 | your copyrighted material outside their relationship with you. 169 | . 170 | Conveying under any other circumstances is permitted solely under 171 | the conditions stated below. Sublicensing is not allowed; section 10 172 | makes it unnecessary. 173 | . 174 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 175 | . 176 | No covered work shall be deemed part of an effective technological 177 | measure under any applicable law fulfilling obligations under article 178 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 179 | similar laws prohibiting or restricting circumvention of such 180 | measures. 181 | . 182 | When you convey a covered work, you waive any legal power to forbid 183 | circumvention of technological measures to the extent such circumvention 184 | is effected by exercising rights under this License with respect to 185 | the covered work, and you disclaim any intention to limit operation or 186 | modification of the work as a means of enforcing, against the work's 187 | users, your or third parties' legal rights to forbid circumvention of 188 | technological measures. 189 | . 190 | 4. Conveying Verbatim Copies. 191 | . 192 | You may convey verbatim copies of the Program's source code as you 193 | receive it, in any medium, provided that you conspicuously and 194 | appropriately publish on each copy an appropriate copyright notice; 195 | keep intact all notices stating that this License and any 196 | non-permissive terms added in accord with section 7 apply to the code; 197 | keep intact all notices of the absence of any warranty; and give all 198 | recipients a copy of this License along with the Program. 199 | . 200 | You may charge any price or no price for each copy that you convey, 201 | and you may offer support or warranty protection for a fee. 202 | . 203 | 5. Conveying Modified Source Versions. 204 | . 205 | You may convey a work based on the Program, or the modifications to 206 | produce it from the Program, in the form of source code under the 207 | terms of section 4, provided that you also meet all of these conditions: 208 | . 209 | a) The work must carry prominent notices stating that you modified 210 | it, and giving a relevant date. 211 | . 212 | b) The work must carry prominent notices stating that it is 213 | released under this License and any conditions added under section 214 | 7. This requirement modifies the requirement in section 4 to 215 | "keep intact all notices". 216 | . 217 | c) You must license the entire work, as a whole, under this 218 | License to anyone who comes into possession of a copy. This 219 | License will therefore apply, along with any applicable section 7 220 | additional terms, to the whole of the work, and all its parts, 221 | regardless of how they are packaged. This License gives no 222 | permission to license the work in any other way, but it does not 223 | invalidate such permission if you have separately received it. 224 | . 225 | d) If the work has interactive user interfaces, each must display 226 | Appropriate Legal Notices; however, if the Program has interactive 227 | interfaces that do not display Appropriate Legal Notices, your 228 | work need not make them do so. 229 | . 230 | A compilation of a covered work with other separate and independent 231 | works, which are not by their nature extensions of the covered work, 232 | and which are not combined with it such as to form a larger program, 233 | in or on a volume of a storage or distribution medium, is called an 234 | "aggregate" if the compilation and its resulting copyright are not 235 | used to limit the access or legal rights of the compilation's users 236 | beyond what the individual works permit. Inclusion of a covered work 237 | in an aggregate does not cause this License to apply to the other 238 | parts of the aggregate. 239 | . 240 | 6. Conveying Non-Source Forms. 241 | . 242 | You may convey a covered work in object code form under the terms 243 | of sections 4 and 5, provided that you also convey the 244 | machine-readable Corresponding Source under the terms of this License, 245 | in one of these ways: 246 | . 247 | a) Convey the object code in, or embodied in, a physical product 248 | (including a physical distribution medium), accompanied by the 249 | Corresponding Source fixed on a durable physical medium 250 | customarily used for software interchange. 251 | . 252 | b) Convey the object code in, or embodied in, a physical product 253 | (including a physical distribution medium), accompanied by a 254 | written offer, valid for at least three years and valid for as 255 | long as you offer spare parts or customer support for that product 256 | model, to give anyone who possesses the object code either (1) a 257 | copy of the Corresponding Source for all the software in the 258 | product that is covered by this License, on a durable physical 259 | medium customarily used for software interchange, for a price no 260 | more than your reasonable cost of physically performing this 261 | conveying of source, or (2) access to copy the 262 | Corresponding Source from a network server at no charge. 263 | . 264 | c) Convey individual copies of the object code with a copy of the 265 | written offer to provide the Corresponding Source. This 266 | alternative is allowed only occasionally and noncommercially, and 267 | only if you received the object code with such an offer, in accord 268 | with subsection 6b. 269 | . 270 | d) Convey the object code by offering access from a designated 271 | place (gratis or for a charge), and offer equivalent access to the 272 | Corresponding Source in the same way through the same place at no 273 | further charge. You need not require recipients to copy the 274 | Corresponding Source along with the object code. If the place to 275 | copy the object code is a network server, the Corresponding Source 276 | may be on a different server (operated by you or a third party) 277 | that supports equivalent copying facilities, provided you maintain 278 | clear directions next to the object code saying where to find the 279 | Corresponding Source. Regardless of what server hosts the 280 | Corresponding Source, you remain obligated to ensure that it is 281 | available for as long as needed to satisfy these requirements. 282 | . 283 | e) Convey the object code using peer-to-peer transmission, provided 284 | you inform other peers where the object code and Corresponding 285 | Source of the work are being offered to the general public at no 286 | charge under subsection 6d. 287 | . 288 | A separable portion of the object code, whose source code is excluded 289 | from the Corresponding Source as a System Library, need not be 290 | included in conveying the object code work. 291 | . 292 | A "User Product" is either (1) a "consumer product", which means any 293 | tangible personal property which is normally used for personal, family, 294 | or household purposes, or (2) anything designed or sold for incorporation 295 | into a dwelling. In determining whether a product is a consumer product, 296 | doubtful cases shall be resolved in favor of coverage. For a particular 297 | product received by a particular user, "normally used" refers to a 298 | typical or common use of that class of product, regardless of the status 299 | of the particular user or of the way in which the particular user 300 | actually uses, or expects or is expected to use, the product. A product 301 | is a consumer product regardless of whether the product has substantial 302 | commercial, industrial or non-consumer uses, unless such uses represent 303 | the only significant mode of use of the product. 304 | . 305 | "Installation Information" for a User Product means any methods, 306 | procedures, authorization keys, or other information required to install 307 | and execute modified versions of a covered work in that User Product from 308 | a modified version of its Corresponding Source. The information must 309 | suffice to ensure that the continued functioning of the modified object 310 | code is in no case prevented or interfered with solely because 311 | modification has been made. 312 | . 313 | If you convey an object code work under this section in, or with, or 314 | specifically for use in, a User Product, and the conveying occurs as 315 | part of a transaction in which the right of possession and use of the 316 | User Product is transferred to the recipient in perpetuity or for a 317 | fixed term (regardless of how the transaction is characterized), the 318 | Corresponding Source conveyed under this section must be accompanied 319 | by the Installation Information. But this requirement does not apply 320 | if neither you nor any third party retains the ability to install 321 | modified object code on the User Product (for example, the work has 322 | been installed in ROM). 323 | . 324 | The requirement to provide Installation Information does not include a 325 | requirement to continue to provide support service, warranty, or updates 326 | for a work that has been modified or installed by the recipient, or for 327 | the User Product in which it has been modified or installed. Access to a 328 | network may be denied when the modification itself materially and 329 | adversely affects the operation of the network or violates the rules and 330 | protocols for communication across the network. 331 | . 332 | Corresponding Source conveyed, and Installation Information provided, 333 | in accord with this section must be in a format that is publicly 334 | documented (and with an implementation available to the public in 335 | source code form), and must require no special password or key for 336 | unpacking, reading or copying. 337 | . 338 | 7. Additional Terms. 339 | . 340 | "Additional permissions" are terms that supplement the terms of this 341 | License by making exceptions from one or more of its conditions. 342 | Additional permissions that are applicable to the entire Program shall 343 | be treated as though they were included in this License, to the extent 344 | that they are valid under applicable law. If additional permissions 345 | apply only to part of the Program, that part may be used separately 346 | under those permissions, but the entire Program remains governed by 347 | this License without regard to the additional permissions. 348 | . 349 | When you convey a copy of a covered work, you may at your option 350 | remove any additional permissions from that copy, or from any part of 351 | it. (Additional permissions may be written to require their own 352 | removal in certain cases when you modify the work.) You may place 353 | additional permissions on material, added by you to a covered work, 354 | for which you have or can give appropriate copyright permission. 355 | . 356 | Notwithstanding any other provision of this License, for material you 357 | add to a covered work, you may (if authorized by the copyright holders of 358 | that material) supplement the terms of this License with terms: 359 | . 360 | a) Disclaiming warranty or limiting liability differently from the 361 | terms of sections 15 and 16 of this License; or 362 | . 363 | b) Requiring preservation of specified reasonable legal notices or 364 | author attributions in that material or in the Appropriate Legal 365 | Notices displayed by works containing it; or 366 | . 367 | c) Prohibiting misrepresentation of the origin of that material, or 368 | requiring that modified versions of such material be marked in 369 | reasonable ways as different from the original version; or 370 | . 371 | d) Limiting the use for publicity purposes of names of licensors or 372 | authors of the material; or 373 | . 374 | e) Declining to grant rights under trademark law for use of some 375 | trade names, trademarks, or service marks; or 376 | . 377 | f) Requiring indemnification of licensors and authors of that 378 | material by anyone who conveys the material (or modified versions of 379 | it) with contractual assumptions of liability to the recipient, for 380 | any liability that these contractual assumptions directly impose on 381 | those licensors and authors. 382 | . 383 | All other non-permissive additional terms are considered "further 384 | restrictions" within the meaning of section 10. If the Program as you 385 | received it, or any part of it, contains a notice stating that it is 386 | governed by this License along with a term that is a further 387 | restriction, you may remove that term. If a license document contains 388 | a further restriction but permits relicensing or conveying under this 389 | License, you may add to a covered work material governed by the terms 390 | of that license document, provided that the further restriction does 391 | not survive such relicensing or conveying. 392 | . 393 | If you add terms to a covered work in accord with this section, you 394 | must place, in the relevant source files, a statement of the 395 | additional terms that apply to those files, or a notice indicating 396 | where to find the applicable terms. 397 | . 398 | Additional terms, permissive or non-permissive, may be stated in the 399 | form of a separately written license, or stated as exceptions; 400 | the above requirements apply either way. 401 | . 402 | 8. Termination. 403 | . 404 | You may not propagate or modify a covered work except as expressly 405 | provided under this License. Any attempt otherwise to propagate or 406 | modify it is void, and will automatically terminate your rights under 407 | this License (including any patent licenses granted under the third 408 | paragraph of section 11). 409 | . 410 | However, if you cease all violation of this License, then your 411 | license from a particular copyright holder is reinstated (a) 412 | provisionally, unless and until the copyright holder explicitly and 413 | finally terminates your license, and (b) permanently, if the copyright 414 | holder fails to notify you of the violation by some reasonable means 415 | prior to 60 days after the cessation. 416 | . 417 | Moreover, your license from a particular copyright holder is 418 | reinstated permanently if the copyright holder notifies you of the 419 | violation by some reasonable means, this is the first time you have 420 | received notice of violation of this License (for any work) from that 421 | copyright holder, and you cure the violation prior to 30 days after 422 | your receipt of the notice. 423 | . 424 | Termination of your rights under this section does not terminate the 425 | licenses of parties who have received copies or rights from you under 426 | this License. If your rights have been terminated and not permanently 427 | reinstated, you do not qualify to receive new licenses for the same 428 | material under section 10. 429 | . 430 | 9. Acceptance Not Required for Having Copies. 431 | . 432 | You are not required to accept this License in order to receive or 433 | run a copy of the Program. Ancillary propagation of a covered work 434 | occurring solely as a consequence of using peer-to-peer transmission 435 | to receive a copy likewise does not require acceptance. However, 436 | nothing other than this License grants you permission to propagate or 437 | modify any covered work. These actions infringe copyright if you do 438 | not accept this License. Therefore, by modifying or propagating a 439 | covered work, you indicate your acceptance of this License to do so. 440 | . 441 | 10. Automatic Licensing of Downstream Recipients. 442 | . 443 | Each time you convey a covered work, the recipient automatically 444 | receives a license from the original licensors, to run, modify and 445 | propagate that work, subject to this License. You are not responsible 446 | for enforcing compliance by third parties with this License. 447 | . 448 | An "entity transaction" is a transaction transferring control of an 449 | organization, or substantially all assets of one, or subdividing an 450 | organization, or merging organizations. If propagation of a covered 451 | work results from an entity transaction, each party to that 452 | transaction who receives a copy of the work also receives whatever 453 | licenses to the work the party's predecessor in interest had or could 454 | give under the previous paragraph, plus a right to possession of the 455 | Corresponding Source of the work from the predecessor in interest, if 456 | the predecessor has it or can get it with reasonable efforts. 457 | . 458 | You may not impose any further restrictions on the exercise of the 459 | rights granted or affirmed under this License. For example, you may 460 | not impose a license fee, royalty, or other charge for exercise of 461 | rights granted under this License, and you may not initiate litigation 462 | (including a cross-claim or counterclaim in a lawsuit) alleging that 463 | any patent claim is infringed by making, using, selling, offering for 464 | sale, or importing the Program or any portion of it. 465 | . 466 | 11. Patents. 467 | . 468 | A "contributor" is a copyright holder who authorizes use under this 469 | License of the Program or a work on which the Program is based. The 470 | work thus licensed is called the contributor's "contributor version". 471 | . 472 | A contributor's "essential patent claims" are all patent claims 473 | owned or controlled by the contributor, whether already acquired or 474 | hereafter acquired, that would be infringed by some manner, permitted 475 | by this License, of making, using, or selling its contributor version, 476 | but do not include claims that would be infringed only as a 477 | consequence of further modification of the contributor version. For 478 | purposes of this definition, "control" includes the right to grant 479 | patent sublicenses in a manner consistent with the requirements of 480 | this License. 481 | . 482 | Each contributor grants you a non-exclusive, worldwide, royalty-free 483 | patent license under the contributor's essential patent claims, to 484 | make, use, sell, offer for sale, import and otherwise run, modify and 485 | propagate the contents of its contributor version. 486 | . 487 | In the following three paragraphs, a "patent license" is any express 488 | agreement or commitment, however denominated, not to enforce a patent 489 | (such as an express permission to practice a patent or covenant not to 490 | sue for patent infringement). To "grant" such a patent license to a 491 | party means to make such an agreement or commitment not to enforce a 492 | patent against the party. 493 | . 494 | If you convey a covered work, knowingly relying on a patent license, 495 | and the Corresponding Source of the work is not available for anyone 496 | to copy, free of charge and under the terms of this License, through a 497 | publicly available network server or other readily accessible means, 498 | then you must either (1) cause the Corresponding Source to be so 499 | available, or (2) arrange to deprive yourself of the benefit of the 500 | patent license for this particular work, or (3) arrange, in a manner 501 | consistent with the requirements of this License, to extend the patent 502 | license to downstream recipients. "Knowingly relying" means you have 503 | actual knowledge that, but for the patent license, your conveying the 504 | covered work in a country, or your recipient's use of the covered work 505 | in a country, would infringe one or more identifiable patents in that 506 | country that you have reason to believe are valid. 507 | . 508 | If, pursuant to or in connection with a single transaction or 509 | arrangement, you convey, or propagate by procuring conveyance of, a 510 | covered work, and grant a patent license to some of the parties 511 | receiving the covered work authorizing them to use, propagate, modify 512 | or convey a specific copy of the covered work, then the patent license 513 | you grant is automatically extended to all recipients of the covered 514 | work and works based on it. 515 | . 516 | A patent license is "discriminatory" if it does not include within 517 | the scope of its coverage, prohibits the exercise of, or is 518 | conditioned on the non-exercise of one or more of the rights that are 519 | specifically granted under this License. You may not convey a covered 520 | work if you are a party to an arrangement with a third party that is 521 | in the business of distributing software, under which you make payment 522 | to the third party based on the extent of your activity of conveying 523 | the work, and under which the third party grants, to any of the 524 | parties who would receive the covered work from you, a discriminatory 525 | patent license (a) in connection with copies of the covered work 526 | conveyed by you (or copies made from those copies), or (b) primarily 527 | for and in connection with specific products or compilations that 528 | contain the covered work, unless you entered into that arrangement, 529 | or that patent license was granted, prior to 28 March 2007. 530 | . 531 | Nothing in this License shall be construed as excluding or limiting 532 | any implied license or other defenses to infringement that may 533 | otherwise be available to you under applicable patent law. 534 | . 535 | 12. No Surrender of Others' Freedom. 536 | . 537 | If conditions are imposed on you (whether by court order, agreement or 538 | otherwise) that contradict the conditions of this License, they do not 539 | excuse you from the conditions of this License. If you cannot convey a 540 | covered work so as to satisfy simultaneously your obligations under this 541 | License and any other pertinent obligations, then as a consequence you may 542 | not convey it at all. For example, if you agree to terms that obligate you 543 | to collect a royalty for further conveying from those to whom you convey 544 | the Program, the only way you could satisfy both those terms and this 545 | License would be to refrain entirely from conveying the Program. 546 | . 547 | 13. Remote Network Interaction; Use with the GNU General Public License. 548 | . 549 | Notwithstanding any other provision of this License, if you modify the 550 | Program, your modified version must prominently offer all users 551 | interacting with it remotely through a computer network (if your version 552 | supports such interaction) an opportunity to receive the Corresponding 553 | Source of your version by providing access to the Corresponding Source 554 | from a network server at no charge, through some standard or customary 555 | means of facilitating copying of software. This Corresponding Source 556 | shall include the Corresponding Source for any work covered by version 3 557 | of the GNU General Public License that is incorporated pursuant to the 558 | following paragraph. 559 | . 560 | Notwithstanding any other provision of this License, you have 561 | permission to link or combine any covered work with a work licensed 562 | under version 3 of the GNU General Public License into a single 563 | combined work, and to convey the resulting work. The terms of this 564 | License will continue to apply to the part which is the covered work, 565 | but the work with which it is combined will remain governed by version 566 | 3 of the GNU General Public License. 567 | . 568 | 14. Revised Versions of this License. 569 | . 570 | The Free Software Foundation may publish revised and/or new versions of 571 | the GNU Affero General Public License from time to time. Such new versions 572 | will be similar in spirit to the present version, but may differ in detail to 573 | address new problems or concerns. 574 | . 575 | Each version is given a distinguishing version number. If the 576 | Program specifies that a certain numbered version of the GNU Affero General 577 | Public License "or any later version" applies to it, you have the 578 | option of following the terms and conditions either of that numbered 579 | version or of any later version published by the Free Software 580 | Foundation. If the Program does not specify a version number of the 581 | GNU Affero General Public License, you may choose any version ever published 582 | by the Free Software Foundation. 583 | . 584 | If the Program specifies that a proxy can decide which future 585 | versions of the GNU Affero General Public License can be used, that proxy's 586 | public statement of acceptance of a version permanently authorizes you 587 | to choose that version for the Program. 588 | . 589 | Later license versions may give you additional or different 590 | permissions. However, no additional obligations are imposed on any 591 | author or copyright holder as a result of your choosing to follow a 592 | later version. 593 | . 594 | 15. Disclaimer of Warranty. 595 | . 596 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 597 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 598 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 599 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 600 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 601 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 602 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 603 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 604 | . 605 | 16. Limitation of Liability. 606 | . 607 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 608 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 609 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 610 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 611 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 612 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 613 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 614 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 615 | SUCH DAMAGES. 616 | . 617 | 17. Interpretation of Sections 15 and 16. 618 | . 619 | If the disclaimer of warranty and limitation of liability provided 620 | above cannot be given local legal effect according to their terms, 621 | reviewing courts shall apply local law that most closely approximates 622 | an absolute waiver of all civil liability in connection with the 623 | Program, unless a warranty or assumption of liability accompanies a 624 | copy of the Program in return for a fee. 625 | . 626 | END OF TERMS AND CONDITIONS 627 | . 628 | How to Apply These Terms to Your New Programs 629 | . 630 | If you develop a new program, and you want it to be of the greatest 631 | possible use to the public, the best way to achieve this is to make it 632 | free software which everyone can redistribute and change under these terms. 633 | . 634 | To do so, attach the following notices to the program. It is safest 635 | to attach them to the start of each source file to most effectively 636 | state the exclusion of warranty; and each file should have at least 637 | the "copyright" line and a pointer to where the full notice is found. 638 | . 639 | 640 | Copyright (C) 641 | . 642 | This program is free software: you can redistribute it and/or modify 643 | it under the terms of the GNU Affero General Public License as published by 644 | the Free Software Foundation, either version 3 of the License, or 645 | (at your option) any later version. 646 | . 647 | This program is distributed in the hope that it will be useful, 648 | but WITHOUT ANY WARRANTY; without even the implied warranty of 649 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 650 | GNU Affero General Public License for more details. 651 | . 652 | You should have received a copy of the GNU Affero General Public License 653 | along with this program. If not, see . 654 | . 655 | Also add information on how to contact you by electronic and paper mail. 656 | . 657 | If your software can interact with users remotely through a computer 658 | network, you should also make sure that it provides a way for users to 659 | get its source. For example, if your program is a web application, its 660 | interface could display a "Source" link that leads users to an archive 661 | of the code. There are many ways you could offer source, and different 662 | solutions will be better for different programs; see section 13 for the 663 | specific requirements. 664 | . 665 | You should also get your employer (if you work as a programmer) or school, 666 | if any, to sign a "copyright disclaimer" for the program, if necessary. 667 | For more information on this, and how to apply and follow the GNU AGPL, see 668 | . 669 | -------------------------------------------------------------------------------- /debian/rules: -------------------------------------------------------------------------------- 1 | #!/usr/bin/make -f 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | #export DH_VERBOSE=1 7 | 8 | %: 9 | dh $@ 10 | 11 | override_dh_installman: 12 | dh_installman $(CURDIR)/auto-generated-man-pages/* 13 | 14 | override_dh_installchangelogs: 15 | dh_installchangelogs changelog.upstream upstream 16 | -------------------------------------------------------------------------------- /debian/source/format: -------------------------------------------------------------------------------- 1 | 3.0 (quilt) 2 | -------------------------------------------------------------------------------- /debian/source/lintian-overrides: -------------------------------------------------------------------------------- 1 | ## https://phabricator.whonix.org/T277 2 | debian-watch-does-not-check-openpgp-signature 3 | 4 | source: very-long-line-length-in-source-file 34332 > 512 [usr/share/tb-updater/unit-test/RecommendedTBBVersions2:1] 5 | -------------------------------------------------------------------------------- /debian/tb-updater.install: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2020 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | ## This file was generated using genmkfile 'make debinstfile'. 5 | 6 | etc/* 7 | usr/* 8 | var/* 9 | -------------------------------------------------------------------------------- /debian/tb-updater.postinst: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then 7 | source /usr/libexec/helper-scripts/pre.bsh 8 | fi 9 | 10 | set -e 11 | 12 | true " 13 | ##################################################################### 14 | ## INFO: BEGIN: $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $@ 15 | ##################################################################### 16 | " 17 | 18 | download() { 19 | if ischroot --default-false ; then 20 | chroot_maybe="--is-chroot" 21 | fi 22 | 23 | tool_list="update-torbrowser update-mullvadbrowser" 24 | 25 | for tool_item in $tool_list ; do 26 | if [ "$tool_item" = "update-mullvadbrowser" ]; then 27 | ## TODO: Add update-mullvadbrowser support. 28 | ## Skipping for now. 29 | continue 30 | fi 31 | 32 | if [ "$tool_item" = "update-torbrowser" ]; then 33 | mkdir --parents "/var/cache/tb-binary" 34 | elif [ "$tool_item" = "update-mullvadbrowser" ]; then 35 | mkdir --parents "/var/cache/mullvadbrowser-binary" 36 | fi 37 | 38 | ## TODO: 39 | #tpo_downloader_debug="$tpo_downloader_debug" 40 | 41 | ## TODO: Use a dedicated Linux user account. 42 | ## Ideally this would be run as account "user", but the existence of that account 43 | ## is not guaranteed by the time this script is running. 44 | ## Using a dedicated user account is difficult versus Wayland because there 45 | ## is also tb-updater GUI and no way to run a GUI application under a 46 | ## different account. could be found for Wayland. tb-updater CLI versus 47 | ## tb-updater GUI would need to be cleanly separated. 48 | 49 | $tool_item \ 50 | $chroot_maybe \ 51 | --postinst 52 | done 53 | } 54 | 55 | true "INFO: debhelper beginning here." 56 | 57 | #DEBHELPER# 58 | 59 | true "INFO: Done with debhelper." 60 | 61 | true "anon_shared_inst_tb: $anon_shared_inst_tb" 62 | true "tb_onion: $tb_onion" 63 | true "tb_disable_anon_ws_dnf_conf: $tb_disable_anon_ws_dnf_conf" 64 | 65 | download 66 | 67 | ## Makes assumption on user 'user' existing. 68 | ## Not needed since done by 'update-torbrowser' and 'torbrowser'. 69 | #/usr/libexec/tb-updater/tb-permission-fix 70 | 71 | true " 72 | ##################################################################### 73 | ## INFO: END : $DPKG_MAINTSCRIPT_PACKAGE $DPKG_MAINTSCRIPT_NAME $@ 74 | ##################################################################### 75 | " 76 | 77 | ## Explicitly "exit 0", so eventually trapped errors can be ignored. 78 | exit 0 79 | -------------------------------------------------------------------------------- /debian/watch: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | version=4 5 | opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/tb-updater-$1\.tar\.gz/ \ 6 | https://github.com/Whonix/tb-updater/tags .*/v?(\d\S+)\.tar\.gz 7 | -------------------------------------------------------------------------------- /etc/apparmor.d/usr.libexec.tb-updater.version-parser: -------------------------------------------------------------------------------- 1 | # Last Modified: Sun Nov 17 13:17:00 2024 2 | include 3 | 4 | ## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC 5 | ## See the file COPYING for copying conditions. 6 | 7 | /usr/libexec/tb-updater/version-parser { 8 | ## Python interpreter needs to be able to read the script 9 | /usr/libexec/tb-updater/version-parser r, 10 | ## Python interpreter needs to be able to load libraries 11 | /{,usr/}lib{,32,64}/** mr, 12 | ## We'll only ever need to use temp files for I/O 13 | /tmp/** rw, 14 | } 15 | 16 | -------------------------------------------------------------------------------- /etc/privleap/conf.d/tb-updater.conf: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | [action:tb-permission-fix] 5 | Command=/usr/libexec/tb-updater/tb-permission-fix 6 | AuthorizedGroups=sudo 7 | AuthorizedUsers=user 8 | -------------------------------------------------------------------------------- /etc/sudoers.d/tpo-downloader: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | ## Required in Qubes Templates. 5 | %sudo ALL=NOPASSWD: /usr/libexec/tb-updater/tb-permission-fix 6 | user ALL=NOPASSWD: /usr/libexec/tb-updater/tb-permission-fix 7 | -------------------------------------------------------------------------------- /make-helper-overrides.bsh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | ## AUDIT: see comment in debian/tb-updater.postinst 7 | genmkfile_lintian_post_opts+=" --suppress-tags recursive-privilege-change" 8 | -------------------------------------------------------------------------------- /man/update-i2pbrowser.1.ronn: -------------------------------------------------------------------------------- 1 | update-i2pbrowser(1) -- i2p Browser Updater by Whonix developers 2 | ================================================================ 3 | 4 | 8 | 9 | ## SYNOPSIS 10 | `update-i2pbrowser` [option(s)] 11 | 12 | ## DESCRIPTION 13 | Lets you safely download the Tor Browser Bundle (TBB) 14 | from The Tor Project's (TPO) website, then it modifies it for use with the 15 | i2p network. It enforces TLS encryption (https) for 16 | TPO's website, downloads TBB from the TPO's website, 17 | and uses OpenPGP verification. 18 | 19 | Default action when no options are given is to performs an update check and ask 20 | how you want to proceed. 21 | 22 | ## OPTIONS 23 | Same as `update-torbrowser`. See: 24 | man update-torbrowser 25 | 26 | ## AVAILABLE LANGUAGES 27 | Same as `update-torbrowser`. See: 28 | man update-torbrowser 29 | 30 | ## MORE LANGUAGES 31 | Same as `update-torbrowser`. See: 32 | man update-torbrowser 33 | 34 | ## CONFIG FILE 35 | Same as `update-torbrowser`. See: 36 | man update-torbrowser 37 | 38 | ## EXIT CODES 39 | Same as `update-torbrowser`. See: 40 | man update-torbrowser 41 | 42 | ## EXAMPLES 43 | `update-i2pbrowser` 44 | 45 | `update-i2pbrowser --update --lang="vi"` 46 | 47 | `timeout 600 update-i2pbrowser --ordinary` 48 | 49 | ## BUGS 50 | Same as `update-torbrowser`. See: 51 | man update-torbrowser 52 | 53 | ## NOTES 54 | Same as `update-torbrowser`. See: 55 | man update-torbrowser 56 | 57 | ## PORTING 58 | Same as `update-torbrowser`. See: 59 | man update-torbrowser 60 | 61 | ## WWW 62 | https://www.whonix.org/wiki/Tor_Browser 63 | 64 | ## AUTHOR 65 | This man page has been written by Patrick Schleizer (adrelanos@whonix.org). 66 | -------------------------------------------------------------------------------- /man/update-torbrowser.1.ronn: -------------------------------------------------------------------------------- 1 | update-torbrowser(1) -- Tor Browser Updater by Whonix developers 2 | ================================================================ 3 | 4 | 8 | 9 | ## SYNOPSIS 10 | `update-torbrowser` [option(s)] 11 | 12 | ## DESCRIPTION 13 | Lets you safely download the Tor Browser Bundle (TBB) 14 | from The Tor Project's (TPO) website. It enforces TLS encryption (https) for 15 | TPO's website, downloads TBB from the TPO's website, 16 | and uses OpenPGP verification. 17 | 18 | Default action when no options are given is to performs an update check and ask 19 | how you want to proceed. 20 | 21 | ## OPTIONS 22 | * `--alpha` 23 | 24 | Download alpha version instead. 25 | 26 | * `--onion` 27 | 28 | Download from Tor Project's onion rather than clearnet domain. 29 | 30 | * `--ordinary` 31 | 32 | Uses curl's ordinary progress bar. Only affects run in terminal. 33 | 34 | When using this option, the GUI progress bar will be stuck but downloading 35 | will still work. Note, when using this option, it wouldn't notice if the 36 | download server were to run an endless data attack, for example the server 37 | claiming to provide a 500.000 GB big file. 38 | 39 | (It does not use `/usr/libexec/helper-scripts/curl-prgrs`s 40 | `CURL_PRGRS_MAX_FILE_SIZE_BYTES`.) 41 | 42 | However, it can be compensated by either manually terminating 43 | `update-torbrowser` or by using the timeout utility as in the example 44 | below. 45 | 46 | * `--only-if-newer` 47 | 48 | Do not download the Tor Browser when it is already up-to-date. 49 | 50 | * `--noask` 51 | 52 | Installs whatever the remote version file is claiming to be the lowest 53 | version without user interaction. 54 | 55 | * `--noaskstart` 56 | 57 | Do not ask if Tor Browser should be started after update was completed. 58 | 59 | * `--nokilltb` 60 | 61 | Advanced users only. Do not kill all eventually still running instances of 62 | Tor Browser. Useful in case you want to update 63 | `~/.tb/tor-browser`, while still using 64 | `~/tor-browser_something_else`. 65 | 66 | * `--language lang` 67 | 68 | Specify which language specific version of Tor Browser you want to start or 69 | update. 70 | 71 | * `--no-tor-con-check` 72 | 73 | Skip Tor bootstrap connectivity check. (Only relevant in anonymity 74 | distributions.) 75 | 76 | * `--input` 77 | 78 | What to use as input method. 79 | 80 | `--input stdin` 81 | or 82 | `--input gui` 83 | 84 | When run in command line, by default, standard input 85 | (`--input stdin`) will be used. When using (`--input gui`), questions would be 86 | asked in the graphical user environment. 87 | 88 | * `--resume` 89 | 90 | Resume previous download. 91 | 92 | * `--reset` 93 | 94 | Advanced users only. Hard reset. Do not re-download Tor Browser but only 95 | overwrite (delete and re-install) Tor Browser. 96 | This feature is not designed to fix Tor Browser issues. When running this 97 | program normally without `--reset` it does download and overwrite 98 | Tor Browser. There is no additional benefit from using `--reset`. 99 | 100 | ## AVAILABLE LANGUAGES 101 | 102 | As in October 2012: 103 | 104 | * ar 105 | * de 106 | * en-US 107 | * es-ES 108 | * fa 109 | * fr 110 | * it 111 | * ko 112 | * nl 113 | * pl 114 | * pt-PT 115 | * ru 116 | * vi 117 | * zh-CN 118 | 119 | ## MORE LANGUAGES 120 | 121 | To check if further languages are supported visit: 122 | 123 | https://www.torproject.org/dist/torbrowser/linux/ 124 | 125 | ## CONFIG FILE 126 | 127 | /etc/torbrowser.d/30_default.conf 128 | 129 | ## ENVIRONMENT VARIABLES 130 | ### Version 131 | `tbb_version=version.number update-torbrowser` 132 | 133 | See also EXAMPLES below. 134 | 135 | ## EXIT CODES 136 | 0 Success. 137 | 138 | 0 When using --devbuildpassthrough $tb_home_folder/tor-browser already exists. 139 | 140 | 1 Internal Error. 141 | 142 | 2 Aborted because running as root. 143 | 144 | 3 Cancel button pressed. 145 | 146 | 4 Unknown command line option. 147 | 148 | 5 Tor not enabled yet. (Only when using Tor connection check.) 149 | 150 | 6 Tor not fully bootstrapped yet. (Only when using Tor connection check.) 151 | 152 | 7 Connectivity test failed. 153 | 154 | 8 Downloading version file failed. 155 | 156 | 9 Could not find out latest Tor Browser version. 157 | 158 | 10 User aborted update confirmation. 159 | 160 | 11 Download failed. 161 | 162 | 12 Gpg verification error. 163 | 164 | 13 Hash verification error. 165 | 166 | 14 User aborted installation confirmation. 167 | 168 | 15 Extraction failed. 169 | 170 | 130 Signal sigint received. 171 | 172 | 143 Signal sigterm received. 173 | 174 | ## EXAMPLES 175 | `update-torbrowser` 176 | 177 | `update-torbrowser --update --lang="vi"` 178 | 179 | `timeout 600 update-torbrowser --ordinary` 180 | 181 | `tbb_version=10.5 update-torbrowser` 182 | 183 | `tbb_version=11.1a2 update-torbrowser` 184 | 185 | ## BUGS 186 | This script may break when the file name or RecommendedTBBVersions format 187 | changes or when upstream makes other changes to the start process or proxy 188 | settings detection method. 189 | 190 | In this case, Whonix developers will try to provide a fix as fast as possible. 191 | Please check Whonix News Blogs, Whonix Forum for a fix or workaround. 192 | 193 | In meanwhile you can also try the instructions for manually update Tor Browser 194 | in Whonix: 195 | https://www.whonix.org/wiki/Manually_Updating_Tor_Browser 196 | 197 | ## PORTING 198 | This script is currently only tested in Whonix. It could be easily made to work 199 | in Tails or on any Linux. 200 | 201 | ## WWW 202 | https://www.whonix.org/wiki/Tor_Browser 203 | 204 | ## AUTHOR 205 | This man page has been written by Patrick Schleizer (adrelanos@whonix.org). 206 | -------------------------------------------------------------------------------- /usr/bin/update-i2pbrowser: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | export SCRIPTNAME="$(basename "$BASH_SOURCE")" 7 | 8 | export ICON="/usr/share/icons/icon-pack-dist/tbupdate.ico" 9 | 10 | export IDENTIFIER="i2pbrowser-downloader" 11 | export tb_install_folder="i2pb" 12 | export tb_install_folder_dot=".i2pb" 13 | export tb_title="i2p Browser" 14 | export tb_wiki="i2p_Browser" 15 | export tb_browser_name="i2p-browser" 16 | export tb_settings_folder="i2pbrowser.d" 17 | export tb_bin="i2pbrowser" 18 | 19 | update-torbrowser "$@" 20 | -------------------------------------------------------------------------------- /usr/bin/update-mullvadbrowser: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | export SCRIPTNAME="$(basename "$BASH_SOURCE")" 7 | 8 | export ICON="/usr/share/icons/icon-pack-dist/tbupdate.ico" 9 | 10 | export IDENTIFIER="mullvadbrowser-downloader" 11 | export tb_install_folder="mullvadbrowser" 12 | export tb_install_folder_dot=".mullvadbrowser" 13 | export tb_title="Mullvad Browser" 14 | export tb_wiki="Mullvad_Browser" 15 | export tb_browser_name="mullvad-browser" 16 | export tb_browser_download_name="mullvad-browser" 17 | export tb_settings_folder="mullvadbrowser.d" 18 | export tb_bin="mullvadbrowser" 19 | export TBB_REMOTE_FOLDER="https://dist.torproject.org/mullvadbrowser" 20 | export tbb_versions_base_folder="browser/update_responses/update_1" 21 | export tbb_versions_base_url="https://cdn.mullvad.net" 22 | export tb_process_name="mullvadbrowser.real" 23 | export tb_local_version_filename="version.json" 24 | export tb_downloader_developers="Kicksecure" 25 | export tb_documentation_base_url_clearnet="https://www.kicksecure.com" 26 | export tb_wiki="Mullvad_Browser" 27 | 28 | update-torbrowser "$@" 29 | -------------------------------------------------------------------------------- /usr/lib/systemd/system/tb-updater-dispvm.service: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | [Unit] 5 | Description=Helper Service for /usr/bin/torbrowser to set file owner of /var/cache/tb-binary to user in Qubes DispVMs by Whonix developers 6 | Documentation=https://github.com/Whonix/tb-updater 7 | ConditionPathExists=!/run/qubes/this-is-templatevm 8 | 9 | DefaultDependencies=no 10 | Before=sysinit.target 11 | Requires=local-fs.target 12 | After=local-fs.target 13 | 14 | After=proc-xen.mount systemd-modules-load.service qubes-db.service qubes-sysinit.service 15 | 16 | After=remount-secure.service 17 | 18 | ## Preventing race condition with user start through start menu. 19 | ## Not the most efficient / clean solution. 20 | ## https://phabricator.whonix.org/T424 21 | Before=qubes-gui-agent.service 22 | 23 | [Service] 24 | Type=oneshot 25 | RemainAfterExit=yes 26 | ExecStart=/usr/libexec/tb-updater/dispvm 27 | 28 | [Install] 29 | WantedBy=multi-user.target 30 | -------------------------------------------------------------------------------- /usr/lib/systemd/system/tb-updater-first-boot.service: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | [Unit] 5 | Description=Helper Service for /usr/bin/torbrowser to determine when it is save to Copy Tor Browser from /var/cache/tb-binary to user home by Whonix developers 6 | Documentation=https://github.com/Whonix/tb-updater 7 | ConditionPathExists=!/run/qubes/this-is-templatevm 8 | 9 | After=local-fs.target 10 | 11 | ## Wait until eventual (if this is a DispVM) permission fix is done. 12 | After=tb-updater-dispvm.service 13 | 14 | ## Preventing race condition with user start through start menu. 15 | ## Not the most efficient / clean solution. 16 | ## https://phabricator.whonix.org/T424 17 | Before=qubes-gui-agent.service 18 | 19 | [Service] 20 | Type=oneshot 21 | RemainAfterExit=yes 22 | ExecStart=/bin/true 23 | 24 | [Install] 25 | WantedBy=multi-user.target 26 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/chroot-post: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -x 7 | set -e 8 | 9 | if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then 10 | source /usr/libexec/helper-scripts/pre.bsh 11 | fi 12 | 13 | ## https://github.com/QubesOS/build-issues/issues/1769 14 | export DPKG_MAINTSCRIPT_PACKAGE="whonix-ws-network-conf" 15 | export DPKG_MAINTSCRIPT_NAME="postinst" 16 | 17 | /bin/bash -x /var/lib/dpkg/info/whonix-ws-network-conf.postinst configure 18 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/chroot-pre: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -x 7 | set -e 8 | 9 | if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then 10 | source /usr/libexec/helper-scripts/pre.bsh 11 | fi 12 | 13 | ## https://github.com/QubesOS/build-issues/issues/1769 14 | export DPKG_MAINTSCRIPT_PACKAGE="whonix-ws-network-conf" 15 | export DPKG_MAINTSCRIPT_NAME="prerm" 16 | 17 | /bin/bash -x /var/lib/dpkg/info/whonix-ws-network-conf.prerm remove 18 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/desktop-starter-wrapper: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -x 7 | set -e 8 | 9 | update-torbrowser --input gui 10 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/dispvm: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -x 7 | set -e 8 | 9 | ## For Non-Qubes. 10 | user_name="user" 11 | 12 | if ischroot --default-false ; then 13 | exit 0 14 | fi 15 | 16 | if command -v qubesdb-read &>/dev/null ; then 17 | qubes_vm_name="$(qubesdb-read /name)" 18 | qubes_vm_persistence="$(qubesdb-read /qubes-vm-persistence)" 19 | if ! user_name=$(qubesdb-read /default-user) ; then 20 | printf '%s\n' "$0: WARNING: failed to run 'qubesdb-read /default-user', falling back to user_name=user" 21 | user_name=user 22 | fi 23 | else 24 | ## Do not do any of this outside of Qubes. 25 | exit 0 26 | fi 27 | 28 | ## Avoid running in Qubes DVM Template. 29 | ## https://phabricator.whonix.org/T726 30 | if printf '%s\n' "$qubes_vm_name" | grep -- "-dvm" >/dev/null 2>/dev/null ; then 31 | exit 0 32 | fi 33 | 34 | if test -f /run/qubes/this-is-templatevm ; then 35 | exit 0 36 | fi 37 | 38 | ## Do this only in a DispVM. 39 | if [ ! "$qubes_vm_persistence" = "none" ]; then 40 | exit 0 41 | fi 42 | 43 | if [ ! -d "/home/$user_name" ]; then 44 | exit 0 45 | fi 46 | 47 | if [ ! -d /var/cache/tb-binary ]; then 48 | exit 0 49 | fi 50 | 51 | ## Mount point must be existing to be able to use mount. 52 | mkdir --parents -- "/home/$user_name/.tb" 53 | chown "$user_name:$user_name" "/home/$user_name/.tb" 54 | mkdir --parents -- "/home/$user_name/.cache/tb" 55 | chown "$user_name:$user_name" "/home/$user_name/.cache/tb" 56 | ## .cache will end up owned by root if it doesn't already exist. 57 | ## https://forums.whonix.org/t/home-user-cache-permission-issue-in-recent-updates/21427 58 | chown "$user_name:$user_name" "/home/$user_name/.cache" 59 | 60 | chown --recursive "$user_name:$user_name" /var/cache/tb-binary 61 | ## Could alternatively do after mounting: 62 | #chown --recursive "$user_name:$user_name" "/home/$user_name/.tb" 63 | #chown --recursive "$user_name:$user_name" "/home/$user_name/.cache/tb" 64 | ## But that would not give any security advantage since changing permissions 65 | ## after bind mount will also result in the original folder changing 66 | ## permissions. 67 | 68 | if [ -d "/var/cache/tb-binary/.tb" ]; then 69 | mount --bind -o nosuid,nodev "/var/cache/tb-binary/.tb" "/home/$user_name/.tb" 70 | fi 71 | if [ -d "/var/cache/tb-binary/.cache/tb" ]; then 72 | mount --bind -o nosuid,nodev "/var/cache/tb-binary/.cache/tb" "/home/$user_name/.cache/tb" 73 | fi 74 | 75 | ## results in: 76 | # mount | grep -- home 77 | # /dev/xvdb on /home type ext4 (rw,nosuid,nodev,noexec,relatime,discard) 78 | # /dev/xvda3 on /home/user/.tb type ext4 (rw,nosuid,nodev,noatime,discard) 79 | # /dev/xvda3 on /rw/home/user/.tb type ext4 (rw,noatime,discard) 80 | # /dev/xvda3 on /home/user/.cache/tb type ext4 (rw,nosuid,nodev,noatime,discard) 81 | # /dev/xvda3 on /rw/home/user/.cache/tb type ext4 (rw,noatime,discard) 82 | 83 | ## Remount with nosuid,nodev. 84 | if [ -d "/rw/home/$user_name/.tb" ]; then 85 | mount -o remount,nosuid,nodev "/rw/home/$user_name/.tb" 86 | fi 87 | if [ -d "/rw/home/$user_name/.cache/tb" ]; then 88 | mount -o remount,nosuid,nodev "/rw/home/$user_name/.cache/tb" 89 | fi 90 | 91 | ## results in: 92 | # mount | grep -- home 93 | # /dev/xvdb on /home type ext4 (rw,nosuid,nodev,noexec,relatime,discard) 94 | # /dev/xvda3 on /home/user/.tb type ext4 (rw,nosuid,nodev,noatime,discard) 95 | # /dev/xvda3 on /rw/home/user/.tb type ext4 (rw,nosuid,nodev,noatime,discard) 96 | # /dev/xvda3 on /home/user/.cache/tb type ext4 (rw,nosuid,nodev,noatime,discard) 97 | # /dev/xvda3 on /rw/home/user/.cache/tb type ext4 (rw,nosuid,nodev,noatime,discard) 98 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/tb-permission-fix: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2019 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | ## This script is run by both: 7 | ## - torbrowser 8 | ## - update-torbrowser 9 | 10 | #set -x 11 | set -e 12 | 13 | if [ -f /usr/libexec/helper-scripts/pre.bsh ]; then 14 | source /usr/libexec/helper-scripts/pre.bsh 15 | fi 16 | 17 | ## Not needed? 18 | ## https://forums.whonix.org/t/tor-browser-permission-issue/17222/3 19 | #rm --recursive --force /var/cache/tb-binary/.cache/tb/gpgtmpdir 20 | 21 | # W: tb-updater: maintainer-script-should-not-use-recursive-chown-or-chmod postinst:112 22 | # N: 23 | # N: The maintainer script appears to call chmod or chown with a 24 | # N: --recursive/-R argument, or uses find(1) in a similar manner. 25 | # N: 26 | # N: This is vulnerable to hardlink attacks on mainline, non-Debian kernels 27 | # N: that do not have fs.protected_hardlinks=1, 28 | # N: 29 | # N: This arises through altering permissions or ownership within a directory 30 | # N: that may be owned by a non-privileged user - such a user can link to 31 | # N: files that they do not own such as /etc/shadow or files within 32 | # N: /var/lib/ dpkg/. The promiscuous chown or chmod would convert the 33 | # N: ownership or permissions of these files so that they are manipulable by 34 | # N: the non-privileged user. 35 | # N: 36 | # N: Ways to avoid this problem include: 37 | # N: 38 | # N: - If your package uses a static uid, please perform the chown at 39 | # N: package build time instead of installation time. 40 | # N: - Use a non-recursive call instead, ensuring that you do not change 41 | # N: ownership of files that are in user-controlled directories. 42 | # N: - Use runuser(1) to perform any initialization work as the 43 | # N: user you were previously chowning to. 44 | # N: 45 | # N: Refer to https://bugs.debian.org/889060, https://bugs.debian.org/889488, 46 | # N: and the runuser(1) manual page for details. 47 | # N: 48 | # N: Severity: normal, Certainty: certain 49 | # N: 50 | # N: Check: scripts, Type: binary 51 | 52 | ## Allow user in regular VM (i.e. not in a Qubes Disposable) to copy this to root. 53 | ## In Qubes Disposable 'mount' is being used rather than 'cp'. 54 | chmod --recursive o+r /var/cache/tb-binary 55 | ## Somehow needed too. 56 | chmod --recursive g+r /var/cache/tb-binary 57 | 58 | find /var/cache/tb-binary -type d -print0 | xargs -0 chmod 0775 59 | 60 | chmod --recursive u+X /var/cache/tb-binary 61 | 62 | ## For Non-Qubes. 63 | user_name=user 64 | 65 | ## Only in Qubes. 66 | if command -v qubesdb-read &>/dev/null ; then 67 | if ! user_name=$(qubesdb-read /default-user) ; then 68 | echo "$0: WARNING: failed to run 'qubesdb-read /default-user', falling back to user_name=user" 69 | user_name=user 70 | fi 71 | fi 72 | 73 | if ! id "$user_name" &>/dev/null ; then 74 | echo "$0: WARNING: user '$user_name' does not exist!" 75 | exit 0 76 | fi 77 | 78 | ## Allow Qubes Template to run 'update-torbrowser' as non-root, for example as account "user". 79 | chown --recursive "$user_name":"$user_name" /var/cache/tb-binary 80 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/version-parser: -------------------------------------------------------------------------------- 1 | #!/usr/bin/python3 -su 2 | 3 | ## Copyright (C) 2024 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | ## A very simple JSON parser that extracts the "version" string from Tor 7 | ## Browser update information JSON. Assumes the input JSON could be malicious, 8 | ## and is thus hardened against unexpected data. 9 | 10 | from pathlib import Path 11 | import argparse 12 | import json 13 | import re 14 | import sys 15 | 16 | # Prints a message to stdout unless running in quiet mode. 17 | def print_noisy(msg): 18 | if args.quiet: 19 | return 20 | print(msg, file=sys.stderr) 21 | 22 | def tbbversion_x64(): 23 | try: 24 | input_text = input_path.read_text() 25 | except: 26 | print_noisy("ERROR: Cannot read input file!") 27 | exit(2) 28 | 29 | try: 30 | input_json = json.loads(input_text) 31 | except: 32 | print_noisy("ERROR: JSON parsing failed!") 33 | exit(3) 34 | 35 | if type(input_json) is not dict: 36 | print_noisy("ERROR: Rejecting input JSON, did not deserialize to a Python dict!") 37 | exit(3) 38 | 39 | version_string = input_json.get("version") 40 | if type(version_string) is not str: 41 | print_noisy("ERROR: Rejecting input JSON, version object did not deserialize to a Python string!") 42 | exit(3) 43 | 44 | ## In the event the parser is compromised, this check can't be relied on, 45 | ## but it harms nothing to include it. Anything that reads from the output 46 | ## file MUST redo this check. 47 | if len(version_string) > 10: 48 | print_noisy("ERROR: Rejecting input JSON, version string is abnormally long!") 49 | exit(3) 50 | 51 | try: 52 | with output_path.open(mode = 'w') as f: 53 | f.writelines([version_string]) 54 | except: 55 | print_noisy("ERROR: Could not write version string to output file!") 56 | exit(2) 57 | 58 | exit(0) 59 | 60 | argument_parser = argparse.ArgumentParser(prog = "version-parser", 61 | description = "Parses JSON files to find the latest version of Tor Browser.") 62 | argument_parser.add_argument("input_file", 63 | action = "store", 64 | help = "The JSON file to use as input.") 65 | argument_parser.add_argument("output_file", 66 | action = "store", 67 | help = "The file to save the latest version of the Tor Browser in, if found.") 68 | argument_parser.add_argument("-q", 69 | "--quiet", 70 | action = "store_true", 71 | help = "Gets rid of verbose status output.") 72 | args = argument_parser.parse_args() 73 | 74 | if args.input_file is None: 75 | print_noisy("ERROR: No input file provided.") 76 | exit(1) 77 | elif args.output_file is None: 78 | print_noisy("ERROR: No output file provided.") 79 | exit(1) 80 | 81 | input_path = Path(args.input_file) 82 | output_path = Path(args.output_file) 83 | 84 | if not input_path.absolute().as_posix().startswith("/tmp"): 85 | print_noisy("WARNING: The input file is not under /tmp. This may not work.") 86 | if not output_path.absolute().as_posix().startswith("/tmp"): 87 | print_noisy("WARNING: The output file is not under /tmp. This may not work.") 88 | 89 | if not input_path.exists(): 90 | print_noisy("ERROR: Input file does not exist.") 91 | exit(2) 92 | else: 93 | try: 94 | output_path.touch(mode=0o644, exist_ok=True) 95 | except: 96 | print_noisy("ERROR: Cannot access output file.") 97 | exit(2) 98 | 99 | tbbversion_x64() 100 | -------------------------------------------------------------------------------- /usr/libexec/tb-updater/version-validator: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | tbbversion() { 7 | local tbb_version_remote_file tbb_version_output_file \ 8 | tbb_parser_exit_code tbb_version_max_length tbb_version_length temp 9 | 10 | command -v /usr/libexec/msgcollector/striphtml >/dev/null 11 | command -v /usr/libexec/tb-updater/version-parser >/dev/null 12 | 13 | ## fallback 14 | tbb_version="UNKNOWN" 15 | tbb_recommended_versions_error="" 16 | 17 | ## Example see /usr/share/tb-updater/unit-test/RecommendedTBBVersions 18 | if [ ! -f "$RecommendedTBBVersions" ]; then 19 | local MSG="$SCRIPTNAME tbbversion: RecommendedTBBVersions: $RecommendedTBBVersions does not exist." 20 | echo "$MSG" 21 | error "$MSG" 22 | return 1 23 | fi 24 | 25 | ## AppArmor policy requires that both input and output files be under /tmp. 26 | tbb_version_remote_file="$(mktemp)" 27 | tbb_version_output_file="$(mktemp)" 28 | tbb_parser_exit_code='0' 29 | tbb_version_max_length='10' 30 | cp "${RecommendedTBBVersions}" "${tbb_version_remote_file}" 31 | 32 | ## Global variable, expected to be set by the caller 33 | ## stdout and stderr redirected to /dev/null in case the version-parser gets exploited to prevent it from echoing malicious advice. 34 | ## $RecommendedTBBVersions file should have a maximum size of 2 MB. This is enforced at update-torbrowser level. 35 | 2>/dev/null >/dev/null /usr/libexec/tb-updater/version-parser --quiet "${tbb_version_remote_file}" "${tbb_version_output_file}" || tbb_parser_exit_code="$?" 36 | 37 | case "${tbb_parser_exit_code}" in 38 | 0) 39 | true "INFO: version-parser exit code ok." 40 | 41 | ## Check file size to mitigate a potential DoS attack 42 | tbb_version_length="$(du -b "${tbb_version_output_file}" | cut -f1)" 43 | if [ "${tbb_version_length}" -gt "${tbb_version_max_length}" ]; then 44 | tbb_version='UNKNOWN' 45 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 46 | (Excessive version string length of ${tbb_version_length} bytes.)" 47 | safe-rm "${tbb_version_remote_file}" 48 | safe-rm "${tbb_version_output_file}" 49 | return 0 50 | fi 51 | 52 | ## Check for non-ASCII weirdness to mitigate potential attacks against 53 | ## bash or our scripts 54 | if LC_ALL=C grep --quiet -P -n "[\x80-\xFF]" "${tbb_version_output_file}"; then 55 | tbb_version='UNKNOWN' 56 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 57 | (Non-ASCII characters found in version.)" 58 | safe-rm "${tbb_version_remote_file}" 59 | safe-rm "${tbb_version_output_file}" 60 | return 0 61 | fi 62 | 63 | ## At this point we trust the version string enough to load it - if 64 | ## it's not ridiculously long, and it's entirely 7-bit ASCII, the 65 | ## worst it could be is an invalid version number. 66 | tbb_version="$(cat "${tbb_version_output_file}")" 67 | ## Thanks to: 68 | ## https://stackoverflow.com/questions/369758/how-to-trim-whitespace-from-bash-variable/3352015#3352015 69 | ## for the leading/trailing whitespace removal code 70 | temp="$tbb_version" 71 | temp="${temp#"${temp%%[![:space:]]*}"}" ## remove leading whitespace characters 72 | temp="${temp%"${temp##*[![:space:]]}"}" ## remove trailing whitespace characters 73 | tbb_version="$temp" 74 | 75 | if [ -z "${tbb_version}" ]; then 76 | tbb_version="UNKNOWN" 77 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 78 | (version-parser output empty.)" 79 | safe-rm "${tbb_version_remote_file}" 80 | safe-rm "${tbb_version_output_file}" 81 | return 0 82 | fi 83 | 84 | true "INFO: version-parser output not empty, ok." 85 | 86 | ## Regex-validate version to be absolutely sure it's valid. 87 | ## Should match versions like 14.0.2, 14.0a9, and 13.0.9-arm64, but 88 | ## reject malformed versions like 14.5:8 or 1.2..3. 89 | if ! [[ "${tbb_version}" =~ ^([0-9a-z]+\.)+[0-9a-z]+(-arm64|-armhf)?$ ]]; then 90 | tbb_version="UNKNOWN" 91 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 92 | (version-parser output does not look like a valid version number.)" 93 | safe-rm "${tbb_version_remote_file}" 94 | safe-rm "${tbb_version_output_file}" 95 | return 0 96 | fi 97 | 98 | true "INFO: version-parser output is ok." 99 | 100 | ## If we get here, tbb_version is set to the sanitized version 101 | ## number, and trusted code can now use it freely. 102 | ;; 103 | 1) 104 | tbb_version='UNKNOWN' 105 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 106 | (version-parser failed - missing arguments)" 107 | safe-rm "${tbb_version_remote_file}" 108 | safe-rm "${tbb_version_output_file}" 109 | return 0 110 | ;; 111 | 2) 112 | tbb_version='UNKNOWN' 113 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 114 | (version-parser failed - file missing or inaccessible)" 115 | safe-rm "${tbb_version_remote_file}" 116 | safe-rm "${tbb_version_output_file}" 117 | return 0 118 | ;; 119 | 3) 120 | tbb_version='UNKNOWN' 121 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 122 | (version-parser failed - file invalid or malicious)" 123 | safe-rm "${tbb_version_remote_file}" 124 | safe-rm "${tbb_version_output_file}" 125 | return 0 126 | ;; 127 | *) 128 | tbb_version='UNKNOWN' 129 | tbb_recommended_versions_error="Rejected invalid RecommendedTBBVersions versions file. \ 130 | (version-parser failed - unknown error)" 131 | safe-rm "${tbb_version_remote_file}" 132 | safe-rm "${tbb_version_output_file}" 133 | return 0 134 | ;; 135 | esac 136 | } 137 | 138 | tbbversion_installed() { 139 | ## Getting currently installed version number 140 | 141 | command -v xargs >/dev/null 142 | command -v printf >/dev/null 143 | 144 | ## Fallbacks. 145 | tbb_locally_installed_version="UNKNOWN. Please report this tb-updater Bug!" 146 | tbb_locally_installed_version_detect_success="0" 147 | 148 | if [ ! -d "$tbb_folder" ]; then 149 | tbb_locally_installed_version="None installed. (Folder $tbb_folder does not exist.)" 150 | return 0 151 | fi 152 | 153 | if [ ! -f "$tb_local_version_file" ]; then 154 | tbb_locally_installed_version="Version file not found. (File $tb_local_version_file does not exist.) Please report this tb-updater Bug!" 155 | return 0 156 | fi 157 | 158 | local tb_local_version_contents temp 159 | tb_local_version_contents="$(cat "$tb_local_version_file")" || \ 160 | { tbb_locally_installed_version="Reading version file $tb_local_version_file failed. Please report this tb-updater Bug!" ; return 0; }; 161 | 162 | temp="$(echo "$tb_local_version_contents" | jq ".version")" || \ 163 | { tbb_locally_installed_version="Parsing version file (part 1) $tb_local_version_file failed. Please report this tb-updater Bug!" ; return 0; }; 164 | 165 | temp="$(echo "$temp" | xargs printf)" || \ 166 | { tbb_locally_installed_version="Parsing version file (part 2) $tb_local_version_file failed. Please report this tb-updater Bug!" ; return 0; }; 167 | 168 | tbb_locally_installed_version="$temp" 169 | tbb_locally_installed_version_detect_success="1" 170 | } 171 | -------------------------------------------------------------------------------- /usr/share/applications/anondist-torbrowser_update.desktop: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | [Desktop Entry] 5 | Exec=/usr/libexec/tb-updater/desktop-starter-wrapper 6 | Type=Application 7 | Name=Tor Browser Downloader (AnonDist) 8 | GenericName=Download Tor Browser 9 | Comment=Download Tor Browser (AnonDist) 10 | Categories=System; 11 | Icon=/usr/share/icons/icon-pack-dist/tbupdate.ico 12 | Keywords=system;update;browser;Tor 13 | -------------------------------------------------------------------------------- /usr/share/lintian/overrides/tb-updater: -------------------------------------------------------------------------------- 1 | ## see var/cache/tb-updater/placeholder 2 | tb-updater: file-in-unusual-dir [var/cache/tb-updater/placeholder] 3 | 4 | ## Only a test if a maintainer script is executable. No actual use. 5 | tb-updater: uses-dpkg-database-directly [usr/bin/update-torbrowser] 6 | 7 | ## Only during build in chroot. 8 | tb-updater: uses-dpkg-database-directly [usr/libexec/tb-updater/chroot-pre] 9 | tb-updater: uses-dpkg-database-directly [usr/libexec/tb-updater/chroot-post] 10 | -------------------------------------------------------------------------------- /usr/share/tb-updater/tbb_hardcoded_version: -------------------------------------------------------------------------------- 1 | tbb_hardcoded_version="14.5.3" 2 | -------------------------------------------------------------------------------- /usr/share/tb-updater/tbb_hardcoded_version_alpha: -------------------------------------------------------------------------------- 1 | tbb_hardcoded_version="14.5a6" 2 | -------------------------------------------------------------------------------- /usr/share/tb-updater/test-script: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | ## cp -r /home/user/.cache/tb /home/user/.cache/tb_ 7 | 8 | set -e 9 | set -o pipefail 10 | 11 | mydir="$( cd "$( dirname "$0" )" && pwd )" 12 | cd "$mydir" 13 | cd ../../../ 14 | 15 | export TBB_VERSIONS_FILE_LINK="file:///home/user/.cache/tb_/RecommendedTBBVersions" 16 | export TBB_REMOTE_FOLDER="file:///home/user/.cache/tb_/RecommendedTBBVersions" 17 | 18 | export TBB_SIG_LINK="file:///home/user/.cache/tb_/sha256sums.txt.asc" 19 | export TBB_HASH_LINK="file:///home/user/.cache/tb_/sha256sums.txt" 20 | export TBB_PACKAGE_LINK="file:///home/user/.cache/tb_/tor-browser-linux64-5.0.2_en-US.tar.xz" 21 | 22 | ## To allow downloads from local file system. 23 | export CURL_FORCE_SSL=" " 24 | 25 | ## Using --ordinary because curl-prgrs does not work with local files. 26 | if [ -o xtrace ]; then 27 | bash -x ./usr/bin/update-torbrowser --ordinary "$@" 28 | else 29 | ./usr/bin/update-torbrowser --ordinary "$@" 30 | fi 31 | -------------------------------------------------------------------------------- /usr/share/tb-updater/unit-test/RecommendedTBBVersions: -------------------------------------------------------------------------------- 1 | {"downloads":{"linux32":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ar.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ar.tar.xz.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ca.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ca.tar.xz.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_cs.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_cs.tar.xz.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_da.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_da.tar.xz.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_de.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_de.tar.xz.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_el.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_el.tar.xz.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_en-US.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_en-US.tar.xz.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-AR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-AR.tar.xz.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-ES.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-ES.tar.xz.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fa.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fa.tar.xz.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fr.tar.xz.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ga-IE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ga-IE.tar.xz.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_he.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_he.tar.xz.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_hu.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_hu.tar.xz.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_id.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_id.tar.xz.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_is.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_is.tar.xz.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_it.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_it.tar.xz.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ja.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ja.tar.xz.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ka.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ka.tar.xz.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ko.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ko.tar.xz.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_lt.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_lt.tar.xz.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_mk.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_mk.tar.xz.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ms.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ms.tar.xz.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nb-NO.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nb-NO.tar.xz.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nl.tar.xz.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pl.tar.xz.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pt-BR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pt-BR.tar.xz.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ro.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ro.tar.xz.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ru.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ru.tar.xz.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_sv-SE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_sv-SE.tar.xz.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_th.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_th.tar.xz.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_tr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_tr.tar.xz.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_vi.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_vi.tar.xz.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-CN.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-CN.tar.xz.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-TW.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-TW.tar.xz.asc"}},"linux64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ar.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ar.tar.xz.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ca.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ca.tar.xz.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_cs.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_cs.tar.xz.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_da.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_da.tar.xz.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_de.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_de.tar.xz.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_el.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_el.tar.xz.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_en-US.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_en-US.tar.xz.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-AR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-AR.tar.xz.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-ES.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-ES.tar.xz.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fa.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fa.tar.xz.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fr.tar.xz.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ga-IE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ga-IE.tar.xz.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_he.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_he.tar.xz.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_hu.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_hu.tar.xz.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_id.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_id.tar.xz.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_is.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_is.tar.xz.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_it.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_it.tar.xz.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ja.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ja.tar.xz.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ka.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ka.tar.xz.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ko.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ko.tar.xz.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_lt.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_lt.tar.xz.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_mk.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_mk.tar.xz.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ms.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ms.tar.xz.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nb-NO.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nb-NO.tar.xz.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nl.tar.xz.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pl.tar.xz.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pt-BR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pt-BR.tar.xz.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ro.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ro.tar.xz.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ru.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ru.tar.xz.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_sv-SE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_sv-SE.tar.xz.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_th.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_th.tar.xz.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_tr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_tr.tar.xz.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_vi.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_vi.tar.xz.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-CN.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-CN.tar.xz.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-TW.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-TW.tar.xz.asc"}},"osx64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ar.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ar.dmg.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ca.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ca.dmg.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_cs.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_cs.dmg.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_da.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_da.dmg.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_de.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_de.dmg.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_el.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_el.dmg.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_en-US.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_en-US.dmg.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-AR.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-AR.dmg.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-ES.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-ES.dmg.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fa.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fa.dmg.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fr.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fr.dmg.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ga-IE.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ga-IE.dmg.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_he.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_he.dmg.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_hu.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_hu.dmg.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_id.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_id.dmg.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_is.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_is.dmg.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_it.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_it.dmg.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ja.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ja.dmg.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ka.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ka.dmg.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ko.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ko.dmg.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_lt.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_lt.dmg.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_mk.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_mk.dmg.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ms.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ms.dmg.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nb-NO.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nb-NO.dmg.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nl.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nl.dmg.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pl.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pl.dmg.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pt-BR.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pt-BR.dmg.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ro.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ro.dmg.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ru.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ru.dmg.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_sv-SE.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_sv-SE.dmg.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_th.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_th.dmg.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_tr.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_tr.dmg.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_vi.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_vi.dmg.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-CN.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-CN.dmg.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-TW.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-TW.dmg.asc"}},"win32":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ar.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ar.exe.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ca.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ca.exe.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_cs.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_cs.exe.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_da.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_da.exe.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_de.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_de.exe.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_el.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_el.exe.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_en-US.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_en-US.exe.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-AR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-AR.exe.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-ES.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-ES.exe.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fa.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fa.exe.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fr.exe.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ga-IE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ga-IE.exe.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_he.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_he.exe.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_hu.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_hu.exe.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_id.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_id.exe.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_is.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_is.exe.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_it.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_it.exe.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ja.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ja.exe.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ka.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ka.exe.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ko.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ko.exe.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_lt.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_lt.exe.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_mk.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_mk.exe.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ms.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ms.exe.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nb-NO.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nb-NO.exe.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nl.exe.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pl.exe.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pt-BR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pt-BR.exe.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ro.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ro.exe.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ru.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ru.exe.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_sv-SE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_sv-SE.exe.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_th.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_th.exe.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_tr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_tr.exe.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_vi.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_vi.exe.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-CN.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-CN.exe.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-TW.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-TW.exe.asc"}},"win64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ar.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ar.exe.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ca.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ca.exe.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_cs.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_cs.exe.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_da.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_da.exe.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_de.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_de.exe.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_el.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_el.exe.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_en-US.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_en-US.exe.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-AR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-AR.exe.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-ES.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-ES.exe.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fa.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fa.exe.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fr.exe.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ga-IE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ga-IE.exe.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_he.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_he.exe.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_hu.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_hu.exe.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_id.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_id.exe.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_is.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_is.exe.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_it.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_it.exe.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ja.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ja.exe.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ka.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ka.exe.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ko.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ko.exe.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_lt.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_lt.exe.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_mk.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_mk.exe.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ms.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ms.exe.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nb-NO.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nb-NO.exe.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nl.exe.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pl.exe.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pt-BR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pt-BR.exe.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ro.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ro.exe.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ru.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ru.exe.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_sv-SE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_sv-SE.exe.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_th.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_th.exe.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_tr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_tr.exe.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_vi.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_vi.exe.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-CN.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-CN.exe.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-TW.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-TW.exe.asc"}}},"version":"10.0.6"} -------------------------------------------------------------------------------- /usr/share/tb-updater/unit-test/RecommendedTBBVersions2: -------------------------------------------------------------------------------- 1 | {"downloads":{"linux32":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ar.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ar.tar.xz.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ca.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ca.tar.xz.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_cs.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_cs.tar.xz.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_da.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_da.tar.xz.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_de.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_de.tar.xz.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_el.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_el.tar.xz.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_en-US.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_en-US.tar.xz.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-AR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-AR.tar.xz.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-ES.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_es-ES.tar.xz.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fa.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fa.tar.xz.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_fr.tar.xz.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ga-IE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ga-IE.tar.xz.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_he.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_he.tar.xz.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_hu.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_hu.tar.xz.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_id.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_id.tar.xz.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_is.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_is.tar.xz.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_it.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_it.tar.xz.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ja.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ja.tar.xz.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ka.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ka.tar.xz.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ko.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ko.tar.xz.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_lt.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_lt.tar.xz.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_mk.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_mk.tar.xz.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ms.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ms.tar.xz.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nb-NO.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nb-NO.tar.xz.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_nl.tar.xz.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pl.tar.xz.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pt-BR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_pt-BR.tar.xz.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ro.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ro.tar.xz.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ru.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_ru.tar.xz.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_sv-SE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_sv-SE.tar.xz.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_th.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_th.tar.xz.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_tr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_tr.tar.xz.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_vi.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_vi.tar.xz.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-CN.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-CN.tar.xz.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-TW.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux32-10.0.6_zh-TW.tar.xz.asc"}},"linux64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ar.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ar.tar.xz.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ca.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ca.tar.xz.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_cs.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_cs.tar.xz.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_da.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_da.tar.xz.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_de.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_de.tar.xz.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_el.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_el.tar.xz.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_en-US.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_en-US.tar.xz.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-AR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-AR.tar.xz.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-ES.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_es-ES.tar.xz.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fa.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fa.tar.xz.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_fr.tar.xz.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ga-IE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ga-IE.tar.xz.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_he.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_he.tar.xz.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_hu.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_hu.tar.xz.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_id.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_id.tar.xz.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_is.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_is.tar.xz.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_it.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_it.tar.xz.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ja.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ja.tar.xz.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ka.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ka.tar.xz.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ko.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ko.tar.xz.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_lt.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_lt.tar.xz.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_mk.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_mk.tar.xz.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ms.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ms.tar.xz.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nb-NO.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nb-NO.tar.xz.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_nl.tar.xz.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pl.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pl.tar.xz.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pt-BR.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_pt-BR.tar.xz.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ro.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ro.tar.xz.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ru.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_ru.tar.xz.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_sv-SE.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_sv-SE.tar.xz.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_th.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_th.tar.xz.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_tr.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_tr.tar.xz.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_vi.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_vi.tar.xz.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-CN.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-CN.tar.xz.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-TW.tar.xz","sig":"https://dist.torproject.org/torbrowser/10.0.6/tor-browser-linux64-10.0.6_zh-TW.tar.xz.asc"}},"osx64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ar.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ar.dmg.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ca.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ca.dmg.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_cs.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_cs.dmg.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_da.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_da.dmg.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_de.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_de.dmg.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_el.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_el.dmg.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_en-US.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_en-US.dmg.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-AR.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-AR.dmg.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-ES.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_es-ES.dmg.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fa.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fa.dmg.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fr.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_fr.dmg.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ga-IE.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ga-IE.dmg.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_he.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_he.dmg.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_hu.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_hu.dmg.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_id.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_id.dmg.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_is.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_is.dmg.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_it.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_it.dmg.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ja.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ja.dmg.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ka.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ka.dmg.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ko.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ko.dmg.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_lt.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_lt.dmg.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_mk.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_mk.dmg.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ms.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ms.dmg.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nb-NO.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nb-NO.dmg.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nl.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_nl.dmg.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pl.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pl.dmg.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pt-BR.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_pt-BR.dmg.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ro.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ro.dmg.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ru.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_ru.dmg.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_sv-SE.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_sv-SE.dmg.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_th.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_th.dmg.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_tr.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_tr.dmg.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_vi.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_vi.dmg.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-CN.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-CN.dmg.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-TW.dmg","sig":"https://dist.torproject.org/torbrowser/10.0.6/TorBrowser-10.0.6-osx64_zh-TW.dmg.asc"}},"win32":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ar.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ar.exe.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ca.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ca.exe.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_cs.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_cs.exe.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_da.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_da.exe.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_de.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_de.exe.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_el.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_el.exe.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_en-US.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_en-US.exe.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-AR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-AR.exe.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-ES.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_es-ES.exe.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fa.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fa.exe.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_fr.exe.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ga-IE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ga-IE.exe.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_he.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_he.exe.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_hu.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_hu.exe.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_id.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_id.exe.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_is.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_is.exe.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_it.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_it.exe.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ja.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ja.exe.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ka.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ka.exe.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ko.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ko.exe.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_lt.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_lt.exe.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_mk.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_mk.exe.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ms.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ms.exe.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nb-NO.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nb-NO.exe.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_nl.exe.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pl.exe.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pt-BR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_pt-BR.exe.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ro.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ro.exe.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ru.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_ru.exe.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_sv-SE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_sv-SE.exe.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_th.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_th.exe.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_tr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_tr.exe.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_vi.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_vi.exe.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-CN.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-CN.exe.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-TW.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-10.0.6_zh-TW.exe.asc"}},"win64":{"ar":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ar.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ar.exe.asc"},"ca":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ca.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ca.exe.asc"},"cs":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_cs.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_cs.exe.asc"},"da":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_da.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_da.exe.asc"},"de":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_de.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_de.exe.asc"},"el":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_el.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_el.exe.asc"},"en-US":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_en-US.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_en-US.exe.asc"},"es-AR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-AR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-AR.exe.asc"},"es-ES":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-ES.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_es-ES.exe.asc"},"fa":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fa.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fa.exe.asc"},"fr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_fr.exe.asc"},"ga-IE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ga-IE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ga-IE.exe.asc"},"he":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_he.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_he.exe.asc"},"hu":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_hu.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_hu.exe.asc"},"id":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_id.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_id.exe.asc"},"is":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_is.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_is.exe.asc"},"it":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_it.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_it.exe.asc"},"ja":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ja.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ja.exe.asc"},"ka":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ka.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ka.exe.asc"},"ko":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ko.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ko.exe.asc"},"lt":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_lt.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_lt.exe.asc"},"mk":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_mk.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_mk.exe.asc"},"ms":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ms.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ms.exe.asc"},"nb-NO":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nb-NO.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nb-NO.exe.asc"},"nl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_nl.exe.asc"},"pl":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pl.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pl.exe.asc"},"pt-BR":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pt-BR.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_pt-BR.exe.asc"},"ro":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ro.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ro.exe.asc"},"ru":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ru.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_ru.exe.asc"},"sv-SE":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_sv-SE.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_sv-SE.exe.asc"},"th":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_th.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_th.exe.asc"},"tr":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_tr.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_tr.exe.asc"},"vi":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_vi.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_vi.exe.asc"},"zh-CN":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-CN.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-CN.exe.asc"},"zh-TW":{"binary":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-TW.exe","sig":"https://dist.torproject.org/torbrowser/10.0.6/torbrowser-install-win64-10.0.6_zh-TW.exe.asc"}}},"version":"10.0.6 '`Do`' \\ $(this), then do this etc...................................................... etc.","} 2 | -------------------------------------------------------------------------------- /usr/share/tb-updater/unit-test/tb-extract: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2023 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -x 7 | true "$0: START" 8 | set -e 9 | set -o nounset 10 | set -o pipefail 11 | 12 | source /usr/bin/update-torbrowser 13 | 14 | export who_ami=$(whoami) 15 | TEMP_DIR=$(mktemp --directory) 16 | IDENTIFIER=test 17 | export IDENTIFIER 18 | tb_extract_temp_folder=/tmp/test 19 | TBB_PACKAGE_FULL_PATH=/tmp/test/test.tar.xz 20 | TB_NO_EXTRACT="" 21 | TB_FORCE_INSTALL="" 22 | tb_title=tb-updater 23 | TITLE=title 24 | TB_INPUT="" 25 | anon_shared_inst_tb=closed 26 | tb_postinst=false 27 | 28 | #echo x > /tmp/x 29 | head -c 1M /tmp/x 30 | 31 | tar cfJ /tmp/test/test.tar.xz /tmp/x 32 | 33 | tb_extract 34 | 35 | true "$0: END" 36 | -------------------------------------------------------------------------------- /usr/share/tb-updater/unit_test: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 4 | ## See the file COPYING for copying conditions. 5 | 6 | set -e 7 | set -x 8 | 9 | mydir="$( cd "$( dirname "$0" )" && pwd )" 10 | cd "$mydir" 11 | cd .. 12 | cd .. 13 | cd .. 14 | 15 | source ./usr/libexec/tb-updater/version-validator 16 | 17 | #### 18 | 19 | RecommendedTBBVersions="./usr/share/tb-updater/unit-test/RecommendedTBBVersions" 20 | test -f "$RecommendedTBBVersions" 21 | 22 | tbbversion 23 | 24 | if [ "$tbb_version" = "10.0.6" ]; then 25 | true "$0: INFO: OK" 26 | else 27 | echo "$0: tbb_version: $tbb_version" 28 | echo "$0: ERROR 1!" 29 | exit 1 30 | fi 31 | 32 | #### 33 | 34 | RecommendedTBBVersions="./usr/share/tb-updater/unit-test/RecommendedTBBVersions2" 35 | test -f "$RecommendedTBBVersions" 36 | 37 | tbbversion 38 | 39 | if [ "$tbb_version" = "UNKNOWN" ]; then 40 | true "$0: INFO: OK" 41 | else 42 | echo "$0: tbb_version: $tbb_version" 43 | echo "$0: ERROR 2!" 44 | exit 1 45 | fi 46 | 47 | #### 48 | 49 | true "$0: INFO: OK" 50 | -------------------------------------------------------------------------------- /usr/share/torbrowser-updater-keys.d/placeholder: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | -------------------------------------------------------------------------------- /var/cache/tb-updater/placeholder: -------------------------------------------------------------------------------- 1 | ## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC 2 | ## See the file COPYING for copying conditions. 3 | 4 | ## This is just a placeholder. 5 | ## It is required due to bind-dirs.sh limitations. 6 | ## https://groups.google.com/forum/#!msg/qubes-devel/tcYQ4eV-XX4/J89DRLzOBQAJ 7 | --------------------------------------------------------------------------------