[tor-bugs] #19348 [Applications/Tor Browser]: Windows %BUILD_TARGET% changed in Tor Browser 6.0

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jun 8 15:38:18 UTC 2016


#19348: Windows %BUILD_TARGET% changed in Tor Browser 6.0
--------------------------------------+-----------------------
 Reporter:  boklm                     |          Owner:  boklm
     Type:  defect                    |         Status:  new
 Priority:  Medium                    |      Milestone:
Component:  Applications/Tor Browser  |        Version:
 Severity:  Normal                    |     Resolution:
 Keywords:  tbb-6.0-issues            |  Actual Points:
Parent ID:                            |         Points:
 Reviewer:                            |        Sponsor:
--------------------------------------+-----------------------

Comment (by boklm):

 Replying to [comment:2 mcs]:
 > I think someone with an old CPU might generate requests that include
 WINNT_x86-gcc3-x86, so we should allow for that too.

 I have now updated again the .htaccess in the release and alpha channels
 after generating it with this, to allow both `-x64` and `-86`:
 {{{
 diff --git a/tools/update-responses/config.yml b/tools/update-
 responses/config.yml
 index 5e4d463f9262..1d8637a572fd 100644
 --- a/tools/update-responses/config.yml
 +++ b/tools/update-responses/config.yml
 @@ -5,7 +5,7 @@ download:
  build_targets:
      linux32: Linux_x86-gcc3
      linux64: Linux_x86_64-gcc3
 -    win32: WINNT_x86-gcc3
 +    win32: WINNT_x86-gcc3(-x64|-x86)?
      osx32: Darwin_x86-gcc3
      osx64: Darwin_x86_64-gcc3
  channels:
 }}

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


More information about the tor-bugs mailing list