Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: 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
Date: Thu, 01 Aug 2013 19:02:35
Message-Id: 20130801190227.C7F942171C@flycatcher.gentoo.org
1 swift 13/08/01 19:02:27
2
3 Modified: hb-install-alpha-medium.xml
4 hb-install-hppa-medium.xml
5 hb-install-ia64-medium.xml
6 hb-install-ppc-medium.xml
7 hb-install-ppc64-medium.xml
8 hb-install-sparc-medium.xml
9 hb-install-x86+amd64-medium.xml
10 Log:
11 Fix bug #479094 - Checksums are SHA-2 (512) now, so use sha512sum command
12
13 Revision Changes Path
14 1.60 xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.60&view=markup
17 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
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?r1=1.59&r2=1.60
19
20 Index: hb-install-alpha-medium.xml
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v
23 retrieving revision 1.59
24 retrieving revision 1.60
25 diff -u -r1.59 -r1.60
26 --- hb-install-alpha-medium.xml 12 Nov 2012 21:04:16 -0000 1.59
27 +++ hb-install-alpha-medium.xml 1 Aug 2013 19:02:27 -0000 1.60
28 @@ -4,12 +4,12 @@
29 <!-- The content of this document is licensed under the CC-BY-SA license -->
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31
32 -<!-- $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 $ -->
33 +<!-- $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 $ -->
34
35 <sections>
36
37 -<version>17</version>
38 -<date>2012-11-12</date>
39 +<version>18</version>
40 +<date>2013-08-01</date>
41
42 <section>
43 <title>Hardware Requirements</title>
44 @@ -246,6 +246,15 @@
45 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
46 </p>
47
48 +<pre caption="Verifying the SHA-2 checksum">
49 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
50 +</pre>
51 +
52 +<note>
53 +If you get the message that no properly formatted SHA checksum was found, take a
54 +look at the DIGESTS file yourself to see what the supported checksums are.
55 +</note>
56 +
57 <p>
58 Another way to check the validity of the downloaded file is to use GnuPG to
59 verify the cryptographic signature that we provide (the file ending with
60 @@ -264,10 +273,8 @@
61 </p>
62
63 <pre caption="Verify the files">
64 -<comment>(Verify the cryptographic signature)</comment>
65 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
66 -<comment>(Verify the checksum)</comment>
67 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
68 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
69 </pre>
70
71 <p>
72
73
74
75 1.58 xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.58&view=markup
78 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
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?r1=1.57&r2=1.58
80
81 Index: hb-install-hppa-medium.xml
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v
84 retrieving revision 1.57
85 retrieving revision 1.58
86 diff -u -r1.57 -r1.58
87 --- hb-install-hppa-medium.xml 12 Nov 2012 21:04:16 -0000 1.57
88 +++ hb-install-hppa-medium.xml 1 Aug 2013 19:02:27 -0000 1.58
89 @@ -4,12 +4,12 @@
90 <!-- The content of this document is licensed under the CC-BY-SA license -->
91 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
92
93 -<!-- $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 $ -->
94 +<!-- $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 $ -->
95
96 <sections>
97
98 -<version>15</version>
99 -<date>2012-11-12</date>
100 +<version>16</version>
101 +<date>2013-08-01</date>
102
103 <section>
104 <title>Hardware Requirements</title>
105 @@ -247,6 +247,15 @@
106 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
107 </p>
108
109 +<pre caption="Verifying the SHA-2 checksum">
110 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
111 +</pre>
112 +
113 +<note>
114 +If you get the message that no properly formatted SHA checksum was found, take a
115 +look at the DIGESTS file yourself to see what the supported checksums are.
116 +</note>
117 +
118 <p>
119 Another way to check the validity of the downloaded file is to use GnuPG to
120 verify the cryptographic signature that we provide (the file ending with
121 @@ -265,10 +274,8 @@
122 </p>
123
124 <pre caption="Verify the files">
125 -<comment>(Verify the cryptographic signature)</comment>
126 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
127 -<comment>(Verify the checksum)</comment>
128 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
129 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
130 </pre>
131
132 <p>
133
134
135
136 1.14 xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml
137
138 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?rev=1.14&view=markup
139 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
140 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?r1=1.13&r2=1.14
141
142 Index: hb-install-ia64-medium.xml
143 ===================================================================
144 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v
145 retrieving revision 1.13
146 retrieving revision 1.14
147 diff -u -r1.13 -r1.14
148 --- hb-install-ia64-medium.xml 12 Nov 2012 21:04:16 -0000 1.13
149 +++ hb-install-ia64-medium.xml 1 Aug 2013 19:02:27 -0000 1.14
150 @@ -4,12 +4,12 @@
151 <!-- The content of this document is licensed under the CC-BY-SA license -->
152 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
153
154 -<!-- $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 $ -->
155 +<!-- $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 $ -->
156
157 <sections>
158
159 -<version>12</version>
160 -<date>2012-11-12</date>
161 +<version>13</version>
162 +<date>2013-08-01</date>
163
164 <section>
165 <title>Hardware Requirements</title>
166 @@ -163,6 +163,15 @@
167 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
168 </p>
169
170 +<pre caption="Verifying the SHA-2 checksum">
171 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
172 +</pre>
173 +
174 +<note>
175 +If you get the message that no properly formatted SHA checksum was found, take a
176 +look at the DIGESTS file yourself to see what the supported checksums are.
177 +</note>
178 +
179 <p>
180 Another way to check the validity of the downloaded file is to use GnuPG to
181 verify the cryptographic signature that we provide (the file ending with
182 @@ -181,10 +190,8 @@
183 </p>
184
185 <pre caption="Verify the files">
186 -<comment>(Verify the cryptographic signature)</comment>
187 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
188 -<comment>(Verify the checksum)</comment>
189 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
190 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
191 </pre>
192
193 <p>
194
195
196
197 1.72 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml
198
199 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.72&view=markup
200 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
201 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.71&r2=1.72
202
203 Index: hb-install-ppc-medium.xml
204 ===================================================================
205 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
206 retrieving revision 1.71
207 retrieving revision 1.72
208 diff -u -r1.71 -r1.72
209 --- hb-install-ppc-medium.xml 12 Nov 2012 21:04:16 -0000 1.71
210 +++ hb-install-ppc-medium.xml 1 Aug 2013 19:02:27 -0000 1.72
211 @@ -4,7 +4,7 @@
212 <!-- The content of this document is licensed under the CC-BY-SA license -->
213 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
214
215 -<!-- $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 $ -->
216 +<!-- $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 $ -->
217
218 <sections>
219
220 @@ -236,6 +236,15 @@
221 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
222 </p>
223
224 +<pre caption="Verifying the SHA-2 checksum">
225 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
226 +</pre>
227 +
228 +<note>
229 +If you get the message that no properly formatted SHA checksum was found, take a
230 +look at the DIGESTS file yourself to see what the supported checksums are.
231 +</note>
232 +
233 <p>
234 Another way to check the validity of the downloaded file is to use GnuPG to
235 verify the cryptographic signature that we provide (the file ending with
236 @@ -254,10 +263,8 @@
237 </p>
238
239 <pre caption="Verify the files">
240 -<comment>(Verify the cryptographic signature)</comment>
241 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
242 -<comment>(Verify the checksum)</comment>
243 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
244 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
245 </pre>
246
247 <p>
248
249
250
251 1.48 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.48&view=markup
254 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
255 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?r1=1.47&r2=1.48
256
257 Index: hb-install-ppc64-medium.xml
258 ===================================================================
259 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
260 retrieving revision 1.47
261 retrieving revision 1.48
262 diff -u -r1.47 -r1.48
263 --- hb-install-ppc64-medium.xml 12 Nov 2012 21:04:16 -0000 1.47
264 +++ hb-install-ppc64-medium.xml 1 Aug 2013 19:02:27 -0000 1.48
265 @@ -4,7 +4,7 @@
266 <!-- The content of this document is licensed under the CC-BY-SA license -->
267 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
268
269 -<!-- $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 $ -->
270 +<!-- $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 $ -->
271
272 <sections>
273
274 @@ -13,8 +13,8 @@
275 Gentoo using the minimal Installation CD.
276 </abstract>
277
278 -<version>15</version>
279 -<date>2012-11-12</date>
280 +<version>16</version>
281 +<date>2013-08-01</date>
282
283 <section>
284 <title>Hardware Requirements</title>
285 @@ -274,6 +274,15 @@
286 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
287 </p>
288
289 +<pre caption="Verifying the SHA-2 checksum">
290 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
291 +</pre>
292 +
293 +<note>
294 +If you get the message that no properly formatted SHA checksum was found, take a
295 +look at the DIGESTS file yourself to see what the supported checksums are.
296 +</note>
297 +
298 <p>
299 Another way to check the validity of the downloaded file is to use GnuPG to
300 verify the cryptographic signature that we provide (the file ending with
301 @@ -292,10 +301,8 @@
302 </p>
303
304 <pre caption="Verify the files">
305 -<comment>(Verify the cryptographic signature)</comment>
306 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
307 -<comment>(Verify the checksum)</comment>
308 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
309 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
310 </pre>
311
312 <p>
313
314
315
316 1.56 xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml
317
318 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.56&view=markup
319 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
320 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?r1=1.55&r2=1.56
321
322 Index: hb-install-sparc-medium.xml
323 ===================================================================
324 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
325 retrieving revision 1.55
326 retrieving revision 1.56
327 diff -u -r1.55 -r1.56
328 --- hb-install-sparc-medium.xml 12 Nov 2012 21:04:16 -0000 1.55
329 +++ hb-install-sparc-medium.xml 1 Aug 2013 19:02:27 -0000 1.56
330 @@ -4,12 +4,12 @@
331 <!-- The content of this document is licensed under the CC-BY-SA license -->
332 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
333
334 -<!-- $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 $ -->
335 +<!-- $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 $ -->
336
337 <sections>
338
339 -<version>15</version>
340 -<date>2012-11-12</date>
341 +<version>16</version>
342 +<date>2013-08-01</date>
343
344 <section>
345 <title>Hardware Requirements</title>
346 @@ -269,6 +269,15 @@
347 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
348 </p>
349
350 +<pre caption="Verifying the SHA-2 checksum">
351 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
352 +</pre>
353 +
354 +<note>
355 +If you get the message that no properly formatted SHA checksum was found, take a
356 +look at the DIGESTS file yourself to see what the supported checksums are.
357 +</note>
358 +
359 <p>
360 Another way to check the validity of the downloaded file is to use GnuPG to
361 verify the cryptographic signature that we provide (the file ending with
362 @@ -287,10 +296,8 @@
363 </p>
364
365 <pre caption="Verify the files">
366 -<comment>(Verify the cryptographic signature)</comment>
367 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
368 -<comment>(Verify the checksum)</comment>
369 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
370 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
371 </pre>
372
373 <p>
374
375
376
377 1.29 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
378
379 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.29&view=markup
380 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
381 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
382
383 Index: hb-install-x86+amd64-medium.xml
384 ===================================================================
385 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
386 retrieving revision 1.28
387 retrieving revision 1.29
388 diff -u -r1.28 -r1.29
389 --- hb-install-x86+amd64-medium.xml 12 Nov 2012 21:04:16 -0000 1.28
390 +++ hb-install-x86+amd64-medium.xml 1 Aug 2013 19:02:27 -0000 1.29
391 @@ -4,7 +4,7 @@
392 <!-- The content of this document is licensed under the CC-BY-SA license -->
393 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
394
395 -<!-- $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 $ -->
396 +<!-- $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 $ -->
397
398 <sections>
399
400 @@ -13,8 +13,8 @@
401 Gentoo using the minimal Installation CD.
402 </abstract>
403
404 -<version>16</version>
405 -<date>2012-11-12</date>
406 +<version>17</version>
407 +<date>2013-08-01</date>
408
409 <section>
410 <title>Hardware Requirements</title>
411 @@ -289,6 +289,15 @@
412 link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</uri> for Windows.
413 </p>
414
415 +<pre caption="Verifying the SHA-2 checksum">
416 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
417 +</pre>
418 +
419 +<note>
420 +If you get the message that no properly formatted SHA checksum was found, take a
421 +look at the DIGESTS file yourself to see what the supported checksums are.
422 +</note>
423 +
424 <p>
425 Another way to check the validity of the downloaded file is to use GnuPG to
426 verify the cryptographic signature that we provide (the file ending with
427 @@ -307,10 +316,8 @@
428 </p>
429
430 <pre caption="Verify the files">
431 -<comment>(Verify the cryptographic signature)</comment>
432 $ <i>gpg --verify &lt;downloaded iso.DIGESTS.asc&gt;</i>
433 -<comment>(Verify the checksum)</comment>
434 -$ <i>sha1sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
435 +$ <i>sha512sum -c &lt;downloaded iso.DIGESTS.asc&gt;</i>
436 </pre>
437
438 <p>