[tor-bugs] #22003 [Applications/Tor Browser]: Redirect Linux and OSX update URLs from update_2 to update_3

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Jun 5 15:46:18 UTC 2017


#22003: Redirect Linux and OSX update URLs from update_2 to update_3
------------------------------------------------+------------------------
 Reporter:  boklm                               |          Owner:  boklm
     Type:  task                                |         Status:  closed
 Priority:  Medium                              |      Milestone:
Component:  Applications/Tor Browser            |        Version:
 Severity:  Normal                              |     Resolution:  fixed
 Keywords:  tbb-7.0-must, TorBrowserTeam201706  |  Actual Points:
Parent ID:                                      |         Points:
 Reviewer:                                      |        Sponsor:
------------------------------------------------+------------------------
Changes (by boklm):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 I added the following lines at the top of the `.htaccess` file:
 {{{
 RewriteRule ^downloads.json
 https://aus1.torproject.org/torbrowser/update_3/release/downloads.json
 RewriteRule ^Linux_x86-gcc3/(.*)
 https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86-gcc3/$1
 [last]
 RewriteRule ^Linux_x86_64-gcc3/(.*)
 https://aus1.torproject.org/torbrowser/update_3/release/Linux_x86_64-gcc3/$1
 [last]
 RewriteRule ^Darwin_x86-gcc3/(.*)
 https://aus1.torproject.org/torbrowser/update_3/release/Darwin_x86-gcc3/$1
 [last]
 RewriteRule ^Darwin_x86_64-gcc3/(.*)
 https://aus1.torproject.org/torbrowser/update_3/release/Darwin_x86_64-gcc3/$1
 [last]
 }}}

 I checked that the following URLs are now redirected from `update_2` to
 `update_3`:
 https://aus1.torproject.org/torbrowser/update_2/release/Linux_x86_64-gcc3/6.5.1/pl
 https://aus1.torproject.org/torbrowser/update_2/release/Linux_x86-gcc3/6.5.1/pl
 https://aus1.torproject.org/torbrowser/update_2/release/Darwin_x86-gcc3/6.5.1/pl
 https://aus1.torproject.org/torbrowser/update_2/release/Darwin_x86_64-gcc3/6.5.1/pl
 https://aus1.torproject.org/torbrowser/update_2/release/downloads.json

 The following URL is not redirected:
 https://aus1.torproject.org/torbrowser/update_2/release/WINNT_x86-gcc3/6.5.1/pl

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/22003#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list