[tor-bugs] #4261 [Tor Browser]: Use .dmg rather than .zip for Mac OS X

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Tue Oct 18 20:56:51 UTC 2011


#4261: Use .dmg rather than .zip for Mac OS X
-------------------------+--------------------------------------------------
 Reporter:  ioerror      |          Owner:  mikeperry
     Type:  task         |         Status:  new      
 Priority:  normal       |      Milestone:           
Component:  Tor Browser  |        Version:           
 Keywords:               |         Parent:           
   Points:               |   Actualpoints:           
-------------------------+--------------------------------------------------

Comment(by hellais):

 So I tinkered a little bit with different compression algorithms and
 different hdiutil commands and in ended up with these conclusions.

 The Tor Browser Bundle compressed to .dmg with the following command:

       hdiutil convert TorBrowserBundle.dmg -format UDZO -imagekey zlib-
 level=9 -o TorBrowserBundle-compressed.dmg

 has a total file size of 3.2364 KB.

 This is compressed using zlib level of 9, so optimized memory consumption
 minimized speed.

 If I compress the original bundle using bzip2 I actually end up with a
 smaller file than the current .zip: 2.9976 KB.

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


More information about the tor-bugs mailing list