Author: stsp
Date: Thu Apr 12 12:45:16 2012
New Revision: 1325226
URL: http://svn.apache.org/viewvc?rev=1325226&view=rev
Log:
* site/publish/download/download.html: MD5 is dead.
Modified:
subversion/site/publish/download/download.html
Modified: subversion/site/publish/download/download.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1325226&r1=1325225&r2=1325226&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Thu Apr 12 12:45:16 2012
@@ -231,9 +231,8 @@ network to distribute releases, and some
% gpg --verify subversion-1.7.0.tar.gz.asc
</code></p>
-<p>Alternatively, you can verify the SHA1 (or MD5) signature on the
- files. A unix program called <code>sha1</code>
- or <code>sha1sum</code> (<code>md5sum</code>, for MD5 signatures)
+<p>Alternatively, you can verify the SHA1 signature on the
+ files. A unix program called <code>sha1</code> or <code>sha1sum</code>
is included in many unix distributions. It is also available as
part of <a href="http://www.gnu.org/software/textutils/textutils.html"
>GNU Textutils</a>.</p>