swift       13/08/01 19:02:27

  Modified:             hb-install-alpha-medium.xml
                        hb-install-hppa-medium.xml
                        hb-install-ia64-medium.xml
                        hb-install-ppc-medium.xml
                        hb-install-ppc64-medium.xml
                        hb-install-sparc-medium.xml
                        hb-install-x86+amd64-medium.xml
  Log:
  Fix bug #479094 - Checksums are SHA-2 (512) now, so use sha512sum command

Revision  Changes    Path
1.60                 xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.60&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.60&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?r1=1.59&r2=1.60

Index: hb-install-alpha-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- hb-install-alpha-medium.xml 12 Nov 2012 21:04:16 -0000      1.59
+++ hb-install-alpha-medium.xml 1 Aug 2013 19:02:27 -0000       1.60
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 
1.59 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 
1.60 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
-<version>17</version>
-<date>2012-11-12</date>
+<version>18</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -246,6 +246,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -264,10 +273,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.58                 xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.58&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.58&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?r1=1.57&r2=1.58

Index: hb-install-hppa-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- hb-install-hppa-medium.xml  12 Nov 2012 21:04:16 -0000      1.57
+++ hb-install-hppa-medium.xml  1 Aug 2013 19:02:27 -0000       1.58
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 
1.57 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 
1.58 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
-<version>15</version>
-<date>2012-11-12</date>
+<version>16</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -247,6 +247,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -265,10 +274,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.14                 xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?rev=1.14&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?rev=1.14&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?r1=1.13&r2=1.14

Index: hb-install-ia64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- hb-install-ia64-medium.xml  12 Nov 2012 21:04:16 -0000      1.13
+++ hb-install-ia64-medium.xml  1 Aug 2013 19:02:27 -0000       1.14
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v 
1.13 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v 
1.14 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
-<version>12</version>
-<date>2012-11-12</date>
+<version>13</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -163,6 +163,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -181,10 +190,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.72                 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.72&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.72&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.71&r2=1.72

Index: hb-install-ppc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- hb-install-ppc-medium.xml   12 Nov 2012 21:04:16 -0000      1.71
+++ hb-install-ppc-medium.xml   1 Aug 2013 19:02:27 -0000       1.72
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.71 
2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.72 
2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
@@ -236,6 +236,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -254,10 +263,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.48                 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.48&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.48&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?r1=1.47&r2=1.48

Index: hb-install-ppc64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- hb-install-ppc64-medium.xml 12 Nov 2012 21:04:16 -0000      1.47
+++ hb-install-ppc64-medium.xml 1 Aug 2013 19:02:27 -0000       1.48
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 
1.47 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 
1.48 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 Gentoo using the minimal Installation CD.
 </abstract>
 
-<version>15</version>
-<date>2012-11-12</date>
+<version>16</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -274,6 +274,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -292,10 +301,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.56                 xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.56&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.56&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?r1=1.55&r2=1.56

Index: hb-install-sparc-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- hb-install-sparc-medium.xml 12 Nov 2012 21:04:16 -0000      1.55
+++ hb-install-sparc-medium.xml 1 Aug 2013 19:02:27 -0000       1.56
@@ -4,12 +4,12 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 
1.55 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 
1.56 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
-<version>15</version>
-<date>2012-11-12</date>
+<version>16</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -269,6 +269,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -287,10 +296,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>



1.29                 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.29&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.29&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.28&r2=1.29

Index: hb-install-x86+amd64-medium.xml
===================================================================
RCS file: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- hb-install-x86+amd64-medium.xml     12 Nov 2012 21:04:16 -0000      1.28
+++ hb-install-x86+amd64-medium.xml     1 Aug 2013 19:02:27 -0000       1.29
@@ -4,7 +4,7 @@
 <!-- The content of this document is licensed under the CC-BY-SA license -->
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 
-<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
 1.28 2012/11/12 21:04:16 swift Exp $ -->
+<!-- $Header: 
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
 1.29 2013/08/01 19:02:27 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 Gentoo using the minimal Installation CD.
 </abstract>
 
-<version>16</version>
-<date>2012-11-12</date>
+<version>17</version>
+<date>2013-08-01</date>
 
 <section>
 <title>Hardware Requirements</title>
@@ -289,6 +289,15 @@
 link="http://www.krylack.com/file-checksum-tool/";>File Checksum Tool</uri> for 
Windows.
 </p>
 
+<pre caption="Verifying the SHA-2 checksum">
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
+</pre>
+
+<note>
+If you get the message that no properly formatted SHA checksum was found, take 
a
+look at the DIGESTS file yourself to see what the supported checksums are.
+</note>
+
 <p>
 Another way to check the validity of the downloaded file is to use GnuPG to
 verify the cryptographic signature that we provide (the file ending with
@@ -307,10 +316,8 @@
 </p>
 
 <pre caption="Verify the files">
-<comment>(Verify the cryptographic signature)</comment>
 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
-<comment>(Verify the checksum)</comment>
-$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
+$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
 </pre>
 
 <p>




Reply via email to