svn commit: r47204 - head/en_US.ISO8859-1/htdocs/releases/10.2R

Glen Barber gjb at FreeBSD.org
Tue Aug 11 23:27:43 UTC 2015


Author: gjb
Date: Tue Aug 11 23:27:42 2015
New Revision: 47204
URL: https://svnweb.freebsd.org/changeset/doc/47204

Log:
  Note that the MD5 signatures are not sufficient to verify the downloaded
  image, and that the SHA256 files should always be used.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/en_US.ISO8859-1/htdocs/releases/10.2R/signatures.xml

Modified: head/en_US.ISO8859-1/htdocs/releases/10.2R/signatures.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/releases/10.2R/signatures.xml	Tue Aug 11 23:13:50 2015	(r47203)
+++ head/en_US.ISO8859-1/htdocs/releases/10.2R/signatures.xml	Tue Aug 11 23:27:42 2015	(r47204)
@@ -24,6 +24,12 @@
     <p>This page contains links to the PGP-signed checksum files for
       &os; &local.rel;.</p>
 
+    <p>Please note, the <tt>MD5</tt> checksums are provided to quickly
+      test for image corruption during download.  The <tt>MD5</tt>
+      checksums alone should <em>not</em> be used to fully verify the
+      images.  The <tt>SHA256</tt> checksums should always be used to
+      fully verify the image.</p>
+
     <h1>Installation Image Checksums</h1>
 
     <table class="tblbasic tblwide tbldownload">


More information about the svn-doc-all mailing list