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, 23 Jan 2014 19:32:55
Message-Id: 20140123193249.E98092004C@flycatcher.gentoo.org
1 swift 14/01/23 19:32:49
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 #498570 - Checksum file contains different algorithms and confuses sha512sum
12
13 Revision Changes Path
14 1.65 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.65&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml?rev=1.65&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.64&r2=1.65
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.64
24 retrieving revision 1.65
25 diff -u -r1.64 -r1.65
26 --- hb-install-alpha-medium.xml 17 Dec 2013 10:38:05 -0000 1.64
27 +++ hb-install-alpha-medium.xml 23 Jan 2014 19:32:49 -0000 1.65
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.64 2013/12/17 10:38:05 swift Exp $ -->
33 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.65 2014/01/23 19:32:49 swift Exp $ -->
34
35 <sections>
36
37 -<version>21</version>
38 -<date>2013-12-17</date>
39 +<version>22</version>
40 +<date>2014-01-23</date>
41
42 <section>
43 <title>Hardware Requirements</title>
44 @@ -246,6 +246,13 @@
45 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
46 </p>
47
48 +<note>
49 +The tool will attempt to verify the checksums in the list, even if the checksum
50 +is made with a different algorithm. Therefore, the output of the command might
51 +give both success (for SHA checksums) and failures (for other checksums). At
52 +least one OK needs to be provided for each file.
53 +</note>
54 +
55 <pre caption="Verifying the SHA-2 checksum">
56 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
57 </pre>
58
59
60
61 1.63 xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.63&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.63&content-type=text/plain
65 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?r1=1.62&r2=1.63
66
67 Index: hb-install-hppa-medium.xml
68 ===================================================================
69 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v
70 retrieving revision 1.62
71 retrieving revision 1.63
72 diff -u -r1.62 -r1.63
73 --- hb-install-hppa-medium.xml 17 Dec 2013 10:38:05 -0000 1.62
74 +++ hb-install-hppa-medium.xml 23 Jan 2014 19:32:49 -0000 1.63
75 @@ -4,12 +4,12 @@
76 <!-- The content of this document is licensed under the CC-BY-SA license -->
77 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
78
79 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 1.62 2013/12/17 10:38:05 swift Exp $ -->
80 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 1.63 2014/01/23 19:32:49 swift Exp $ -->
81
82 <sections>
83
84 -<version>19</version>
85 -<date>2013-12-17</date>
86 +<version>20</version>
87 +<date>2014-01-23</date>
88
89 <section>
90 <title>Hardware Requirements</title>
91 @@ -247,6 +247,13 @@
92 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
93 </p>
94
95 +<note>
96 +The tool will attempt to verify the checksums in the list, even if the checksum
97 +is made with a different algorithm. Therefore, the output of the command might
98 +give both success (for SHA checksums) and failures (for other checksums). At
99 +least one OK needs to be provided for each file.
100 +</note>
101 +
102 <pre caption="Verifying the SHA-2 checksum">
103 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
104 </pre>
105
106
107
108 1.18 xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml
109
110 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?rev=1.18&view=markup
111 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?rev=1.18&content-type=text/plain
112 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml?r1=1.17&r2=1.18
113
114 Index: hb-install-ia64-medium.xml
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v
117 retrieving revision 1.17
118 retrieving revision 1.18
119 diff -u -r1.17 -r1.18
120 --- hb-install-ia64-medium.xml 17 Dec 2013 10:38:05 -0000 1.17
121 +++ hb-install-ia64-medium.xml 23 Jan 2014 19:32:49 -0000 1.18
122 @@ -4,12 +4,12 @@
123 <!-- The content of this document is licensed under the CC-BY-SA license -->
124 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
125
126 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v 1.17 2013/12/17 10:38:05 swift Exp $ -->
127 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-medium.xml,v 1.18 2014/01/23 19:32:49 swift Exp $ -->
128
129 <sections>
130
131 -<version>17</version>
132 -<date>2013-12-17</date>
133 +<version>18</version>
134 +<date>2014-01-23</date>
135
136 <section>
137 <title>Hardware Requirements</title>
138 @@ -163,6 +163,13 @@
139 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
140 </p>
141
142 +<note>
143 +The tool will attempt to verify the checksums in the list, even if the checksum
144 +is made with a different algorithm. Therefore, the output of the command might
145 +give both success (for SHA checksums) and failures (for other checksums). At
146 +least one OK needs to be provided for each file.
147 +</note>
148 +
149 <pre caption="Verifying the SHA-2 checksum">
150 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
151 </pre>
152
153
154
155 1.77 xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml
156
157 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.77&view=markup
158 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?rev=1.77&content-type=text/plain
159 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml?r1=1.76&r2=1.77
160
161 Index: hb-install-ppc-medium.xml
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v
164 retrieving revision 1.76
165 retrieving revision 1.77
166 diff -u -r1.76 -r1.77
167 --- hb-install-ppc-medium.xml 17 Dec 2013 10:38:05 -0000 1.76
168 +++ hb-install-ppc-medium.xml 23 Jan 2014 19:32:49 -0000 1.77
169 @@ -4,7 +4,7 @@
170 <!-- The content of this document is licensed under the CC-BY-SA license -->
171 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
172
173 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.76 2013/12/17 10:38:05 swift Exp $ -->
174 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.77 2014/01/23 19:32:49 swift Exp $ -->
175
176 <sections>
177
178 @@ -13,8 +13,8 @@
179 Gentoo using the minimal Installation CD.
180 </abstract>
181
182 -<version>17</version>
183 -<date>2013-12-17</date>
184 +<version>18</version>
185 +<date>2014-01-23</date>
186
187 <section>
188 <title>Hardware Requirements</title>
189 @@ -178,6 +178,13 @@
190 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
191 </p>
192
193 +<note>
194 +The tool will attempt to verify the checksums in the list, even if the checksum
195 +is made with a different algorithm. Therefore, the output of the command might
196 +give both success (for SHA checksums) and failures (for other checksums). At
197 +least one OK needs to be provided for each file.
198 +</note>
199 +
200 <pre caption="Verifying the SHA-2 checksum">
201 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
202 </pre>
203
204
205
206 1.53 xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml
207
208 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.53&view=markup
209 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?rev=1.53&content-type=text/plain
210 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml?r1=1.52&r2=1.53
211
212 Index: hb-install-ppc64-medium.xml
213 ===================================================================
214 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v
215 retrieving revision 1.52
216 retrieving revision 1.53
217 diff -u -r1.52 -r1.53
218 --- hb-install-ppc64-medium.xml 17 Dec 2013 10:38:05 -0000 1.52
219 +++ hb-install-ppc64-medium.xml 23 Jan 2014 19:32:49 -0000 1.53
220 @@ -4,7 +4,7 @@
221 <!-- The content of this document is licensed under the CC-BY-SA license -->
222 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
223
224 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.52 2013/12/17 10:38:05 swift Exp $ -->
225 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-medium.xml,v 1.53 2014/01/23 19:32:49 swift Exp $ -->
226
227 <sections>
228
229 @@ -13,8 +13,8 @@
230 Gentoo using the minimal Installation CD.
231 </abstract>
232
233 -<version>20</version>
234 -<date>2013-12-17</date>
235 +<version>21</version>
236 +<date>2014-01-23</date>
237
238 <section>
239 <title>Hardware Requirements</title>
240 @@ -274,6 +274,13 @@
241 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
242 </p>
243
244 +<note>
245 +The tool will attempt to verify the checksums in the list, even if the checksum
246 +is made with a different algorithm. Therefore, the output of the command might
247 +give both success (for SHA checksums) and failures (for other checksums). At
248 +least one OK needs to be provided for each file.
249 +</note>
250 +
251 <pre caption="Verifying the SHA-2 checksum">
252 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
253 </pre>
254
255
256
257 1.61 xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml
258
259 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.61&view=markup
260 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?rev=1.61&content-type=text/plain
261 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml?r1=1.60&r2=1.61
262
263 Index: hb-install-sparc-medium.xml
264 ===================================================================
265 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v
266 retrieving revision 1.60
267 retrieving revision 1.61
268 diff -u -r1.60 -r1.61
269 --- hb-install-sparc-medium.xml 17 Dec 2013 10:38:05 -0000 1.60
270 +++ hb-install-sparc-medium.xml 23 Jan 2014 19:32:49 -0000 1.61
271 @@ -4,12 +4,12 @@
272 <!-- The content of this document is licensed under the CC-BY-SA license -->
273 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
274
275 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.60 2013/12/17 10:38:05 swift Exp $ -->
276 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.61 2014/01/23 19:32:49 swift Exp $ -->
277
278 <sections>
279
280 -<version>19</version>
281 -<date>2013-12-17</date>
282 +<version>20</version>
283 +<date>2014-01-23</date>
284
285 <section>
286 <title>Hardware Requirements</title>
287 @@ -269,6 +269,13 @@
288 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
289 </p>
290
291 +<note>
292 +The tool will attempt to verify the checksums in the list, even if the checksum
293 +is made with a different algorithm. Therefore, the output of the command might
294 +give both success (for SHA checksums) and failures (for other checksums). At
295 +least one OK needs to be provided for each file.
296 +</note>
297 +
298 <pre caption="Verifying the SHA-2 checksum">
299 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
300 </pre>
301
302
303
304 1.34 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml
305
306 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.34&view=markup
307 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?rev=1.34&content-type=text/plain
308 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml?r1=1.33&r2=1.34
309
310 Index: hb-install-x86+amd64-medium.xml
311 ===================================================================
312 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v
313 retrieving revision 1.33
314 retrieving revision 1.34
315 diff -u -r1.33 -r1.34
316 --- hb-install-x86+amd64-medium.xml 17 Dec 2013 10:38:05 -0000 1.33
317 +++ hb-install-x86+amd64-medium.xml 23 Jan 2014 19:32:49 -0000 1.34
318 @@ -4,7 +4,7 @@
319 <!-- The content of this document is licensed under the CC-BY-SA license -->
320 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
321
322 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.33 2013/12/17 10:38:05 swift Exp $ -->
323 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.34 2014/01/23 19:32:49 swift Exp $ -->
324
325 <sections>
326
327 @@ -13,8 +13,8 @@
328 Gentoo using the minimal Installation CD.
329 </abstract>
330
331 -<version>21</version>
332 -<date>2013-12-17</date>
333 +<version>22</version>
334 +<date>2014-01-23</date>
335
336 <section>
337 <title>Hardware Requirements</title>
338 @@ -289,6 +289,13 @@
339 link="http://www.sinf.gr/en/hashcalc.html">Checksums calculator</uri> for Windows.
340 </p>
341
342 +<note>
343 +The tool will attempt to verify the checksums in the list, even if the checksum
344 +is made with a different algorithm. Therefore, the output of the command might
345 +give both success (for SHA checksums) and failures (for other checksums). At
346 +least one OK needs to be provided for each file.
347 +</note>
348 +
349 <pre caption="Verifying the SHA-2 checksum">
350 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
351 </pre>