Author: kotkov Date: Thu May 25 17:02:52 2023 New Revision: 1910061 URL: http://svn.apache.org/viewvc?rev=1910061&view=rev Log: Provide SHA-512 checksums in the download section.
* publish/includes/download.html: Provide links to SHA-512 checksums. Update relevant parts of the text descriptions. Modified: serf/site/publish/download.html Modified: serf/site/publish/download.html URL: http://svn.apache.org/viewvc/serf/site/publish/download.html?rev=1910061&r1=1910060&r2=1910061&view=diff ============================================================================== --- serf/site/publish/download.html (original) +++ serf/site/publish/download.html Thu May 25 17:02:52 2023 @@ -64,17 +64,17 @@ <thead> <tr> <th>File</th> - <th>SHA-1</th> + <th>Checksum (SHA-512)</th> </tr> </thead> <tbody> <tr> <td><a href="https://www.apache.org/dist/serf/serf-1.3.9.tar.bz2">serf-1.3.9.tar.bz2</a></td> - <td>26015c63e3bbb108c1689bf2090e4c26351db674</td> + <td><a href="https://www.apache.org/dist/serf/serf-1.3.9.tar.bz2.sha512">SHA-512</a></td> </tr> <tr> <td><a href="https://www.apache.org/dist/serf/serf-1.3.9.zip">serf-1.3.9.zip</a></td> - <td>801cc1b5737e3a949ebb66e3a10e2572ac76ce0f</td> + <td><a href="https://www.apache.org/dist/serf/serf-1.3.9.zip.sha512">SHA-512</a></td> </tr> </tbody> </table> @@ -99,9 +99,9 @@ % gpg --verify serf-1.3.9.tar.bz2.asc</pre> <p> - Alternatively, you can verify at least the SHA1 checksum on the files. - A unix program called sha1 or sha1sum is included in many unix - distributions. It is also available as part of GNU Textutils. + Alternatively, you can verify at least the SHA-512 checksum on the files. + A unix program called sha512sum is included in many unix distributions. + It is also available as part of GNU Textutils. </p> <h3>Subversion Checkout</h3>