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

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Apr 16 04:19:20 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 sisbell):

 Replying to [comment:58 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?

 We are bringing in multiple tor libraries from 5 different architectures
 in the latest release. So this method is more manageable.

 https://github.com/sisbell/tor-android-
 service/tree/784919d8eb19083cf761b3e7314c49d8befc00cd/service/src/main/jniLibs

 >
 > {{{
 > -
 > -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:59>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list