[tbb-bugs] #27609 [Applications/Tor Browser]: TBA: Evaluate Tor Onion Proxy Library

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Apr 15 19:53:24 UTC 2019


#27609: TBA: Evaluate Tor Onion Proxy Library
-------------------------------------------------+-------------------------
 Reporter:  sysrqb                               |          Owner:  tbb-
                                                 |  team
     Type:  defect                               |         Status:
                                                 |  needs_revision
 Priority:  Very High                            |      Milestone:
Component:  Applications/Tor Browser             |        Version:
 Severity:  Normal                               |     Resolution:
 Keywords:  tbb-mobile, tbb-8.5-must,            |  Actual Points:
  TorBrowserTeam201904                           |
Parent ID:                                       |         Points:
 Reviewer:                                       |        Sponsor:
                                                 |  Sponsor8
-------------------------------------------------+-------------------------

Comment (by sysrqb):

 What's the reasoning behind this changing? It is for future-proofing so we
 don't accidentally include other binaries if we add support for another
 arch? or is this for something else?

 {{{
 -
 -zip -d $apk lib/armeabi/tor.so
 +unzip $apk lib/*
 +zip -d $apk lib/\*

  [% IF c("var/android-x86") %]
 -    zip -d $apk lib/armeabi-v7a/tor.so
 +    zip $apk lib/x86/*
  [% END %]

  [% IF c("var/android-armv7") %]
 -    zip -d $apk lib/x86/tor.so
 +    zip $apk lib/armeabi-v7a/*
  [% END %]

 +rm -fR lib
 +
 }}}

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


More information about the tbb-bugs mailing list