svn commit: r76864 - /release/apr/README.html
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: minfrin
Date: Fri May 16 13:31:47 2025
New Revision: 76864
Log:
SHA256 hashes are the way.
Modified:
release/apr/README.html
Modified: release/apr/README.html
==============================================================================
--- release/apr/README.html (original)
+++ release/apr/README.html Fri May 16 13:31:47 2025
@@ -37,12 +37,11 @@ $ gpg --verify apr-1.0.1.tar.gz.asc
</pre>
<p>
- We also offer MD5 and SHA1 hashes as an alternative to validate the
- integrity of the downloaded files. An MD5 hash consists of a 32
- character string (example: <i>d41d8cd98f00b204e9800998ecf8427e</i>),
- and a SHA1 hash consists of a 40 character string (example:
- <i>da39a3ee5e6b4b0d3255bfef95601890afd80709</i>). See the hash inside
- each <tt><var>distribution</var>.md5</tt> and
- <tt><var>distribution</var>.sha1</tt> file for each distribution.
+ We also offer SHA256 hashes as an alternative to validate the
+ integrity of the downloaded files. A SHA256 hash consists of a 64
+ character string (example:
+ <i>6a10e7f7430510600af25fabf466e1df61aaae910bf1dc5d10c44a4433ccc81d</i>).
+ See the hash inside
+ each <tt><var>distribution</var>.sha256</tt> file for each distribution.
</p>