public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sven Vermeulen (swift)" <swift@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml
Date: Sat,  6 Oct 2012 19:49:19 +0000 (UTC)	[thread overview]
Message-ID: <20121006194919.1D67820E47@flycatcher.gentoo.org> (raw)

swift       12/10/06 19:49:19

  Modified:             hb-install-stage.xml
  Log:
  Fix bug #386475 - Use SHA512 and Whirlpool checksums for all arches except mips

Revision  Changes    Path
1.125                xml/htdocs/doc/en/handbook/hb-install-stage.xml

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

Index: hb-install-stage.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- hb-install-stage.xml	24 Jul 2012 12:12:52 -0000	1.124
+++ hb-install-stage.xml	6 Oct 2012 19:49:18 -0000	1.125
@@ -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-stage.xml,v 1.124 2012/07/24 12:12:52 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-stage.xml,v 1.125 2012/10/06 19:49:18 swift Exp $ -->
 
 <sections>
 
@@ -13,8 +13,8 @@
 describe how you extract the stage3 archive and configure Portage.
 </abstract>
 
-<version>12</version>
-<date>2012-07-24</date>
+<version>13</version>
+<date>2012-10-06</date>
 
 <section>
 <title>Installing a Stage Tarball</title>
@@ -146,15 +146,27 @@
 
 <p>
 If you want to check the integrity of the downloaded stage tarball, use
-<c>md5sum</c> and compare the output with the MD5 checksum provided on the
-mirror.
+<c>openssl</c> and compare the output with the checksums provided on the
+mirror. The digests files provide several checksums, each taken with a different
+algorithm. The recommended ones are SHA512 and Whirlpool.
 </p>
 
-<pre caption="Checking integrity of a stage tarball">
-# <i>md5sum -c <keyval id="stage3"/>.DIGESTS</i>
-<keyval id="stage3"/>: OK
+<pre caption="Calculating the integrity checksum of a stage tarball">
+<comment>## Calculating the SHA512 checksum</comment>
+# <i>openssl dgst -r -sha512 <keyval id="stage3" /></i>
+<comment>or</comment>
+# <i>sha512sum <keyval id="stage3" /></i>
+
+<comment>## Calculating the Whirlpool checksum</comment>
+# <i>openssl dgst -r -whirlpool <keyval id="stage3" /></i>
 </pre>
 
+<p>
+Then compare the output of these commands with the value registered in the
+.DIGESTS files that can be found on the mirrors as well. The values need to
+match, otherwise the downloaded file might be corrupt (or the digests file is).
+</p>
+
 </body>
 </subsection>
 <subsection>





             reply	other threads:[~2012-10-06 19:49 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-06 19:49 Sven Vermeulen (swift) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-12-17 10:16 [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-stage.xml Sven Vermeulen (swift)
2013-08-03 15:03 Sven Vermeulen (swift)
2013-01-02 19:06 Sven Vermeulen (swift)
2012-12-09  9:21 Joshua Saddler (nightmorph)
2012-12-08 18:42 Sven Vermeulen (swift)
2012-10-31 18:55 Sven Vermeulen (swift)
2011-08-03  8:26 Jan Kundrat (jkt)
2010-03-23 21:45 Joshua Saddler (nightmorph)
2009-10-19 16:16 Xavier Neys (neysx)
2008-04-06 21:10 Joshua Saddler (nightmorph)
2007-12-31 15:25 Xavier Neys (neysx)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121006194919.1D67820E47@flycatcher.gentoo.org \
    --to=swift@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox