Software Update:HowToManuallyGenerateMARFiles: Difference between revisions

Jump to navigation Jump to search
Use SHA-512
(Use SHA-512)
Line 32: Line 32:


  ls -al partial.mar | awk '{print $5}'
  ls -al partial.mar | awk '{print $5}'
  md5sum partial.mar | awk '{print $1}'
  openssl dgst -sha512 partial.mar | awk '{print $2}'


  <patch type="partial" URL="http://foo.bar.com/partial.mar" hashFunction="MD5" hashValue="5b2469c51c585eed802a1d9eb7e22f8c" size="785"/>
  <patch type="partial" URL="http://foo.bar.com/partial.mar" hashFunction="SHA512" hashValue="e06fbd6c2989f83594dbee9c92dc6724965d0f5c99ce28091ff1a3e5b894de7e8d64ac1a99840c7b9f59b5cdd7592f6f46bf5e1b3ecaef2cc0d364e025e4c8bb" size="785"/>


== Create the complete mar ==
== Create the complete mar ==
Line 43: Line 43:


  ls -al complete.mar | awk '{print $5}'
  ls -al complete.mar | awk '{print $5}'
  md5sum complete.mar | awk '{print $1}'
  openssl dgst -sha512 complete.mar | awk '{print $2}'


  <patch type="complete" URL="http://foo.bar.com/complete.mar" hashFunction="MD5" hashValue="8181bb3967aa4c04905e432d29aa5091" size="8258749"/>
  <patch type="complete" URL="http://foo.bar.com/complete.mar" hashFunction="SHA512" hashValue="b481cdb5a0e01aa8e5b419a455696650facebc269636591663e9d94bb0a300ad707f6626b98ae3bb738c0b75525e539b5659d933b4095cd913dfcf5f40dcad16" size="8258749"/>


== Update Snippets ==  
== Update Snippets ==  


For more on update snippets, see [[Software_Update:HowToTestMajorUpdateUI]]
For more on update snippets, see [[Software_Update:HowToTestMajorUpdateUI]]
Confirmed users
269

edits

Navigation menu