canmove, Confirmed users
637
edits
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=" | hashFunction="sha256" | ||
hashValue=" | 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=" | hashFunction="sha256" | ||
hashValue=" | 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=" | - <patch hashFunction="sha256" ..> | ||
Hash function names are stored here: | Hash function names are stored here: | ||
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=".." ..> |