Re: [tor-bugs] #32231 [Metrics/CollecTor]: Lost some metrics due to broker host migration

2019-11-04 Thread Tor Bug Tracker & Wiki
#32231: Lost some metrics due to broker host migration
---+--
 Reporter:  cohosh |  Owner:  metrics-team
 Type:  defect | Status:  new
 Priority:  Medium |  Milestone:
Component:  Metrics/CollecTor  |Version:
 Severity:  Normal | Resolution:
 Keywords: |  Actual Points:
Parent ID: | Points:
 Reviewer: |Sponsor:
---+--

Comment (by cohosh):

 Replying to [comment:5 karsten]:
 > Replying to [comment:4 cohosh]:
 > > Replying to [comment:3 karsten]:
 > > > Replying to [comment:2 cohosh]:
 > > >
 > > > I just updated CollecTor to point to `snowflake-
 broker.freehaven.net` which means that the new files should show up in a
 bit.
 >
 > Yup, this worked just fine.
 Looks good, thanks!
 >
 > > > The next step would be to delete files we don't need in the archives
 anymore. I'd list them here first before deleting them. I'll do that later
 today or on Monday.
 > > Sounds great, thanks!
 >
 > Here's the list of files that I'd delete, if you think that's okay:
 >
 > {{{
 > $ grep -R "snowflake-ips-total" * | sort | grep " [0-9]$"
 > 2019/10/16/2019-10-16-16-28-15-snowflake-stats:snowflake-ips-total 0
 > 2019/10/17/2019-10-17-16-28-15-snowflake-stats:snowflake-ips-total 0
 > 2019/10/18/2019-10-18-19-44-19-snowflake-stats:snowflake-ips-total 1
 > 2019/10/19/2019-10-19-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/20/2019-10-20-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/21/2019-10-21-19-44-19-snowflake-stats:snowflake-ips-total 1
 > 2019/10/22/2019-10-22-19-44-19-snowflake-stats:snowflake-ips-total 1
 > 2019/10/23/2019-10-23-19-44-19-snowflake-stats:snowflake-ips-total 1
 > 2019/10/24/2019-10-24-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/25/2019-10-25-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/26/2019-10-26-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/27/2019-10-27-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/28/2019-10-28-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/29/2019-10-29-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/30/2019-10-30-19-44-19-snowflake-stats:snowflake-ips-total 0
 > 2019/10/31/2019-10-31-19-44-19-snowflake-stats:snowflake-ips-total 0
 > }}}
 Yes, these files are okay to delete. Thanks karsten!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32255 [Applications/Tor Browser]: Missing ORIGIN header breaks CORS in Tor Browser 9.0

2019-11-04 Thread Tor Bug Tracker & Wiki
#32255: Missing ORIGIN header breaks CORS in Tor Browser 9.0
-+-
 Reporter:  complexparadox   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, tbb-  |  Actual Points:
  regression, TorBrowserTeam201910   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by acat):

 If I understand it correctly, if we talk about `Referer` headers this
 patch is currently only making it easier to not leak the .onion referrer
 by default, but it should be possible to achieve the same via the right
 `Referrer-Policy`, right?

 With `Origin` I think it's different, because the patch allows something
 that *I think* is not possible in regular browsers: to issue xhr (fetch,
 xmlhttprequest) requests without the `Origin` header. Well, it's possible
 to do with `fetch` + `mode: no-cors` option, but you only get an "opaque"
 response.

 I'm also not sure about what we should do here. One possibility would be
 to simply go back to previous esr60 behaviour and not strip the `Origin`
 header for xhr requests. This however would make it not possible to do
 `fetch` requests without `Origin`. While that's what happens in regular
 browsers, I think being able to do fetch requests without `Origin` can be
 useful for .onion websites.

 If we want to keep the current default behaviour, one possibility for
 people that need CORS in .onions could be to make `Origin/Referer` headers
 opt-in based on the page (or fetch API) `Referrer-Policy`. While linking
 the `Origin` header to the `Referrer-Policy` might be surprising (and non-
 standard), I think it would be safe to assume that a website that has an
 explicit policy like `no-referrer-when-downgrade` would be fine to have
 both `Referer` and `Origin` header in requests. If this approach would
 work, I guess we could change the default `Referrer-Policy` from `no-
 referrer-when-downgrade` to something like `same-origin`.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #22919 [Applications/Tor Browser]: Form tracking and OS fingerprinting (only Windows, but without Javascript)

2019-11-04 Thread Tor Bug Tracker & Wiki
#22919: Form tracking and OS fingerprinting (only Windows, but without 
Javascript)
-+-
 Reporter:  basvd|  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Major| Resolution:
 Keywords:  tbb-fingerprinting,  |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31597 [Applications/Tor Browser]: Go over all closed bugs/bugs where patches landed between Firefox 61 and 68 (inclusive)

2019-11-04 Thread Tor Bug Tracker & Wiki
#31597: Go over all closed bugs/bugs where patches landed between Firefox 61 
and 68
(inclusive)
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Very High|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff68-esr, tbb-9.0-must-alpha,|  Actual Points:
  GeorgKoppen201911, TorBrowserTeam201911|
Parent ID:   | Points:  5
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:  3 => 5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26844 [Applications/Tor Browser]: TBA: Investigate/Setup Fastlane

2019-11-04 Thread Tor Bug Tracker & Wiki
#26844: TBA: Investigate/Setup Fastlane
-+-
 Reporter:  sysrqb   |  Owner:  tbb-
 |  team
 Type:  task | Status:
 |  needs_revision
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-mobile, tbb-9.5, |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:  #26782   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32297 [Applications/Tor Browser]: Version 9 problem (regular and alpha) when some Exit Nodes are blocked by a website firewall

2019-11-04 Thread Tor Bug Tracker & Wiki
#32297: Version 9 problem (regular and alpha) when some Exit Nodes are blocked 
by a
website firewall
+--
 Reporter:  mwolfe  |  Owner:  tbb-team
 Type:  defect  | Status:
|  needs_information
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-9.0-issues, tbb-regression  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by acat):

 Unfortunately I can't reproduce (tested in Linux and Windows with Tor
 Browser 9). For me the circuit display is working correctly when there is
 an error, and the "New circuit for this site" button works properly (after
 *many* new circuits dilbert.com ends up loading).

 mwolfe: does it happen only with www.dilbert.com or with any page that has
 a network error (e.g. can you try with something like
 www.arandomdomainthatdoesnotexist.com)? Maybe you could you tell us if
 there are some suspicious errors in `Browser Console` - Ctrl+Shift+J
 (ideally with a fresh browser where just www.dilbert.com has been loaded).

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31043 [Applications/Tor Browser]: Separate VPN Classes into their own module

2019-11-04 Thread Tor Bug Tracker & Wiki
#31043: Separate VPN Classes into their own module
--+
 Reporter:  sisbell   |  Owner:  tbb-team
 Type:  defect| Status:  needs_revision
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201911  |  Actual Points:
Parent ID:  #32069| Points:  2
 Reviewer:|Sponsor:
--+
Changes (by pili):

 * points:   => 2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32297 [Applications/Tor Browser]: Version 9 problem (regular and alpha) when some Exit Nodes are blocked by a website firewall

2019-11-04 Thread Tor Bug Tracker & Wiki
#32297: Version 9 problem (regular and alpha) when some Exit Nodes are blocked 
by a
website firewall
+--
 Reporter:  mwolfe  |  Owner:  tbb-team
 Type:  defect  | Status:
|  needs_information
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-9.0-issues, tbb-regression  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by mwolfe):

 Replying to [comment:5 gk]:
 > The archive for old Tor Browser bundles is at
 https://archive.torproject.org/tor-package-archive/torbrowser/.
 >
 > acat: did we miss an error condition here for our circuit display while
 working on #31562?
 Many thanks. I can now check Tor8.5, but figure Tor8.0 shows that the (i)
 once showed the nodes used when Tor could not connect, but Tor9 does not
 (and does not allow one to change the circuit to get a different exit
 node). But it is very useful to be able to access all old versions.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32053 [Applications/Tor Browser]: macOS bundles for Tor Browser 9.0a8 are not reproducible

2019-11-04 Thread Tor Bug Tracker & Wiki
#32053: macOS bundles for Tor Browser 9.0a8 are not reproducible
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Immediate|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Critical | Resolution:
 Keywords:  TorBrowserTeam201911, tbb-9.0-must,  |  Actual Points:
  tbb-9.0-issues, tbb-regression,|
  tbb-9.0.1-can, GeorgKoppen201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by gk):

 Replying to [comment:12 gk]:
 > Replying to [comment:11 alexcrichton]:
 > > *.bc.z files in archives are a semi-custom compression format for LLVM
 IR files (we really should just use `*.gz`...) The `*.o` files are the
 codegen'd versions of those. Given that the LLVM IR is changing that means
 one of a few things:
 > >
 > > * Something in the source is changing, causing different IR to be
 produced
 > > * Rustc is non-deterministically producing IR
 > > * LLVM is non-deterministically optimizing IR

 While struggling with reducing libstyle size I got wondering whether there
 is a way to easily dzmp the output of those steps.  For instance, is there
 a rustc option i could use to dump the IR *before* LLVM is optimizing it
 so that we can narrow further down where the issue in the toolchain lies?
 I guess if we go the route you mentioned in comment:13 we would get the
 LLVM optimized IR? If not I'd be interested in dumping that as well with
 some compilation setting, if possible.

 If there aren't any such options to dump intermediate output yet, could
 you point me to the place in the compiler where I could hack this up?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32366 [Core Tor/Tor]: doxygen: use directory hierarchy, and start documenting directories

2019-11-04 Thread Tor Bug Tracker & Wiki
#32366: doxygen: use directory hierarchy, and start documenting directories
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  task  | Status:  merge_ready
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+
Changes (by dgoulet):

 * status:  needs_review => merge_ready


Comment:

 looks great!

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32366 [Core Tor/Tor]: doxygen: use directory hierarchy, and start documenting directories

2019-11-04 Thread Tor Bug Tracker & Wiki
#32366: doxygen: use directory hierarchy, and start documenting directories
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  task  | Status:  accepted
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * status:  merge_ready => accepted


Comment:

 Merged! Now to copy over a bunch more documentation.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] [Tor Bug Tracker & Wiki] Batch modify: #32303, #32274, #32255, #32220, ...

2019-11-04 Thread Tor Bug Tracker & Wiki
Batch modification to #32303, #32274, #32255, #32220, #32173, #32116, #32052, 
#32019, #31988, #31984, #31915, #31650, #31597, #31550, #31395, #31161, #31043, 
#31010, #30842, #30788, #30787, #30786, #30767, #30552, #30548, #30429, #30334, 
#30199, #30022, #3, #29935, #27903, #27265, #27045, #26861, #25102, #25101, 
#25099, #23719, #22919, #18867 by pili:


Comment:
Moving tickets to November 2019

--
Tickets URL: 

Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32255 [Applications/Tor Browser]: Missing ORIGIN header breaks CORS in Tor Browser 9.0

2019-11-04 Thread Tor Bug Tracker & Wiki
#32255: Missing ORIGIN header breaks CORS in Tor Browser 9.0
-+-
 Reporter:  complexparadox   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, tbb-  |  Actual Points:
  regression, TorBrowserTeam201911   |
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32220 [Applications/Tor Browser]: Change letterboxing color when dark theme is enabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32220: Change letterboxing color when dark theme is enabled
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, ux-   |  Actual Points:
  team, TorBrowserTeam201911 |
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #27539 [Applications/Tor Browser]: Create plan for releasing on F-Droid

2019-11-04 Thread Tor Bug Tracker & Wiki
#27539: Create plan for releasing on F-Droid
-+-
 Reporter:  sysrqb   |  Owner:  sysrqb
 Type:  enhancement  | Status:
 |  accepted
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-mobile, tbb-9.5, |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:  #26318   | Points:  1
 Reviewer:   |Sponsor:
 |  Sponsor8
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31971 [Circumvention/Snowflake]: Snowflake is *consistently* extremely slow when using the Windows build

2019-11-04 Thread Tor Bug Tracker & Wiki
#31971: Snowflake is *consistently* extremely slow when using the Windows build
-+---
 Reporter:  cypherpunks  |  Owner:  cohosh
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:
Component:  Circumvention/Snowflake  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:  3
 Reviewer:   |Sponsor:  Sponsor28
-+---
Changes (by cohosh):

 * status:  assigned => needs_information


Comment:

 I'll leave this open for a bit to see if anyone else can reproduce it, but
 after that I'll close it because it seems to working okay on Windows now.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32342 [Applications/Tor Browser]: Tor Browser for Android crashes when opening the locale pane in the settings

2019-11-04 Thread Tor Bug Tracker & Wiki
#32342: Tor Browser for Android crashes when opening the locale pane in the
settings
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Major| Resolution:  fixed
 Keywords:  tbb-mobile, tbb-crash,   |  Actual Points:  .2
  tbb-9.0-issues, tbb-regression,|
  tbb-9.0.1-can, TorBrowserTeam201911R   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by boklm):

 * actualpoints:   => .2


Comment:

 Adding my points.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30548 [Applications/Tor Browser]: Clean up keyring files

2019-11-04 Thread Tor Bug Tracker & Wiki
#30548: Clean up keyring files
-+-
 Reporter:  boklm|  Owner:  tbb-
 |  team
 Type:  task | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201910R,  |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:  0.25
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 0.25


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30932 [Applications/Tor Browser]: Allow Selenium using the performance timing API

2019-11-04 Thread Tor Bug Tracker & Wiki
#30932: Allow Selenium using the performance timing API
--+--
 Reporter:  gk|  Owner:  tbb-team
 Type:  enhancement   | Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201912  |  Actual Points:
Parent ID:  #31005| Points:
 Reviewer:|Sponsor:
--+--
Changes (by pili):

 * keywords:  TorBrowserTeam201911 => TorBrowserTeam201912


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #27268 [Applications/Tor Browser]: preferences cleanup

2019-11-04 Thread Tor Bug Tracker & Wiki
#27268: preferences cleanup
-+-
 Reporter:  rzb  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff68-esr, TorBrowserTeam201911,  |  Actual Points:
  GeorgKoppen201911  |
Parent ID:   | Points:  0.5
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * points:   => 0.5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32303 [Applications/Tor Browser]: obfs4proxy incompatibility on Android Q

2019-11-04 Thread Tor Bug Tracker & Wiki
#32303: obfs4proxy incompatibility on Android Q
-+-
 Reporter:  sysrqb   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, tbb-9.0-issues, |  Actual Points:
  tbb-9.0.1-can, TorBrowserTeam201911|
Parent ID:   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32360 [Applications/Tor Browser]: Rethink fix for #31564

2019-11-04 Thread Tor Bug Tracker & Wiki
#32360: Rethink fix for #31564
--+--
 Reporter:  sysrqb|  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201911  |  Actual Points:
Parent ID:| Points:  1.5
 Reviewer:|Sponsor:
--+--
Changes (by pili):

 * points:   => 1.5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30237 [Applications/Tor Browser]: Tor Browser: Improve TBB UI of hidden service client authorization

2019-11-04 Thread Tor Bug Tracker & Wiki
#30237: Tor Browser: Improve TBB UI of hidden service client authorization
-+-
 Reporter:  asn  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  TorBrowserTeam201911, network-team-  |  Actual Points:
  roadmap-september  |
Parent ID:  #3   | Points:
 Reviewer:   |Sponsor:
 |  Sponsor27-must
-+-
Changes (by mcs):

 * keywords:  TorBrowserTeam201907, network-team-roadmap-september =>
 TorBrowserTeam201911, network-team-roadmap-september


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31650 [Applications/Tor Browser]: pre-crunch and pre-strip PNG in tor-service-android to make it reproducible

2019-11-04 Thread Tor Bug Tracker & Wiki
#31650: pre-crunch and pre-strip PNG in tor-service-android to make it 
reproducible
-+-
 Reporter:  eighthave|  Owner:  tbb-
 |  team
 Type:  enhancement  | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-mobile, TorBrowserTeam201910R,   |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:  #31042   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31660 [Applications/Tor Browser]: Revise onboarding to take new Firefox experience into account

2019-11-04 Thread Tor Bug Tracker & Wiki
#31660: Revise onboarding to take new Firefox experience into account
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  task | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ux-team, TorBrowserTeam201911,   |  Actual Points:
  tbb-9.5|
Parent ID:   | Points:  4
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 4


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31550 [Applications/Tor Browser]: Fix shellcheck (and related) issues in start-tor-browser

2019-11-04 Thread Tor Bug Tracker & Wiki
#31550: Fix shellcheck (and related) issues in start-tor-browser
---+---
 Reporter:  nickm  |  Owner:  nickm
 Type:  enhancement| Status:
   |  needs_revision
 Priority:  Medium |  Milestone:
Component:  Applications/Tor Browser   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tbb-tbm, TorBrowserTeam201911  |  Actual Points:
Parent ID: | Points:  1
 Reviewer: |Sponsor:
---+---
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #23719 [Applications/Tor Browser]: Make sure WebExtensions are spared from JIT disabling in higher security settings (Medium-High)

2019-11-04 Thread Tor Bug Tracker & Wiki
#23719: Make sure WebExtensions are spared from JIT disabling in higher security
settings (Medium-High)
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Major| Resolution:
 Keywords:  tbb-performance, GeorgKoppen201911,  |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:  1
 Reviewer:   |Sponsor:
-+-
Changes (by pili):

 * points:   => 1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32053 [Applications/Tor Browser]: macOS bundles for Tor Browser 9.0a8 are not reproducible

2019-11-04 Thread Tor Bug Tracker & Wiki
#32053: macOS bundles for Tor Browser 9.0a8 are not reproducible
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Immediate|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Critical | Resolution:
 Keywords:  TorBrowserTeam201911, tbb-9.0-must,  |  Actual Points:
  tbb-9.0-issues, tbb-regression,|
  tbb-9.0.1-can, GeorgKoppen201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by alexcrichton):

 Ah that's a good point! I should probably have mentioned that earlier
 too... In any case you can set `RUSTFLAGS=-Csave-temps` and that'll spray
 a massive amount of files all over the place (`*.bc`, `*.o`, etc). You
 should be able to basically run a diff of all those files between builds,
 and you can probably pick the smallest one which has a difference in it.
 The `*.bc` files should also be natively disassemble-able by `llvm-dis`

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32366 [Core Tor/Tor]: doxygen: use directory hierarchy, and start documenting directories

2019-11-04 Thread Tor Bug Tracker & Wiki
#32366: doxygen: use directory hierarchy, and start documenting directories
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  task  | Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+
Changes (by nickm):

 * status:  accepted => needs_review


Comment:

 The next section of work here is in a branch called `doxygen_libs`, with
 PR at https://github.com/torproject/tor/pull/1493

 It begins moving documentation from doc/HACKING/design into our source
 code reference, and covers all of `src/lib`.  We should also write some
 topic-specific items; they will need their own pages.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31971 [Circumvention/Snowflake]: Snowflake is *consistently* extremely slow when using the Windows build

2019-11-04 Thread Tor Bug Tracker & Wiki
#31971: Snowflake is *consistently* extremely slow when using the Windows build
-+---
 Reporter:  cypherpunks  |  Owner:  cohosh
 Type:  defect   | Status:  assigned
 Priority:  Medium   |  Milestone:
Component:  Circumvention/Snowflake  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:  3
 Reviewer:   |Sponsor:  Sponsor28
-+---

Comment (by cohosh):

 Alright I'm going to amend my previous statement. I just did some tests to
 compare Tor Browser with Snowflake in a Windows VM vs. Tor Browser with
 Snowflake on Linux. I loaded the University of Waterloo homepage 5 times
 in each environment and used the [https://gitweb.torproject.org/pluggable-
 
transports/snowflake.git/tree/client/lib/util.go?id=b4f4b29a037fd223835da5999f39525f3d24#n44
 snowflake log output] to determine the maximum throughput. I also used the
 logs to determine how long it took the page to load and found load time to
 be consistently between 2-3 minutes in each environment. The maximum
 throughput results are:

 {{{
 Windows VM
 159 kbps
 209 kbps
 156 kbps
 182 kbps
 149 kbps

 Linux
 161 kbps
 274 kbps
 154 kbps
 243 kbps
 125 kbps
 }}}

 This matches what I measured using the Task Manager in Windows as well. So
 I'm getting well over the 20 kbps reported in this ticket, and the results
 between Linux and Windows look comparable.

 I was originally tricked into thinking I'd reproduced this after a single
 load because as you can see Snowflake is still quite slow. Getting a bad
 snowflake with no throughput will halt the bootstrap process all-together
 and ask you to reconfigure the browser on both systems.

 The corresponding log messages used to calculate the above measurements
 are:
 {{{
 Windows VM
 2019/11/04 15:46:58 Traffic Bytes (in|out): 99140 | 10715 -- (23
 OnMessages, 15 Sends)

 2019/11/04 15:54:31 Traffic Bytes (in|out): 130928 | 16688 -- (35
 OnMessages, 25 Sends)

 2019/11/04 16:01:14 Traffic Bytes (in|out): 97325 | 2715 -- (17
 OnMessages, 5 Sends)

 2019/11/04 16:05:53 Traffic Bytes (in|out): 113624 | 12228 -- (27
 OnMessages, 14 Sends)

 2019/11/04 16:24:29 Traffic Bytes (in|out): 93302 | 2715 -- (15
 OnMessages, 5 Sends)

 Linux
 2019/11/04 16:55:05 Traffic Bytes (in|out): 100678 | 3801 -- (7
 OnMessages, 7 Sends)

 2019/11/04 16:59:14 Traffic Bytes (in|out): 171348 | 6487 -- (11
 OnMessages, 11 Sends)

 2019/11/04 17:02:26 Traffic Bytes (in|out): 96317 | 2657 -- (30
 OnMessages, 3 Sends)

 2019/11/04 17:06:15 Traffic Bytes (in|out): 152011 | 3801 -- (44
 OnMessages, 7 Sends)

 2019/11/04 17:20:05 Traffic Bytes (in|out): 78095 | 2715 -- (22
 OnMessages, 5 Sends)
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31130 [Applications/Tor Browser]: Use Debian 10 for our Android container images

2019-11-04 Thread Tor Bug Tracker & Wiki
#31130: Use Debian 10 for our Android container images
+--
 Reporter:  gk  |  Owner:  tbb-team
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201911R  |  Actual Points:
Parent ID:  #31127  | Points:  0.5
 Reviewer:  |Sponsor:
+--

Comment (by boklm):

 Replying to [comment:25 sisbell]:
 > I have the latest.
 >
 > https://github.com/sisbell/tor-browser-
 build/commit/608f2c9623235f574518f9351c28ea4a8c833101
 >
 > This builds through firefox but fails with https-everywhere stage. I'll
 fix https-everywhere project to handle buster. I also still need to get
 the sha checks but thought I would put it out for review of what I have so
 I can go ahead and make any changes and to make sure this is the approach
 everyone agrees on.
 >
 > {{{
 >
 > Using directory /home/shane/github/tor-browser-4/out/firefox/firefox-
 e14b7b74e92c-android-armv7-b6443a
 > Building project https-everywhere - https-
 everywhere-2019.6.27-03f7dd.xpi
 > Tag 2019.6.27 is signed with key
 1073E74EB38BD6D19476CBF8EA9DBF9FB761A677
 > Created /home/shane/github/tor-browser-4/tmp/rbm-dEXsD/https-
 everywhere-2019.6.27.tar.gz
 > Building project container-image - container-image_stretch-
 amd64-4c35a5822622.tar.gz
 > Building project debootstrap-image - container-image_stretch-
 amd64-2.tar.gz
 > Using file /home/shane/github/tor-browser-4/out/debootstrap-image
 /container-image_ubuntu-base-19.10-base-amd64.tar.gz
 > Using file /home/shane/github/tor-browser-4/out/debootstrap-
 image/apt_1.6.6ubuntu0.1_amd64.deb
 > Using file /home/shane/github/tor-browser-4/out/debootstrap-image
 /libapt-pkg5.0_1.6.6ubuntu0.1_amd64.deb
 > Build log: /home/shane/github/tor-browser-4/logs/debootstrap-image.log
 > 
 > Starting build: Mon Nov  4 06:41:08 2019
 > dpkg: warning: downgrading apt from 1.9.4 to 1.6.6ubuntu0.1
 > (Reading database ... 4098 files and directories currently installed.)
 > Preparing to unpack ./apt_1.6.6ubuntu0.1_amd64.deb ...
 > Unpacking apt (1.6.6ubuntu0.1) over (1.9.4) ...
 > Selecting previously unselected package libapt-pkg5.0:amd64.
 > Preparing to unpack .../libapt-pkg5.0_1.6.6ubuntu0.1_amd64.deb ...
 > Unpacking libapt-pkg5.0:amd64 (1.6.6ubuntu0.1) ...
 > dpkg: dependency problems prevent configuration of libapt-pkg5.0:amd64:
 >  dpkg (1.19.7ubuntu2) breaks libapt-pkg5.0 (<< 1.7~b) and is installed.
 >   Version of libapt-pkg5.0:amd64 to be configured is 1.6.6ubuntu0.1.
 >
 > dpkg: error processing package libapt-pkg5.0:amd64 (--install):
 >  dependency problems - leaving unconfigured
 > dpkg: dependency problems prevent configuration of apt:
 >  apt depends on libapt-pkg5.0 (>= 1.6.6ubuntu0.1); however:
 >   Package libapt-pkg5.0:amd64 is not configured yet.
 >
 > dpkg: error processing package apt (--install):
 >  dependency problems - leaving unconfigured
 > Processing triggers for libc-bin (2.30-0ubuntu2) ...
 > Errors were encountered while processing:
 >  libapt-pkg5.0:amd64
 >  apt
 >
 > }}}

 I think you get this error when building any debootstrap image that is not
 buster. In this case https-everywhere is using stretch.

 The issue is that in `projects/debootstrap-image/config` you are trying to
 install some downloaded apt packages, which doesn't work since those
 packages are for an Ubuntu release older than the one we now use. Since
 we're using Ubuntu 19.10 now, there is no need to install specific apt
 packages.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32188 [Applications/Tor Browser]: Missing string in TorStrings.jsm is showing an error in browser console

2019-11-04 Thread Tor Bug Tracker & Wiki
#32188: Missing string in TorStrings.jsm is showing an error in browser console
-+-
 Reporter:  acat |  Owner:
 |  pospeselr
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues tbb-9.0.1-can,|  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * status:  closed => reopened
 * resolution:  fixed =>
 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32164 [Applications/Tor Browser]: "View the Tor logs" puts an extra space at the end of each log line

2019-11-04 Thread Tor Bug Tracker & Wiki
#32164: "View the Tor logs" puts an extra space at the end of each log line
-+-
 Reporter:  arma |  Owner:
 |  pospeselr
 Type:  defect   | Status:
 |  reopened
 Priority:  Low  |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can,   |  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * status:  closed => reopened
 * resolution:  fixed =>
 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32188 [Applications/Tor Browser]: Missing string in TorStrings.jsm is showing an error in browser console

2019-11-04 Thread Tor Bug Tracker & Wiki
#32188: Missing string in TorStrings.jsm is showing an error in browser console
-+-
 Reporter:  acat |  Owner:
 |  pospeselr
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-9.0-issues tbb-9.0.1-can,|  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

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


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32013 [Applications/Tor Browser]: Verify that new WebGL extensions in Firefox 68 ESR are disabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32013: Verify that new WebGL extensions in Firefox 68 ESR are disabled
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  task | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff68-esr, tbb-fingerprinting,|  Actual Points:  0.1
  TorBrowserTeam201910, GeorgKoppen201910|
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32284 [Applications/Tor Browser]: No need to save all bundles for mar-signing and authenticode-signing check until we are done

2019-11-04 Thread Tor Bug Tracker & Wiki
#32284: No need to save all bundles for mar-signing and authenticode-signing 
check
until we are done
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-rbm, TorBrowserTeam201910R,  |  Actual Points:  0.1
  GeorgKoppen201910  |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32365 [Applications/Tor Browser]: Localization is broken in Tor Browser 9 on Android

2019-11-04 Thread Tor Bug Tracker & Wiki
#32365: Localization is broken in Tor Browser 9 on Android
+--
 Reporter:  gk  |  Owner:  tbb-team
 Type:  defect  | Status:  new
 Priority:  High|  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Major   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0-regression  |  Actual Points:
Parent ID:  | Points:
 Reviewer:  |Sponsor:
+--

Comment (by sysrqb):

 Replying to [comment:1 gk]:
 > I wonder whether this issue is actually related to #28196, but maybe
 not.
 It seems all chrome content is correctly localized, but the Java strings
 are not localized. Hopefully there is a simple fix.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31811 [Applications/Tor Browser]: Backport fix for bug 1554805

2019-11-04 Thread Tor Bug Tracker & Wiki
#31811: Backport fix for bug 1554805
+--
 Reporter:  gk  |  Owner:  tbb-team
 Type:  enhancement | Status:  closed
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:  fixed
 Keywords:  tbb-9.0, TorBrowserTeam201910R  |  Actual Points:  0.1
Parent ID:  | Points:  0.1
 Reviewer:  |Sponsor:
+--
Changes (by gk):

 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31130 [Applications/Tor Browser]: Use Debian 10 for our Android container images

2019-11-04 Thread Tor Bug Tracker & Wiki
#31130: Use Debian 10 for our Android container images
+--
 Reporter:  gk  |  Owner:  tbb-team
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201911R  |  Actual Points:
Parent ID:  #31127  | Points:  0.5
 Reviewer:  |Sponsor:
+--

Comment (by boklm):

 Replying to [comment:25 sisbell]:
 > This builds through firefox but fails with https-everywhere stage. I'll
 fix https-everywhere project to handle buster.

 I think the update of http-everywhere to use buster is unrelated to this
 ticket. So it can be done in a separate ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31971 [Circumvention/Snowflake]: Snowflake is *consistently* extremely slow when using the Windows build

2019-11-04 Thread Tor Bug Tracker & Wiki
#31971: Snowflake is *consistently* extremely slow when using the Windows build
-+---
 Reporter:  cypherpunks  |  Owner:  cohosh
 Type:  defect   | Status:  needs_information
 Priority:  Medium   |  Milestone:
Component:  Circumvention/Snowflake  |Version:
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:  .5
Parent ID:   | Points:  3
 Reviewer:   |Sponsor:  Sponsor28
-+---
Changes (by cohosh):

 * actualpoints:   => .5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30867 [Circumvention/Snowflake]: Write proxy-go tests to cover existing implementation

2019-11-04 Thread Tor Bug Tracker & Wiki
#30867: Write proxy-go tests to cover existing implementation
-+-
 Reporter:  cohosh   |  Owner:  cohosh
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Circumvention/Snowflake  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tests, anti-censorship-roadmap-  |  Actual Points:
  september  |
Parent ID:  #29259   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor28
-+-
Changes (by cohosh):

 * status:  assigned => needs_review


Comment:

 Here's some work for improving proxy-go test coverage:
 https://github.com/cohosh/snowflake/compare/bug29207...ticket30867

 I modified the proxy-go code a bit in
 
[https://github.com/cohosh/snowflake/commit/3c53e082f40005bdf0cfac0d5013224317443bdf
 this commit] to use an http.RoundTripper as discussed above.

 The test coverage is now at 37.2% (up from 2.2%). I don't think the rest
 of the code makes sense to write tests for in its current form since that
 would require some larger refactors.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30867 [Circumvention/Snowflake]: Write proxy-go tests to cover existing implementation

2019-11-04 Thread Tor Bug Tracker & Wiki
#30867: Write proxy-go tests to cover existing implementation
-+-
 Reporter:  cohosh   |  Owner:  cohosh
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Circumvention/Snowflake  |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tests, anti-censorship-roadmap-  |  Actual Points:  2
  september  |
Parent ID:  #29259   | Points:  2
 Reviewer:   |Sponsor:
 |  Sponsor28
-+-
Changes (by cohosh):

 * actualpoints:   => 2


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31803 [Applications/Tor Browser]: branding for about:debugging needs logo SVG

2019-11-04 Thread Tor Bug Tracker & Wiki
#31803: branding for about:debugging needs logo SVG
-+-
 Reporter:  mcs  |  Owner:
 |  pospeselr
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff68-esr, ux-team, tbb-9.0-issues,   |  Actual Points:  0.5
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * actualpoints:  0.1 => 0.5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31803 [Applications/Tor Browser]: branding for about:debugging needs logo SVG

2019-11-04 Thread Tor Bug Tracker & Wiki
#31803: branding for about:debugging needs logo SVG
-+-
 Reporter:  mcs  |  Owner:
 |  pospeselr
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff68-esr, ux-team, tbb-9.0-issues,   |  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * actualpoints:  0.5 => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30334 [Applications/Tor Browser]: build_go_lib for executables?

2019-11-04 Thread Tor Bug Tracker & Wiki
#30334: build_go_lib for executables?
-+-
 Reporter:  JeremyRand   |  Owner:  tbb-
 |  team
 Type:  enhancement  | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201910R,  |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by boklm):

 Replying to [comment:6 JeremyRand]:
 > Thanks for the review @boklm.  I've made the requested changes, Git
 commit hash 07fc3310bcee2d39def889b48c2d7120d4b96e48.  To make it easier
 to review the new changes, I didn't yet squash the commits; let me know if
 you'd like me to squash them prior to a merge.

 I rebased/adapted the patch on master:
 https://gitweb.torproject.org/user/boklm/tor-browser-
 build.git/commit/?h=bug_30334=ca460ed70d8726ae1c6805ab1e870d230ded951e

 However I did not check yet that it still builds correctly.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32111 [Applications/Tor Browser]: Adding your own custom bridges generates a parsing error

2019-11-04 Thread Tor Bug Tracker & Wiki
#32111: Adding your own custom bridges generates a parsing error
--+---
 Reporter:  ggus  |  Owner:  tbb-team
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:  TorBrowserTeam201910R |  Actual Points:  0.5
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor30
--+---
Changes (by pospeselr):

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


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31803 [Applications/Tor Browser]: branding for about:debugging needs logo SVG

2019-11-04 Thread Tor Bug Tracker & Wiki
#31803: branding for about:debugging needs logo SVG
-+-
 Reporter:  mcs  |  Owner:
 |  pospeselr
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  ff68-esr, ux-team, tbb-9.0-issues,   |  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

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


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32111 [Applications/Tor Browser]: Adding your own custom bridges generates a parsing error

2019-11-04 Thread Tor Bug Tracker & Wiki
#32111: Adding your own custom bridges generates a parsing error
--+---
 Reporter:  ggus  |  Owner:  tbb-team
 Type:  defect| Status:  reopened
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201910R |  Actual Points:  0.5
Parent ID:| Points:
 Reviewer:|Sponsor:  Sponsor30
--+---
Changes (by pospeselr):

 * status:  closed => reopened
 * resolution:  fixed =>
 * actualpoints:   => 0.5


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31803 [Applications/Tor Browser]: branding for about:debugging needs logo SVG

2019-11-04 Thread Tor Bug Tracker & Wiki
#31803: branding for about:debugging needs logo SVG
-+-
 Reporter:  mcs  |  Owner:
 |  pospeselr
 Type:  defect   | Status:
 |  reopened
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  ff68-esr, ux-team, tbb-9.0-issues,   |  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * status:  closed => reopened
 * resolution:  fixed =>
 * actualpoints:   => 0.1


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32184 [Applications/Tor Browser]: Update from esr68-based Tor Browser to a new esr68-based Tor Browser shows red dot while downloading

2019-11-04 Thread Tor Bug Tracker & Wiki
#32184: Update from esr68-based Tor Browser to a new esr68-based  Tor Browser 
shows
red dot while downloading
-+-
 Reporter:  gk   |  Owner:  brade
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-9.0-issues, tbb-regression,  |  Actual Points:
  tbb-9.0.1-can, TorBrowserTeam201910R, tbb- |
  update |
Parent ID:   | Points:  0.25
 Reviewer:   |Sponsor:
-+-
Changes (by mcs):

 * points:   => 0.25


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32336 [Core Tor/Tor]: Provide HSv3 metrics (like the HSv2 ones)

2019-11-04 Thread Tor Bug Tracker & Wiki
#32336: Provide HSv3 metrics (like the HSv2 ones)
--+--
 Reporter:  asn   |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor: unspecified
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  duplicate
 Keywords:|  Actual Points:
Parent ID:| Points:  4
 Reviewer:|Sponsor:
--+--

Comment (by gaba):

 ok. I will add the parent to the other ticket.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #23126 [Core Tor/Tor]: HSDirs should publish some count about new-style onion addresses

2019-11-04 Thread Tor Bug Tracker & Wiki
#23126: HSDirs should publish some count about new-style onion addresses
-+-
 Reporter:  arma |  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  prop224, tor-hs, prop224-extra,  |  Actual Points:
  research, privcount, 032-unreached |
Parent ID:  #29995   | Points:  4
 Reviewer:   |Sponsor:
 |  Sponsor27-can
-+-
Changes (by gaba):

 * parent:   => #29995


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #23126 [Core Tor/Tor]: HSDirs should publish some count about new-style onion addresses

2019-11-04 Thread Tor Bug Tracker & Wiki
#23126: HSDirs should publish some count about new-style onion addresses
-+-
 Reporter:  arma |  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  unspecified
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  prop224, tor-hs, prop224-extra,  |  Actual Points:
  research, privcount, 032-unreached |
Parent ID:   | Points:  4
 Reviewer:   |Sponsor:
 |  Sponsor27-can
-+-
Changes (by gaba):

 * parent:  #29995 =>


Comment:

 sorry dgoulet that I didn't read your comment! This is work for when all
 musts are done.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #18867 [Applications/Tor Browser]: Ship auto-updates for Tor Browser nightly channel

2019-11-04 Thread Tor Bug Tracker & Wiki
#18867: Ship auto-updates for Tor Browser nightly channel
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  task | Status:  new
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-rbm, boklm201910, tbb-update,|  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:  15
 Reviewer:   |Sponsor:
 |  Sponsor9
-+-
Changes (by pili):

 * points:   => 15


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32367 [Internal Services/Service - nextcloud]: ONLYOFFICE not working?

2019-11-04 Thread Tor Bug Tracker & Wiki
#32367: ONLYOFFICE not working?
-+-
 Reporter:  gaba |  Owner:  nextcloud-
 |  admin@…
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Service -  |Version:
  nextcloud  |
 Severity:  Normal   |   Keywords:
Actual Points:   |  Parent ID:
   Points:   |   Reviewer:
  Sponsor:   |
-+-
 I created an onlyoffice document but when I try to open it, I get a
 message that says:

 "ONLYOFFICE cannot be reached. Please contact admin"

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32267 [Internal Services/Service - nextcloud]: move to a private nextcloud instance

2019-11-04 Thread Tor Bug Tracker & Wiki
#32267: move to a private nextcloud instance
-+-
 Reporter:  anarcat  |  Owner:  ln5
 Type:  project  | Status:
 |  assigned
 Priority:  Medium   |  Milestone:
Component:  Internal Services/Service -  |Version:
  nextcloud  |
 Severity:  Normal   | Resolution:
 Keywords:   |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Description changed by gaba:

Old description:

> in #31540, we agreed to delegate running a dedicated Nextcloud instance
> to riseup.
>
> this ticket tracks the next steps, so far:
>
>  1. create the private instance (riseup)
>  2. point DNS at the private instance (TPA)
>  3. make sure HTTPS works (riseup?)
>  4. #32332 set up LDAP integration, somehow (service admins + riseup)
>  5. move content and users over (teams?)

New description:

 in #31540, we agreed to delegate running a dedicated Nextcloud instance to
 riseup.

 this ticket tracks the next steps, so far:

  1. create the private instance (riseup)
  2. point DNS at the private instance (TPA)
  3. make sure HTTPS works (riseup?)
  4. #32332 set up LDAP integration, somehow (service admins + riseup)
  5. move content and users over (gaba + pili + teams)

--

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #29698 [Core Tor/Tor]: Edge case that causes improper circuit prioritization for one scheduling run

2019-11-04 Thread Tor Bug Tracker & Wiki
#29698: Edge case that causes improper circuit prioritization for one scheduling
run
-+-
 Reporter:  pastly   |  Owner:  dgoulet
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-sched, tor-cmux, kist,   |  Actual Points:  0.2
  041-deferred-20190530, 042-deferred,   |
  BugSmashFund   |
Parent ID:   | Points:  0.2
 Reviewer:  nickm|Sponsor:
-+-
Changes (by dgoulet):

 * status:  needs_revision => needs_review


Comment:

 Now with a unit test :).

 Branch: `ticket29698_043_01`
 PR: https://github.com/torproject/tor/pull/1494

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31130 [Applications/Tor Browser]: Use Debian 10 for our Android container images

2019-11-04 Thread Tor Bug Tracker & Wiki
#31130: Use Debian 10 for our Android container images
+--
 Reporter:  gk  |  Owner:  tbb-team
 Type:  defect  | Status:  needs_review
 Priority:  Medium  |  Milestone:
Component:  Applications/Tor Browser|Version:
 Severity:  Normal  | Resolution:
 Keywords:  tbb-rbm, TorBrowserTeam201911R  |  Actual Points:
Parent ID:  #31127  | Points:  0.5
 Reviewer:  |Sponsor:
+--
Changes (by sisbell):

 * keywords:  tbb-rbm => tbb-rbm, TorBrowserTeam201911R
 * status:  needs_revision => needs_review


Comment:

 I have the latest.

 https://github.com/sisbell/tor-browser-
 build/commit/608f2c9623235f574518f9351c28ea4a8c833101

 This builds through firefox but fails with https-everywhere stage. I'll
 fix https-everywhere project to handle buster. I also still need to get
 the sha checks but thought I would put it out for review of what I have so
 I can go ahead and make any changes and to make sure this is the approach
 everyone agrees on.

 {{{

 Using directory /home/shane/github/tor-browser-4/out/firefox/firefox-
 e14b7b74e92c-android-armv7-b6443a
 Building project https-everywhere - https-everywhere-2019.6.27-03f7dd.xpi
 Tag 2019.6.27 is signed with key 1073E74EB38BD6D19476CBF8EA9DBF9FB761A677
 Created /home/shane/github/tor-browser-4/tmp/rbm-dEXsD/https-
 everywhere-2019.6.27.tar.gz
 Building project container-image - container-image_stretch-
 amd64-4c35a5822622.tar.gz
 Building project debootstrap-image - container-image_stretch-
 amd64-2.tar.gz
 Using file /home/shane/github/tor-browser-4/out/debootstrap-image
 /container-image_ubuntu-base-19.10-base-amd64.tar.gz
 Using file /home/shane/github/tor-browser-4/out/debootstrap-
 image/apt_1.6.6ubuntu0.1_amd64.deb
 Using file /home/shane/github/tor-browser-4/out/debootstrap-image/libapt-
 pkg5.0_1.6.6ubuntu0.1_amd64.deb
 Build log: /home/shane/github/tor-browser-4/logs/debootstrap-image.log
 
 Starting build: Mon Nov  4 06:41:08 2019
 dpkg: warning: downgrading apt from 1.9.4 to 1.6.6ubuntu0.1
 (Reading database ... 4098 files and directories currently installed.)
 Preparing to unpack ./apt_1.6.6ubuntu0.1_amd64.deb ...
 Unpacking apt (1.6.6ubuntu0.1) over (1.9.4) ...
 Selecting previously unselected package libapt-pkg5.0:amd64.
 Preparing to unpack .../libapt-pkg5.0_1.6.6ubuntu0.1_amd64.deb ...
 Unpacking libapt-pkg5.0:amd64 (1.6.6ubuntu0.1) ...
 dpkg: dependency problems prevent configuration of libapt-pkg5.0:amd64:
  dpkg (1.19.7ubuntu2) breaks libapt-pkg5.0 (<< 1.7~b) and is installed.
   Version of libapt-pkg5.0:amd64 to be configured is 1.6.6ubuntu0.1.

 dpkg: error processing package libapt-pkg5.0:amd64 (--install):
  dependency problems - leaving unconfigured
 dpkg: dependency problems prevent configuration of apt:
  apt depends on libapt-pkg5.0 (>= 1.6.6ubuntu0.1); however:
   Package libapt-pkg5.0:amd64 is not configured yet.

 dpkg: error processing package apt (--install):
  dependency problems - leaving unconfigured
 Processing triggers for libc-bin (2.30-0ubuntu2) ...
 Errors were encountered while processing:
  libapt-pkg5.0:amd64
  apt

 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32053 [Applications/Tor Browser]: macOS bundles for Tor Browser 9.0a8 are not reproducible

2019-11-04 Thread Tor Bug Tracker & Wiki
#32053: macOS bundles for Tor Browser 9.0a8 are not reproducible
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Immediate|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Critical | Resolution:
 Keywords:  TorBrowserTeam201911, tbb-9.0-must,  |  Actual Points:
  tbb-9.0-issues, tbb-regression,|
  tbb-9.0.1-can, GeorgKoppen201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by gk):

 Okay, here come some promising results:
 {{{
 sha256sum test1/obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.*
 710f7c33fdf586735275ac82bae0e857dbbda4e4a9e2b95498b18231bb347a23  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.4rg6haojvyp4bm84.rcgu.bc
 e0a5bc12a4a2933e4386a25263c148e9c9c0798adcf3a5da83c19e2897eca09d  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.4rg6haojvyp4bm84.rcgu.o
 eeaec097f1e7170a6229e575edee88ae04cfab4d878650bd6b9f00fe6dc7ed75  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.d
 73066b1c98f66cb36ae83096f411910b55c41494c2d808738ade3d4f27c97847  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.bc
 50a8624628f83c5e5e522b1389bb649f59ea0b162aed8f3dd961dc363d0d68f3  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.bc.z
 d1ef8bb757d3958cbab4a29a900e105ce0cc3a515af01103ceec1502a4281fe0  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.no-opt.bc
 b1ae81ef931a8de03edc613d6685ca263585484d65a5a73c1195115541f452cd  test1
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.o

 sha256sum test2/obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.*
 710f7c33fdf586735275ac82bae0e857dbbda4e4a9e2b95498b18231bb347a23  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.4rg6haojvyp4bm84.rcgu.bc
 e0a5bc12a4a2933e4386a25263c148e9c9c0798adcf3a5da83c19e2897eca09d  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-
 eb257c29b0562cc6.4rg6haojvyp4bm84.rcgu.o
 eeaec097f1e7170a6229e575edee88ae04cfab4d878650bd6b9f00fe6dc7ed75  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.d
 061ac74571a2f59ec2f656f0c625093949300a80010d16fce04ac876498ff9d1  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.bc
 e98eb35706f10ce5559d63fa1fdd25de3673b45bf9113d14800db42187a7d4c8  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.bc.z
 d1ef8bb757d3958cbab4a29a900e105ce0cc3a515af01103ceec1502a4281fe0  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.no-opt.bc
 c3a1f4c3180f41ba5031c85d502c368ea9352fd2d4abb7e93bc2e5a3ed77d783  test2
 /obj-macos/x86_64-apple-darwin/release/deps/style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.o
 }}}
 The important part here is that the `style-eb257c29b0562cc6.style
 .5crbtq6r-cgu.0.rcgu.no-opt.bc` files *are* matching while the `style-
 eb257c29b0562cc6.style.5crbtq6r-cgu.0.rcgu.bc` ones do not. Assuming `no-
 opt` means not-optimized then the problem happens in the optimization
 step(?) for the bytecode, so I guess the "LLVM is non-deterministically
 optimizing IR" step you mentioned above.

 So, it seems to be an LLVM problem. Do you know whether we could work
 around that? Like using no-opt.bc for now? More importantly, though, do
 you have an idea how a small repro test could look like based on that
 information? Back in the day when working on #26475 you saved my day when
 you [https://github.com/rust-lang/rust/issues/52044#issuecomment-402349038
 came up with a test snippet] for an unrelated issue, so I could avoid
 staring at `libstyle`. I have the same hope for this issue. :)

 I can look at the actual diff in the .bc files tomorrow if you think that
 would be helpful.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32184 [Applications/Tor Browser]: Update from esr68-based Tor Browser to a new esr68-based Tor Browser shows red dot while downloading

2019-11-04 Thread Tor Bug Tracker & Wiki
#32184: Update from esr68-based Tor Browser to a new esr68-based  Tor Browser 
shows
red dot while downloading
-+-
 Reporter:  gk   |  Owner:  brade
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-9.0-issues, tbb-regression,  |  Actual Points:  0.25
  tbb-9.0.1-can, TorBrowserTeam201910R, tbb- |
  update |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by mcs):

 * points:  0.25 =>
 * actualpoints:   => 0.25


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32053 [Applications/Tor Browser]: macOS bundles for Tor Browser 9.0a8 are not reproducible

2019-11-04 Thread Tor Bug Tracker & Wiki
#32053: macOS bundles for Tor Browser 9.0a8 are not reproducible
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Immediate|  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Critical | Resolution:
 Keywords:  TorBrowserTeam201911, tbb-9.0-must,  |  Actual Points:
  tbb-9.0-issues, tbb-regression,|
  tbb-9.0.1-can, GeorgKoppen201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-

Comment (by alexcrichton):

 Nice!

 I agree with that conclusion as well in that it looks like LLVM may have a
 nondeterministic optimization somewhere in it. Can you upload the `*.bc`
 files so I could poke around at them? Both the `no-opt` and optimized
 versions if you can. Also, what rustc commit are you using? I'll try to
 get the same set of LLVM tools used on that commit.

 In terms of how to keep minimizing, I think the first step is to use 100%
 pure LLVM tools to reproduce this. For example "run this command 1000
 times and I get different results between runs". Given that the next best
 step would probably be to use `bugpoint` from LLVM to help reduce the
 input IR file into something smaller. Historically `bugpoint` has been a
 massive pain to use, but http://blog.llvm.org/2015/11/reduce-your-
 testcases-with-bugpoint-and.html was somewhat helpful to me in the past.
 The general idea is that you'll write a script which says whether an input
 module is "interesting", and in this case "interesting" means "I ran some
 LLVM optimizations a few times and it didn't always produce the same
 result".

 In any case I can try to help with the `bugpoint` process once I'm able to
 reproduce with the input LLVM modules.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32366 [Core Tor/Tor]: doxygen: use directory hierarchy, and start documenting directories

2019-11-04 Thread Tor Bug Tracker & Wiki
#32366: doxygen: use directory hierarchy, and start documenting directories
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  task  | Status:  needs_review
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:| Points:  1
 Reviewer:|Sponsor:
--+

Comment (by nickm):

 I've extended the branch and the PR to cover each directory.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32348 [Applications/Tor Browser]: Tor Browser 9 on Samsung S2 is not starting anymore

2019-11-04 Thread Tor Bug Tracker & Wiki
#32348: Tor Browser 9 on Samsung S2 is not starting anymore
-+-
 Reporter:  gk   |  Owner:  sysrqb
 Type:  defect   | Status:
 |  accepted
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issue, tbb-regression, tbb-  |  Actual Points:
  mobile, TorBrowserTeam201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by sysrqb):

 * owner:  tbb-team => sysrqb
 * keywords:  tbb-9.0-issue, tbb-regression, tbb-mobile => tbb-9.0-issue,
 tbb-regression, tbb-mobile, TorBrowserTeam201911
 * status:  new => accepted


Comment:

 I'll look at this at some point.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32350 [Applications/Tor Browser]: Think about whether Close Captions can help creating high-performance timers

2019-11-04 Thread Tor Bug Tracker & Wiki
#32350: Think about whether Close Captions can help creating high-performance
timers
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-fingerprinting-time-highres, |  Actual Points:
  TorBrowserTeamMM   |
Parent ID:  #16110   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by sysrqb):

 * cc: huseby (removed)
 * keywords:  tbb-fingerprinting-time-highres => tbb-fingerprinting-time-
 highres, TorBrowserTeamMM


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32361 [Applications/Tor Browser]: Unresponsive script error when I start Tor browser

2019-11-04 Thread Tor Bug Tracker & Wiki
#32361: Unresponsive script error when I start Tor browser
--+--
 Reporter:  LokiAstaroth  |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201912  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by sysrqb):

 * priority:  High => Medium
 * keywords:   => TorBrowserTeam201912


Comment:

 This is due to Android devices being slow and running javascript "slower
 than expected". Maybe we can investigate this next month.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32352 [Core Tor/Tor]: Stop adding a space when dumping an empty config value

2019-11-04 Thread Tor Bug Tracker & Wiki
#32352: Stop adding a space when dumping an empty config value
---+---
 Reporter:  teor   |  Owner:  teor
 Type:  defect | Status:  closed
 Priority:  Medium |  Milestone:  Tor:
   |  0.4.3.x-final
Component:  Core Tor/Tor   |Version:  Tor: unspecified
 Severity:  Normal | Resolution:  fixed
 Keywords:  BugSmashFund, no-backport  |  Actual Points:  0.1
Parent ID:  #32213 | Points:  0.1
 Reviewer: |Sponsor:
---+---
Changes (by teor):

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


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32344 [Core Tor/Tor]: Make immutability into a config_var_t flag

2019-11-04 Thread Tor Bug Tracker & Wiki
#32344: Make immutability into a config_var_t flag
---+---
 Reporter:  nickm  |  Owner:  nickm
 Type:  task   | Status:  closed
 Priority:  Medium |  Milestone:  Tor:
   |  0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  network-team-roadmap-november  |  Actual Points:  .2
Parent ID:  #29211 | Points:
 Reviewer:  teor   |Sponsor:
---+---
Changes (by teor):

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


Comment:

 Merged #32213, #32339, and #32344.

 Resolved conflicts between #32339 and #32344 by taking the V_IMMUTABLE and
 FILENAME changes on PidFile.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31891 [Core Tor/Tor]: make autostyle doesn't work when building outside the source tree

2019-11-04 Thread Tor Bug Tracker & Wiki
#31891: make autostyle doesn't work when building outside the source tree
--+
 Reporter:  catalyst  |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor:
  |  0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  duplicate
 Keywords:  easy, maint-scripts, 043-can  |  Actual Points:
Parent ID:  #31713| Points:
 Reviewer:|Sponsor:  Sponsor31-can
--+
Changes (by teor):

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


Comment:

 I fixed this issue in #32370, because I needed "make autostyle" for
 #32213.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32191 [Core Tor/Tor]: when cross-compiling, lzma and zstd will be detected on build system

2019-11-04 Thread Tor Bug Tracker & Wiki
#32191: when cross-compiling, lzma and zstd will be detected on build system
---+
 Reporter:  eighthave  |  Owner:  teor
 Type:  enhancement| Status:  assigned
 Priority:  Medium |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  Android, 042-backport  |  Actual Points:
Parent ID: | Points:
 Reviewer:  nickm  |Sponsor:
---+
Changes (by teor):

 * status:  new => assigned
 * cc: nickm (added)
 * owner:  (none) => teor
 * keywords:  Android 042-backport => Android, 042-backport
 * reviewer:  teor => nickm
 * type:  defect => enhancement


Comment:

 I made the requested changes, and cherry-picked to 0.4.2. Here are the
 PRs:
 * 0.4.2: https://github.com/torproject/tor/pull/1495

 Test branches:
 * master: https://github.com/torproject/tor/pull/1496

 Nick, do you think we should backport this build fix to 0.4.2?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32036 [Core Tor/Tor]: output debug logs to logcat as early as possible on Android

2019-11-04 Thread Tor Bug Tracker & Wiki
#32036: output debug logs to logcat as early as possible on Android
-+-
 Reporter:  eighthave|  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-mobile, Android, 043-should  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:  tbb-mobile, Android => tbb-mobile, Android, 043-should


Comment:

 I wonder if we should have a separate layer for control logs (which
 require the network) and other function-based logs, like syslog, which do
 not.

 But that's a big refactor, so maybe we should provide a way to change the
 default err log. At the moment, the default err log is a write() to
 stderr. When the err module is initialised, it can be replaced with
 stdout. When the log module is initialised, it can be replaced with a file
 or function.

 Is syslog() interrupt-safe on Android?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32164 [Applications/Tor Browser]: "View the Tor logs" puts an extra space at the end of each log line

2019-11-04 Thread Tor Bug Tracker & Wiki
#32164: "View the Tor logs" puts an extra space at the end of each log line
-+-
 Reporter:  arma |  Owner:
 |  pospeselr
 Type:  defect   | Status:  closed
 Priority:  Low  |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can,   |  Actual Points:  0.1
  TorBrowserTeam201910R  |
Parent ID:   | Points:  0.1
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

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


Comment:

 I guess you meant to close that again... ;)

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32348 [Applications/Tor Browser]: Tor Browser 9 on Samsung S2 is not starting anymore

2019-11-04 Thread Tor Bug Tracker & Wiki
#32348: Tor Browser 9 on Samsung S2 is not starting anymore
-+-
 Reporter:  gk   |  Owner:  sysrqb
 Type:  defect   | Status:
 |  accepted
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issue, tbb-regression, tbb-  |  Actual Points:
  mobile, TorBrowserTeam201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by sysrqb):

 * cc: tbb-team (added)


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32220 [Applications/Tor Browser]: Change letterboxing color when dark theme is enabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32220: Change letterboxing color when dark theme is enabled
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_review
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, ux-   |  Actual Points:  5
  team, TorBrowserTeam201911R|
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * status:  needs_revision => needs_review
 * keywords:  tbb-9.0-issues, tbb-9.0.1-can, ux-team, TorBrowserTeam201911
 => tbb-9.0-issues, tbb-9.0.1-can, ux-team, TorBrowserTeam201911R
 * actualpoints:   => 5


Comment:

 **gk**: Letterboxing now only occurs when necessary and there are no more
 unconditional CSS changes (each rule is now behind a 'letterbox' class). I
 haven't seen the scrollbar color issue you've described with the most
 recent patch.

 tor-browser: https://gitweb.torproject.org/user/richard/tor-
 browser.git/commit/?h=bug_32220_v2

 The browser content is now anchored to the toolbar, but the toolbar's
 horizontal border must remain. If we end up not liking that horizontal
 line, we can go further in and modify the global styles a bit.

 [[Image(https://trac.torproject.org/projects/tor/raw-
 attachment/ticket/32220/abouttor%20letterboxed.png, 700)]]

 [[Image(https://trac.torproject.org/projects/tor/raw-
 attachment/ticket/32220/abouttor%20none.png, 700)]]

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32344 [Core Tor/Tor]: Make immutability into a config_var_t flag

2019-11-04 Thread Tor Bug Tracker & Wiki
#32344: Make immutability into a config_var_t flag
---+---
 Reporter:  nickm  |  Owner:  nickm
 Type:  task   | Status:  closed
 Priority:  Medium |  Milestone:  Tor:
   |  0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:  fixed
 Keywords:  network-team-roadmap-november  |  Actual Points:  .2
Parent ID:  #29211 | Points:
 Reviewer:  teor   |Sponsor:
---+---

Comment (by teor):

 Opened #32373 for follow up.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32373 [Core Tor/Tor]: Create a way to scan all configured file paths

2019-11-04 Thread Tor Bug Tracker & Wiki
#32373: Create a way to scan all configured file paths
---+
 Reporter:  teor   |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal |   Keywords:  network-team-roadmap-?
Actual Points: |  Parent ID:  #29211
   Points:  2  |   Reviewer:
  Sponsor:  Sponsor31-can  |
---+
 We often want to do checks on all configured file paths:
 * relative paths
 * runtime immutability
 * sandbox immutability

 We need to scan:
 * type FILENAME
 * HiddenServiceDir
 * Log files
 * *Port unix sockets
 * ControlSocket
 * Any options that activate a file path, but don't allow it to be
 configured (OnionAuth etc.)

 Follow up to #32339 and #32344.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32339 [Core Tor/Tor]: Use a table to drive options_check_transition and warn_about_relative_paths

2019-11-04 Thread Tor Bug Tracker & Wiki
#32339: Use a table to drive options_check_transition and 
warn_about_relative_paths
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  enhancement   | Status:  closed
 Priority:  Medium|  Milestone:  Tor:
  |  0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  fixed
 Keywords:  network-team-roadmap-october  |  Actual Points:  .1
Parent ID:  #29211| Points:  1
 Reviewer:  teor  |Sponsor:  Sponsor31-can
--+
Changes (by teor):

 * keywords:  network-team-roadmap-? => network-team-roadmap-october
 * status:  merge_ready => closed
 * resolution:   => fixed


Comment:

 Merged #32213, #32339, and #32344.

 Resolved conflicts between #32339 and #32344 by taking the V_IMMUTABLE and
 FILENAME changes on PidFile.

 Opened #32373 for follow up.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #25568 [Core Tor/Tor]: hs: Lookup failure cache when introducing to an intro point

2019-11-04 Thread Tor Bug Tracker & Wiki
#25568: hs: Lookup failure cache when introducing to an intro point
-+-
 Reporter:  dgoulet  |  Owner:  neel
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:  fixed
 Keywords:  security, tor-hs,|  Actual Points:  0.1
  034-triage-20180328, 034-removed-20180328, |
  BugSmashFund   |
Parent ID:  #29995   | Points:  0.1
 Reviewer:  asn  |Sponsor:
 |  Sponsor27-must
-+-
Changes (by teor):

 * keywords:
 security, tor-hs, 034-triage-20180328, 034-removed-20180328, 035
 -backport-maybe, 040-backport-maybe, 041-backport-maybe, 042-backport-
 maybe, BugSmashFund
 =>
 security, tor-hs, 034-triage-20180328, 034-removed-20180328,
 BugSmashFund


Comment:

 No backport

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32295 [Core Tor/Tor]: "Skipping obsolete configuration option." doesn't say which one

2019-11-04 Thread Tor Bug Tracker & Wiki
#32295: "Skipping obsolete configuration option." doesn't say which one
-+-
 Reporter:  arma |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.2.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.4.2.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  network-team-roadmap-november,   |  Actual Points:
  042-backport   |
Parent ID:  #29211   | Points:  0.5
 Reviewer:   |Sponsor:
 |  Sponsor31-must
-+-
Changes (by teor):

 * keywords:   => network-team-roadmap-november, 042-backport
 * cc: nickm (added)
 * points:   => 0.5
 * sponsor:   => Sponsor31-must
 * parent:   => #29211


Comment:

 This is a bug on #30864, which was sponsor 31, so it is a must-have for
 Sponsor 31.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32368 [Core Tor/Tor]: Use the same tor binary in all our test scripts

2019-11-04 Thread Tor Bug Tracker & Wiki
#32368: Use the same tor binary in all our test scripts
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:  assigned
 Priority:  Medium   |  Milestone:  Tor: 0.4.3.x-final
Component:  Core |Version:
  Tor/Tor|   Keywords:  tor-test, network-team-roadmap-
 Severity:  Normal   |  october
Actual Points:  0.1  |  Parent ID:  #32213
   Points:  0.1  |   Reviewer:
  Sponsor:   |
  Sponsor31-can  |
-+-


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32370 [Core Tor/Tor]: Fix "make autostyle" in out of tree builds

2019-11-04 Thread Tor Bug Tracker & Wiki
#32370: Fix "make autostyle" in out of tree builds
--+
 Reporter:  teor  |  Owner:  teor
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor:
  |  0.4.3.x-final
Component:  Core Tor/Tor  |Version:  Tor:
  |  0.4.1.2-alpha
 Severity:  Normal| Resolution:  fixed
 Keywords:  network-team-roadmap-october  |  Actual Points:  0.1
Parent ID:  #32213| Points:  0.1
 Reviewer:|Sponsor:  Sponsor31-can
--+
Changes (by teor):

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


Comment:

 We'll deal with this in #32213.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32371 [Core Tor/Tor]: Fix update_versions.py in out of tree builds

2019-11-04 Thread Tor Bug Tracker & Wiki
#32371: Fix update_versions.py in out of tree builds
--+
 Reporter:  teor  |  Owner:  teor
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:  Tor:
  |  0.4.3.x-final
Component:  Core Tor/Tor  |Version:  Tor:
  |  0.4.0.1-alpha
 Severity:  Normal| Resolution:  fixed
 Keywords:  network-team-roadmap-october  |  Actual Points:  0
Parent ID:  #32213| Points:  0
 Reviewer:|Sponsor:  Sponsor31-can
--+
Changes (by teor):

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


Comment:

 We'll deal with this in #32213.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32371 [Core Tor/Tor]: Fix update_versions.py in out of tree builds

2019-11-04 Thread Tor Bug Tracker & Wiki
#32371: Fix update_versions.py in out of tree builds
---+--
 Reporter:  teor   |  Owner:  teor
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:  Tor: 0.4.0.1-alpha
 Severity:  Normal |   Keywords:  network-team-roadmap-october
Actual Points:  0  |  Parent ID:  #32213
   Points:  0  |   Reviewer:
  Sponsor:  Sponsor31-can  |
---+--
 One file wasn't relative to abs_top_srcdir.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32213 [Core Tor/Tor]: Phase 1: Disable minimal dirauth and relay options when those modules are disabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32213: Phase 1: Disable minimal dirauth and relay options when those modules 
are
disabled
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:
 |  merge_ready
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.3.4.1-alpha
 Severity:  Normal   | Resolution:
 Keywords:  tor-design, network-team-roadmap-|  Actual Points:  5.1
  october|
Parent ID:  #31851   | Points:  0.5
 Reviewer:  nickm|Sponsor:
 |  Sponsor31-must
-+-
Changes (by teor):

 * status:  needs_review => merge_ready
 * version:   => Tor: 0.3.4.1-alpha
 * actualpoints:  4.8 => 5.1


Comment:

 I pushed the final branch with these changes:
 * improve test coverage, where reasonable
 * changes files
 * rename new global functions so they are tied to a module/type
   * spacing and practracker fixes
 * autostyle
   * fixes so autostyle works out of tree
 * regenerate practracker, but only commit the changes that tighten
 restrictions

 Anyone can merge once CI passes:
 * master: https://github.com/torproject/tor/pull/1477

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #31882 [Core Tor/Tor]: move Android build config into core tor

2019-11-04 Thread Tor Bug Tracker & Wiki
#31882: move Android build config into core tor
-+
 Reporter:  eighthave|  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  Android, tbb-mobile  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  nickm|Sponsor:
-+
Changes (by teor):

 * status:  new => needs_review


Comment:

 If this PR can be merged as-is, we should probably merge it.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32298 [Core Tor/Tor]: make pkg-config a hard requirement for Android builds, since lzma requires it

2019-11-04 Thread Tor Bug Tracker & Wiki
#32298: make pkg-config a hard requirement for Android builds, since lzma 
requires
it
--+---
 Reporter:  eighthave |  Owner:  (none)
 Type:  defect| Status:  closed
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:  duplicate
 Keywords:  Android   |  Actual Points:
Parent ID:  #32191| Points:
 Reviewer:|Sponsor:
--+---
Changes (by teor):

 * status:  new => closed
 * resolution:   => duplicate
 * parent:   => #32191


Comment:

 Some of this ticket duplicates #32191, the rest of it is wontfix.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32172 [Core Tor/Tor]: port test suite to Android to run in emulator

2019-11-04 Thread Tor Bug Tracker & Wiki
#32172: port test suite to Android to run in emulator
-+
 Reporter:  eighthave|  Owner:  (none)
 Type:  task | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  Android, tbb-mobile  |  Actual Points:
Parent ID:   | Points:
 Reviewer:  nickm|Sponsor:
-+
Changes (by teor):

 * status:  needs_revision => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32368 [Core Tor/Tor]: Use the same tor binary in all our test scripts

2019-11-04 Thread Tor Bug Tracker & Wiki
#32368: Use the same tor binary in all our test scripts
-+-
 Reporter:  teor |  Owner:  teor
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.4.3.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  0.2.7.3-rc
 Severity:  Normal   | Resolution:  fixed
 Keywords:  tor-test, network-team-roadmap-  |  Actual Points:  0.1
  october|
Parent ID:  #32213   | Points:  0.1
 Reviewer:   |Sponsor:
 |  Sponsor31-can
-+-
Changes (by teor):

 * status:  assigned => closed
 * version:   => Tor: 0.2.7.3-rc
 * resolution:   => fixed


Comment:

 We'll deal with these changes in #32213.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32220 [Applications/Tor Browser]: Change letterboxing color when dark theme is enabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32220: Change letterboxing color when dark theme is enabled
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, ux-   |  Actual Points:
  team, TorBrowserTeam201911 |
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * Attachment "abouttor letterboxed.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32220 [Applications/Tor Browser]: Change letterboxing color when dark theme is enabled

2019-11-04 Thread Tor Bug Tracker & Wiki
#32220: Change letterboxing color when dark theme is enabled
-+-
 Reporter:  cypherpunks  |  Owner:  tbb-
 |  team
 Type:  defect   | Status:
 |  needs_revision
 Priority:  Medium   |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Normal   | Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0.1-can, ux-   |  Actual Points:
  team, TorBrowserTeam201911 |
Parent ID:   | Points:  2
 Reviewer:   |Sponsor:
-+-
Changes (by pospeselr):

 * Attachment "abouttor none.png" added.


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32370 [Core Tor/Tor]: Fix "make autostyle" in out of tree builds

2019-11-04 Thread Tor Bug Tracker & Wiki
#32370: Fix "make autostyle" in out of tree builds
---+--
 Reporter:  teor   |  Owner:  teor
 Type:  defect | Status:  assigned
 Priority:  Medium |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:  Tor: 0.4.1.2-alpha
 Severity:  Normal |   Keywords:  network-team-roadmap-october
Actual Points:  0.1|  Parent ID:  #32213
   Points:  0.1|   Reviewer:
  Sponsor:  Sponsor31-can  |
---+--
 The paths were relative to cwd, not top_srcdir

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30552 [Applications/Tor Browser]: Android - Clean up torrc

2019-11-04 Thread Tor Bug Tracker & Wiki
#30552: Android - Clean up torrc
--+
 Reporter:  sysrqb|  Owner:  tbb-team
 Type:  defect| Status:
  |  needs_revision
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-mobile, TorBrowserTeam201911  |  Actual Points:
Parent ID:| Points:  0.5
 Reviewer:|Sponsor:
--+

Comment (by sisbell):

 I'll do the following: throw exception if port less than 1. accept any
 value >=0, and treat null as auto.

 According to the specs transparentProxyPort (as well all tunnel port) are
 0 default, which means it is disabled. So I'm thinking TOPL should not
 have any default values. If Orbot needs these values set, it can set them
 through the prefs backing the AndroidTorSettings impl.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30866 [Core Tor/Tor]: Teach config.c to work with options configured in other modules

2019-11-04 Thread Tor Bug Tracker & Wiki
#30866: Teach config.c to work with options configured in other modules
--+
 Reporter:  nickm |  Owner:  nickm
 Type:  enhancement   | Status:  needs_revision
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal| Resolution:
 Keywords:|  Actual Points:
Parent ID:  #29211| Points:  2
 Reviewer:  teor  |Sponsor:  Sponsor31-can
--+
Changes (by teor):

 * status:  needs_review => needs_revision


Comment:

 I like the design here. I am looking forward to being able to disable the
 dirauth and relay options in a generic way.

 I did a review of the code on GitHub - I had some questions, and found
 some typos.

 I expect that we will have some parseconf tests in this branch, or some
 more unit tests (or both). I opened #32374 to make it easier to test
 options_act*(). It would have been helpful in #32213, and would also help
 with testing this ticket.

 I resolved a conflict between #32339 and #32344 when merging to master, so
 this branch needs to be rebased.

 Can we squash the "Use the confdecl.h macros to declare a crypto_options_t
 struct" and WIP commits, so that the eventual code is cleaner? Or just
 delete the draft "Use the confdecl.h macros to declare a crypto_options_t
 struct" ?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32299 [Core Tor/Tor]: read GeoIPFile and GeoIP6File straight out of APK file (Android-only)

2019-11-04 Thread Tor Bug Tracker & Wiki
#32299: read GeoIPFile and GeoIP6File straight out of APK file (Android-only)
-+
 Reporter:  eighthave|  Owner:  (none)
 Type:  enhancement  | Status:  new
 Priority:  Medium   |  Milestone:
Component:  Core Tor/Tor |Version:
 Severity:  Normal   | Resolution:
 Keywords:  Android, tbb-mobile, needs-proposal  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+
Changes (by teor):

 * keywords:  Android, tbb-mobile => Android, tbb-mobile, needs-proposal


Comment:

 It looks like this feature would change the tor specs, because they
 currently assume that the GeoIP* files are read straight from disk. (It
 also looks like this feature would be useful on any disk-constrained
 system: lots of Tor's directory documents are sent compressed, and only
 read into RAM once.)

 So let's design this change using the Tor proposal process:
 https://gitweb.torproject.org/torspec.git/tree/proposals/001-process.txt#n39

 Here are some design notes:

 In Tor, we currently use prefixes for special file names:
 * unix sockets: "unix:(path)"

 We could do something similar for archives:
 * zip files: "zip:(path to file)/(path within archive)"
 That would be easy to extend to other formats as needed.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32365 [Applications/Tor Browser]: Localization is broken in Tor Browser 9 on Android

2019-11-04 Thread Tor Bug Tracker & Wiki
#32365: Localization is broken in Tor Browser 9 on Android
-+-
 Reporter:  gk   |  Owner:  tbb-
 |  team
 Type:  defect   | Status:  new
 Priority:  High |  Milestone:
Component:  Applications/Tor Browser |Version:
 Severity:  Major| Resolution:
 Keywords:  tbb-9.0-issues, tbb-9.0-regression,  |  Actual Points:
  TorBrowserTeam201911   |
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by sysrqb):

 * keywords:  tbb-9.0-issues, tbb-9.0-regression => tbb-9.0-issues,
 tbb-9.0-regression, TorBrowserTeam201911


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32344 [Core Tor/Tor]: Make immutability into a config_var_t flag

2019-11-04 Thread Tor Bug Tracker & Wiki
#32344: Make immutability into a config_var_t flag
---+---
 Reporter:  nickm  |  Owner:  nickm
 Type:  task   | Status:  merge_ready
 Priority:  Medium |  Milestone:  Tor:
   |  0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal | Resolution:
 Keywords:  network-team-roadmap-november  |  Actual Points:  .2
Parent ID:  #29211 | Points:
 Reviewer:  teor   |Sponsor:
---+---
Changes (by teor):

 * status:  needs_revision => merge_ready


Comment:

 Yes, I think we should go ahead, and make further changes in other
 tickets.

 I'd like to merge #32213, #32339, and #32344 in that order, to minimise
 conflicts (if any). I'm just waiting for CI to pass on #32213.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #32364 [Applications/Tor Browser]: Disable 0-RTT protocol in the browser

2019-11-04 Thread Tor Bug Tracker & Wiki
#32364: Disable 0-RTT protocol in the browser
--+--
 Reporter:  cypherpunks   |  Owner:  tbb-team
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  TorBrowserTeam201911  |  Actual Points:
Parent ID:| Points:
 Reviewer:|Sponsor:
--+--
Changes (by sysrqb):

 * keywords:   => TorBrowserTeam201911
 * priority:  Very High => Medium


Comment:

 Do we actually know if Tor Browser is using 0rtt? or is disabling this
 pref for defense-in-depth? If we're sending 0rtt then we'll increase the
 priority.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32369 [Core Tor/Tor]: Should rename_c_identifier.py also update practracker/exceptions.txt

2019-11-04 Thread Tor Bug Tracker & Wiki
#32369: Should rename_c_identifier.py also update practracker/exceptions.txt
--+
 Reporter:  teor  |  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:  043-should
Actual Points:|  Parent ID:
   Points:  0.1   |   Reviewer:
  Sponsor:|
--+
 In #32213, I got a commit hook error, because rename_c_identifier.py
 renamed some functions, but did not rename their entries in
 practracker/exceptions.txt.

 Should we rename entries in practracker/exceptions.txt automatically?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #32372 [Core Tor/Tor]: Add a practracker mode that only regenerates over-broad exceptions

2019-11-04 Thread Tor Bug Tracker & Wiki
#32372: Add a practracker mode that only regenerates over-broad exceptions
---+
 Reporter:  teor   |  Owner:  (none)
 Type:  enhancement| Status:  new
 Priority:  Medium |  Milestone:  Tor: 0.4.3.x-final
Component:  Core Tor/Tor   |Version:
 Severity:  Normal |   Keywords:  043-should
Actual Points: |  Parent ID:
   Points:  1  |   Reviewer:
  Sponsor:  Sponsor31-can  |
---+
 In #32213, I regenerated the practracker file, and then manually committed
 the over-broad exceptions.

 It would be helpful if we had a `--regen-overbroad` option to practracker,
 that automatically regenerated the improvements we have made.

 I feel like this should be easy, it's a combination of `--regen` and
 `--list-overbroad`. But I don't know the practracker design well enough to
 do it cleanly.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30552 [Applications/Tor Browser]: Android - Clean up torrc

2019-11-04 Thread Tor Bug Tracker & Wiki
#30552: Android - Clean up torrc
---+---
 Reporter:  sysrqb |  Owner:  tbb-team
 Type:  defect | Status:
   |  needs_review
 Priority:  Medium |  Milestone:
Component:  Applications/Tor Browser   |Version:
 Severity:  Normal | Resolution:
 Keywords:  tbb-mobile, TorBrowserTeam201911R  |  Actual Points:
Parent ID: | Points:  0.5
 Reviewer: |Sponsor:
---+---
Changes (by sisbell):

 * keywords:  tbb-mobile, TorBrowserTeam201911 => tbb-mobile,
 TorBrowserTeam201911R
 * status:  needs_revision => needs_review


--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #30552 [Applications/Tor Browser]: Android - Clean up torrc

2019-11-04 Thread Tor Bug Tracker & Wiki
#30552: Android - Clean up torrc
--+
 Reporter:  sysrqb|  Owner:  tbb-team
 Type:  defect| Status:
  |  needs_revision
 Priority:  Medium|  Milestone:
Component:  Applications/Tor Browser  |Version:
 Severity:  Normal| Resolution:
 Keywords:  tbb-mobile, TorBrowserTeam201911  |  Actual Points:
Parent ID:| Points:  0.5
 Reviewer:|Sponsor:
--+

Comment (by sisbell):

 I made the change to accept 0 value for a port and null will assign "auto"
 as the value. Anything less than 0 will throw an IllegalArgumentException.
 This is a runtime exception so we won't start tor at all if user passes in
 negative value. I added unit tests to verify behavior.

 
https://github.com/sisbell/Tor_Onion_Proxy_Library/commit/47b53aeb243639a3ffd46916d88111d71e8ea124

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

  1   2   >