[tor-bugs] #18326 [Tor Browser]: Creating incremental MAR files should not include Tor Browser version in meta data

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Feb 16 20:48:59 UTC 2016


#18326: Creating incremental MAR files should not include Tor Browser version in
meta data
-------------------------+--------------------------
 Reporter:  gk           |          Owner:  tbb-team
     Type:  defect       |         Status:  new
 Priority:  Medium       |      Milestone:
Component:  Tor Browser  |        Version:
 Severity:  Normal       |     Resolution:
 Keywords:  tbb-gitian   |  Actual Points:
Parent ID:  #18325       |         Points:
  Sponsor:               |
-------------------------+--------------------------

Comment (by mcs):

 The mar program does have an option to update the product info block:
 {{{
   Refresh the product information block of a MAR file:
     mar [-H MARChannelID] [-V ProductVersion] [-C workingDir] -i
 unsigned_archive_to_refresh.mar
 }}}
 That means it should work to run a command like this before signing:
 {{{
   mar -H release -V 5.5.2 -i unsigned.mar
 }}}
 I think I have successfully used a command like that before when Kathy and
 I were doing some testing but I did not try it today.

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


More information about the tor-bugs mailing list