Software Update:Testing: Difference between revisions

Jump to navigation Jump to search
m
upgrading use of deprecated sha1
No edit summary
m (upgrading use of deprecated sha1)
 
Line 28: Line 28:
         <patch type="partial"
         <patch type="partial"
               URL="http://download.mozilla.org/foo/bar-partial"
               URL="http://download.mozilla.org/foo/bar-partial"
               hashFunction="SHA1"  
               hashFunction="sha256"  
               hashValue="f11cd48adbbb57f32b5582c6096bed8d483bd927"
               hashValue="68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728"
               size="324344"/>
               size="324344"/>
         <patch type="complete"
         <patch type="complete"
               URL="http://download.mozilla.org/foo/bar-complete"
               URL="http://download.mozilla.org/foo/bar-complete"
               hashFunction="SHA1"  
               hashFunction="sha256"  
               hashValue="f11cd48adbbb57f32b5582c6096bed8d483bd927"
               hashValue="68e656b251e67e8358bef8483ab0d51c6619f3e7a1a9f0e75838d41ff368f728"
               size="6243443"/>
               size="6243443"/>
       </update>
       </update>
Line 66: Line 66:
     is the size (in bytes) of the update .mar file. This is currently unused
     is the size (in bytes) of the update .mar file. This is currently unused
     but should be supplied.
     but should be supplied.
   - <patch hashFunction="SHA1" ..>
   - <patch hashFunction="sha256" ..>
     Hash function names are stored here:
     Hash function names are stored here:
     http://lxr.mozilla.org/seamonkey/source/caps/idl/nsICryptoHash.idl
     https://dxr.mozilla.org/mozilla-central/source/netwerk/base/nsICryptoHash.idl
     Test invalid values for hash function name
     Test invalid values for hash function name
   - <patch hashValue=".." ..>
   - <patch hashValue=".." ..>
canmove, Confirmed users
637

edits

Navigation menu