Gentoo Archives: gentoo-commits

From: "JosA MarAa Alonso (nimiux)" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es/handbook: hb-install-sparc-medium.xml hb-install-ppc-medium.xml hb-install-x86+amd64-medium.xml
Date: Thu, 23 Jan 2014 22:54:38
Message-Id: 20140123225433.73C822004C@flycatcher.gentoo.org
1 nimiux 14/01/23 22:54:33
2
3 Modified: hb-install-sparc-medium.xml
4 hb-install-ppc-medium.xml
5 hb-install-x86+amd64-medium.xml
6 Log:
7 Fix bug #498570 - Checksum file contains different algorithms and confuses sha512sum
8
9 Revision Changes Path
10 1.22 xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml?r1=1.21&r2=1.22
15
16 Index: hb-install-sparc-medium.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- hb-install-sparc-medium.xml 4 Jan 2014 17:26:19 -0000 1.21
23 +++ hb-install-sparc-medium.xml 23 Jan 2014 22:54:33 -0000 1.22
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml,v 1.21 2014/01/04 17:26:19 nimiux Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-sparc-medium.xml,v 1.22 2014/01/23 22:54:33 nimiux Exp $ -->
30
31 <sections>
32
33 -<version>19</version>
34 -<date>2013-12-17</date>
35 +<version>20</version>
36 +<date>2014-01-23</date>
37
38 <section>
39 <title>Requisitos de hardware</title>
40 @@ -283,6 +283,14 @@
41 de sumas de comprobación</uri> para Windows.
42 </p>
43
44 +<note>
45 +La herramienta intentará verificar las sumas de comprobación de
46 +la lista, incluso si la suma se realiza con un algoritmo diferente.
47 +Por lo tanto, la salida de la orden debería mostrar tanto
48 +éxitos en la comprabación (para sumas SHA) como fracasos (para
49 +otras sumas). Se debería mostrar al menos un OK para cada fichero.
50 +</note>
51 +
52 <pre caption="Verificar la suma de comprobación SHA-2">
53 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
54 </pre>
55
56
57
58 1.31 xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml?rev=1.31&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml?rev=1.31&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml?r1=1.30&r2=1.31
63
64 Index: hb-install-ppc-medium.xml
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml,v
67 retrieving revision 1.30
68 retrieving revision 1.31
69 diff -u -r1.30 -r1.31
70 --- hb-install-ppc-medium.xml 4 Jan 2014 17:26:19 -0000 1.30
71 +++ hb-install-ppc-medium.xml 23 Jan 2014 22:54:33 -0000 1.31
72 @@ -4,7 +4,7 @@
73 <!-- The content of this document is licensed under the CC-BY-SA license -->
74 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
75
76 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml,v 1.30 2014/01/04 17:26:19 nimiux Exp $ -->
77 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-ppc-medium.xml,v 1.31 2014/01/23 22:54:33 nimiux Exp $ -->
78
79 <sections>
80
81 @@ -13,8 +13,8 @@
82 instalar Gentoo con el CD de Instalación Mínimo.
83 </abstract>
84
85 -<version>17</version>
86 -<date>2013-12-17</date>
87 +<version>18</version>
88 +<date>2014-01-23</date>
89
90 <section>
91 <title>Requisitos de hardware</title>
92 @@ -186,6 +186,14 @@
93 de sumas de comprobación</uri> para Windows.
94 </p>
95
96 +<note>
97 +La herramienta intentará verificar las sumas de comprobación de
98 +la lista, incluso si la suma se realiza con un algoritmo diferente.
99 +Por lo tanto, la salida de la orden debería mostrar tanto
100 +éxitos en la comprabación (para sumas SHA) como fracasos (para
101 +otras sumas). Se debería mostrar al menos un OK para cada fichero.
102 +</note>
103 +
104 <pre caption="Verificar la suma de comprobación SHA-2">
105 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
106 </pre>
107
108
109
110 1.30 xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml
111
112 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?rev=1.30&view=markup
113 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?rev=1.30&content-type=text/plain
114 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml?r1=1.29&r2=1.30
115
116 Index: hb-install-x86+amd64-medium.xml
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v
119 retrieving revision 1.29
120 retrieving revision 1.30
121 diff -u -r1.29 -r1.30
122 --- hb-install-x86+amd64-medium.xml 4 Jan 2014 17:26:19 -0000 1.29
123 +++ hb-install-x86+amd64-medium.xml 23 Jan 2014 22:54:33 -0000 1.30
124 @@ -4,7 +4,7 @@
125 <!-- The content of this document is licensed under the CC-BY-SA license -->
126 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
127
128 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v 1.29 2014/01/04 17:26:19 nimiux Exp $ -->
129 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/handbook/hb-install-x86+amd64-medium.xml,v 1.30 2014/01/23 22:54:33 nimiux Exp $ -->
130
131 <sections>
132
133 @@ -13,8 +13,8 @@
134 explica cómo instalar Gentoo usando el CD de Instalación mínimo.
135 </abstract>
136
137 -<version>21</version>
138 -<date>2013-12-17</date>
139 +<version>22</version>
140 +<date>2014-01-23</date>
141
142 <section>
143 <title>Requisitos de Hardware</title>
144 @@ -298,6 +298,14 @@
145 de sumas de comprobación</uri> para Windows.
146 </p>
147
148 +<note>
149 +La herramienta intentará verificar las sumas de comprobación de
150 +la lista, incluso si la suma se realiza con un algoritmo diferente.
151 +Por lo tanto, la salida de la orden debería mostrar tanto
152 +éxitos en la comprabación (para sumas SHA) como fracasos (para
153 +otras sumas). Se debería mostrar al menos un OK para cada fichero.
154 +</note>
155 +
156 <pre caption="Verificar la suma de comprobación SHA-2">
157 $ <i>sha512sum -c &lt;downloaded iso.DIGESTS&gt;</i>
158 </pre>