]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/openssl-1.0.1e-fix_pod_syntax-1.patch
Firewall: added check if firewallrules need to be updated when editing services or...
[people/teissler/ipfire-2.x.git] / src / patches / openssl-1.0.1e-fix_pod_syntax-1.patch
CommitLineData
0f90adc0
EK
1Submitted By: Martin Ward <macros_the_black at ntlworld dot com>
2Date: 2013-06-18
3Initial Package Version: 1.0.1e
4Upstream Status: Unknown
5Origin: self, based on fedora
6Description: Fixes install with perl-5.18.
7
8diff -Naur openssl-1.0.1e.orig/doc/apps/cms.pod openssl-1.0.1e/doc/apps/cms.pod
9--- openssl-1.0.1e.orig/doc/apps/cms.pod 2013-06-06 14:35:15.867871879 +0100
10+++ openssl-1.0.1e/doc/apps/cms.pod 2013-06-06 14:35:25.791747119 +0100
11@@ -450,28 +450,28 @@
12
13 =over 4
14
15-=item 0
16+=item C<0>
17
18 the operation was completely successfully.
19
20-=item 1
21+=item C<1>
22
23 an error occurred parsing the command options.
24
25-=item 2
26+=item C<2>
27
28 one of the input files could not be read.
29
30-=item 3
31+=item C<3>
32
33 an error occurred creating the CMS file or when reading the MIME
34 message.
35
36-=item 4
37+=item C<4>
38
39 an error occurred decrypting or verifying the message.
40
41-=item 5
42+=item C<5>
43
44 the message was verified correctly but an error occurred writing out
45 the signers certificates.
46diff -Naur openssl-1.0.1e.orig/doc/apps/smime.pod openssl-1.0.1e/doc/apps/smime.pod
47--- openssl-1.0.1e.orig/doc/apps/smime.pod 2013-06-06 14:35:15.867871879 +0100
48+++ openssl-1.0.1e/doc/apps/smime.pod 2013-06-06 14:35:25.794747082 +0100
49@@ -308,28 +308,28 @@
50
51 =over 4
52
53-=item 0
54+=item C<0>
55
56 the operation was completely successfully.
57
58-=item 1
59+=item C<1>
60
61 an error occurred parsing the command options.
62
63-=item 2
64+=item C<2>
65
66 one of the input files could not be read.
67
68-=item 3
69+=item C<3>
70
71 an error occurred creating the PKCS#7 file or when reading the MIME
72 message.
73
74-=item 4
75+=item C<4>
76
77 an error occurred decrypting or verifying the message.
78
79-=item 5
80+=item C<5>
81
82 the message was verified correctly but an error occurred writing out
83 the signers certificates.
84diff -Naur openssl-1.0.1e.orig/doc/crypto/X509_STORE_CTX_get_error.pod openssl-1.0.1e/doc/crypto/X509_STORE_CTX_get_error.pod
85--- openssl-1.0.1e.orig/doc/crypto/X509_STORE_CTX_get_error.pod 2013-06-06 14:35:15.874871791 +0100
86+++ openssl-1.0.1e/doc/crypto/X509_STORE_CTX_get_error.pod 2013-06-06 14:37:13.826388940 +0100
87@@ -278,6 +278,8 @@
88 an application specific error. This will never be returned unless explicitly
89 set by an application.
90
91+=back
92+
93 =head1 NOTES
94
95 The above functions should be used instead of directly referencing the fields
96diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_accept.pod openssl-1.0.1e/doc/ssl/SSL_accept.pod
97--- openssl-1.0.1e.orig/doc/ssl/SSL_accept.pod 2013-06-06 14:35:15.871871829 +0100
98+++ openssl-1.0.1e/doc/ssl/SSL_accept.pod 2013-06-06 14:35:25.796747057 +0100
99@@ -44,12 +44,12 @@
100
101 =over 4
102
103-=item 1
104+=item C<1>
105
106 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
107 established.
108
109-=item 0
110+=item C<0>
111
112 The TLS/SSL handshake was not successful but was shut down controlled and
113 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
114diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_clear.pod openssl-1.0.1e/doc/ssl/SSL_clear.pod
115--- openssl-1.0.1e.orig/doc/ssl/SSL_clear.pod 2013-06-06 14:35:15.871871829 +0100
116+++ openssl-1.0.1e/doc/ssl/SSL_clear.pod 2013-06-06 14:35:25.803746969 +0100
117@@ -56,12 +56,12 @@
118
119 =over 4
120
121-=item 0
122+=item C<0>
123
124 The SSL_clear() operation could not be performed. Check the error stack to
125 find out the reason.
126
127-=item 1
128+=item C<1>
129
130 The SSL_clear() operation was successful.
131
132diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_COMP_add_compression_method.pod openssl-1.0.1e/doc/ssl/SSL_COMP_add_compression_method.pod
133--- openssl-1.0.1e.orig/doc/ssl/SSL_COMP_add_compression_method.pod 2013-06-06 14:35:15.870871842 +0100
134+++ openssl-1.0.1e/doc/ssl/SSL_COMP_add_compression_method.pod 2013-06-06 14:35:25.806746931 +0100
135@@ -53,11 +53,11 @@
136
137 =over 4
138
139-=item 0
140+=item C<0>
141
142 The operation succeeded.
143
144-=item 1
145+=item C<1>
146
147 The operation failed. Check the error queue to find out the reason.
148
149diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_connect.pod openssl-1.0.1e/doc/ssl/SSL_connect.pod
150--- openssl-1.0.1e.orig/doc/ssl/SSL_connect.pod 2013-06-06 14:35:15.869871854 +0100
151+++ openssl-1.0.1e/doc/ssl/SSL_connect.pod 2013-06-06 14:35:25.808746906 +0100
152@@ -41,12 +41,12 @@
153
154 =over 4
155
156-=item 1
157+=item C<1>
158
159 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
160 established.
161
162-=item 0
163+=item C<0>
164
165 The TLS/SSL handshake was not successful but was shut down controlled and
166 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
167diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_add_session.pod openssl-1.0.1e/doc/ssl/SSL_CTX_add_session.pod
168--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_add_session.pod 2013-06-06 14:35:15.871871829 +0100
169+++ openssl-1.0.1e/doc/ssl/SSL_CTX_add_session.pod 2013-06-06 14:35:25.816746805 +0100
170@@ -52,13 +52,13 @@
171
172 =over 4
173
174-=item 0
175+=item C<0>
176
177 The operation failed. In case of the add operation, it was tried to add
178 the same (identical) session twice. In case of the remove operation, the
179 session was not found in the cache.
180
181-=item 1
182+=item C<1>
183
184 The operation succeeded.
185
186diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_load_verify_locations.pod openssl-1.0.1e/doc/ssl/SSL_CTX_load_verify_locations.pod
187--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_load_verify_locations.pod 2013-06-06 14:35:15.870871842 +0100
188+++ openssl-1.0.1e/doc/ssl/SSL_CTX_load_verify_locations.pod 2013-06-06 14:35:25.818746780 +0100
189@@ -100,13 +100,13 @@
190
191 =over 4
192
193-=item 0
194+=item C<0>
195
196 The operation failed because B<CAfile> and B<CApath> are NULL or the
197 processing at one of the locations specified failed. Check the error
198 stack to find out the reason.
199
200-=item 1
201+=item C<1>
202
203 The operation succeeded.
204
205diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_client_CA_list.pod openssl-1.0.1e/doc/ssl/SSL_CTX_set_client_CA_list.pod
206--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_client_CA_list.pod 2013-06-06 14:35:15.871871829 +0100
207+++ openssl-1.0.1e/doc/ssl/SSL_CTX_set_client_CA_list.pod 2013-06-06 14:35:25.821746742 +0100
208@@ -66,11 +66,11 @@
209
210 =over 4
211
212-=item 1
213+=item C<1>
214
215 The operation succeeded.
216
217-=item 0
218+=item C<0>
219
220 A failure while manipulating the STACK_OF(X509_NAME) object occurred or
221 the X509_NAME could not be extracted from B<cacert>. Check the error stack
222diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_session_id_context.pod openssl-1.0.1e/doc/ssl/SSL_CTX_set_session_id_context.pod
223--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_session_id_context.pod 2013-06-06 14:35:15.871871829 +0100
224+++ openssl-1.0.1e/doc/ssl/SSL_CTX_set_session_id_context.pod 2013-06-06 14:35:25.828746654 +0100
225@@ -64,13 +64,13 @@
226
227 =over 4
228
229-=item 0
230+=item C<0>
231
232 The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
233 the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
234 is logged to the error stack.
235
236-=item 1
237+=item C<1>
238
239 The operation succeeded.
240
241diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_ssl_version.pod openssl-1.0.1e/doc/ssl/SSL_CTX_set_ssl_version.pod
242--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_set_ssl_version.pod 2013-06-06 14:35:15.871871829 +0100
243+++ openssl-1.0.1e/doc/ssl/SSL_CTX_set_ssl_version.pod 2013-06-06 14:35:25.831746617 +0100
244@@ -42,11 +42,11 @@
245
246 =over 4
247
248-=item 0
249+=item C<0>
250
251 The new choice failed, check the error stack to find out the reason.
252
253-=item 1
254+=item C<1>
255
256 The operation succeeded.
257
258diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_CTX_use_psk_identity_hint.pod openssl-1.0.1e/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
259--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_use_psk_identity_hint.pod 2013-06-06 14:35:15.870871842 +0100
260+++ openssl-1.0.1e/doc/ssl/SSL_CTX_use_psk_identity_hint.pod 2013-06-06 14:36:42.456783309 +0100
261@@ -81,6 +81,8 @@
262
263 Return values from the server callback are interpreted as follows:
264
265+=over
266+
267 =item > 0
268
269 PSK identity was found and the server callback has provided the PSK
270@@ -94,9 +96,11 @@
271 connection will fail with decryption_error before it will be finished
272 completely.
273
274-=item 0
275+=item C<0>
276
277 PSK identity was not found. An "unknown_psk_identity" alert message
278 will be sent and the connection setup fails.
279
280+=back
281+
282 =cut
283diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_do_handshake.pod openssl-1.0.1e/doc/ssl/SSL_do_handshake.pod
284--- openssl-1.0.1e.orig/doc/ssl/SSL_do_handshake.pod 2013-06-06 14:35:15.869871854 +0100
285+++ openssl-1.0.1e/doc/ssl/SSL_do_handshake.pod 2013-06-06 14:35:25.839746516 +0100
286@@ -45,12 +45,12 @@
287
288 =over 4
289
290-=item 1
291+=item C<1>
292
293 The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
294 established.
295
296-=item 0
297+=item C<0>
298
299 The TLS/SSL handshake was not successful but was shut down controlled and
300 by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
301diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_read.pod openssl-1.0.1e/doc/ssl/SSL_read.pod
302--- openssl-1.0.1e.orig/doc/ssl/SSL_read.pod 2013-06-06 14:35:15.871871829 +0100
303+++ openssl-1.0.1e/doc/ssl/SSL_read.pod 2013-06-06 14:35:25.847746415 +0100
304@@ -86,7 +86,7 @@
305 The read operation was successful; the return value is the number of
306 bytes actually read from the TLS/SSL connection.
307
308-=item 0
309+=item C<0>
310
311 The read operation was not successful. The reason may either be a clean
312 shutdown due to a "close notify" alert sent by the peer (in which case
313diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_session_reused.pod openssl-1.0.1e/doc/ssl/SSL_session_reused.pod
314--- openssl-1.0.1e.orig/doc/ssl/SSL_session_reused.pod 2013-06-06 14:35:15.871871829 +0100
315+++ openssl-1.0.1e/doc/ssl/SSL_session_reused.pod 2013-06-06 14:35:25.849746390 +0100
316@@ -27,11 +27,11 @@
317
318 =over 4
319
320-=item 0
321+=item C<0>
322
323 A new session was negotiated.
324
325-=item 1
326+=item C<1>
327
328 A session was reused.
329
330diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_set_fd.pod openssl-1.0.1e/doc/ssl/SSL_set_fd.pod
331--- openssl-1.0.1e.orig/doc/ssl/SSL_set_fd.pod 2013-06-06 14:35:15.869871854 +0100
332+++ openssl-1.0.1e/doc/ssl/SSL_set_fd.pod 2013-06-06 14:35:25.852746353 +0100
333@@ -35,11 +35,11 @@
334
335 =over 4
336
337-=item 0
338+=item C<0>
339
340 The operation failed. Check the error stack to find out why.
341
342-=item 1
343+=item C<1>
344
345 The operation succeeded.
346
347diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_set_session.pod openssl-1.0.1e/doc/ssl/SSL_set_session.pod
348--- openssl-1.0.1e.orig/doc/ssl/SSL_set_session.pod 2013-06-06 14:35:15.870871842 +0100
349+++ openssl-1.0.1e/doc/ssl/SSL_set_session.pod 2013-06-06 14:35:25.855746315 +0100
350@@ -37,11 +37,11 @@
351
352 =over 4
353
354-=item 0
355+=item C<0>
356
357 The operation failed; check the error stack to find out the reason.
358
359-=item 1
360+=item C<1>
361
362 The operation succeeded.
363
364diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_shutdown.pod openssl-1.0.1e/doc/ssl/SSL_shutdown.pod
365--- openssl-1.0.1e.orig/doc/ssl/SSL_shutdown.pod 2013-06-06 14:35:15.870871842 +0100
366+++ openssl-1.0.1e/doc/ssl/SSL_shutdown.pod 2013-06-06 14:35:25.857746290 +0100
367@@ -92,12 +92,12 @@
368
369 =over 4
370
371-=item 1
372+=item C<1>
373
374 The shutdown was successfully completed. The "close notify" alert was sent
375 and the peer's "close notify" alert was received.
376
377-=item 0
378+=item C<0>
379
380 The shutdown is not yet finished. Call SSL_shutdown() for a second time,
381 if a bidirectional shutdown shall be performed.
382diff -Naur openssl-1.0.1e.orig/doc/ssl/SSL_write.pod openssl-1.0.1e/doc/ssl/SSL_write.pod
383--- openssl-1.0.1e.orig/doc/ssl/SSL_write.pod 2013-06-06 14:35:15.870871842 +0100
384+++ openssl-1.0.1e/doc/ssl/SSL_write.pod 2013-06-06 14:35:25.865746189 +0100
385@@ -79,7 +79,7 @@
386 The write operation was successful, the return value is the number of
387 bytes actually written to the TLS/SSL connection.
388
389-=item 0
390+=item C<0>
391
392 The write operation was not successful. Probably the underlying connection
393 was closed. Call SSL_get_error() with the return value B<ret> to find out,