[tor-bugs] #33646 [Core Tor/Tor]: Wrong list of enabled modules

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Mar 18 23:34:12 UTC 2020


#33646: Wrong list of enabled modules
-------------------------------------------------+-------------------------
 Reporter:  Vort                                 |          Owner:  dgoulet
     Type:  defect                               |         Status:
                                                 |  assigned
 Priority:  Low                                  |      Milestone:  Tor:
                                                 |  0.4.3.x-final
Component:  Core Tor/Tor                         |        Version:  Tor:
                                                 |  0.4.3.2-alpha
 Severity:  Minor                                |     Resolution:
 Keywords:  build, 043-must, 043-backport,       |  Actual Points:
  consider-backport-after-ci-passes              |
Parent ID:                                       |         Points:  0.1
 Reviewer:                                       |        Sponsor:
-------------------------------------------------+-------------------------
Changes (by teor):

 * status:  new => assigned
 * version:  Tor: 0.4.3.3-alpha => Tor: 0.4.3.2-alpha
 * keywords:  build => build, 043-must, 043-backport, consider-backport-
     after-ci-passes
 * points:   => 0.1
 * milestone:   => Tor: 0.4.3.x-final
 * owner:  (none) => dgoulet


Comment:

 Thanks!

 Looks like we're missing a $ in xenable_module_mname:
 {{{
 m4_foreach_w([mname], MODULES,
   [
     test "xenable_module_mname" != "xno" && value=1 || value=0
     PPRINT_PROP_BOOL([mname (--disable-module-mname)], $value)
   ]
 )
 }}}

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


More information about the tor-bugs mailing list