Accepting request 180215 from Base:System
- pick openssl-fix-pod-syntax.diff out of the upstream RT to fix build with perl 5.18 (forwarded request 180092 from coolo) OBS-URL: https://build.opensuse.org/request/show/180215 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=89
This commit is contained in:
parent
13cf635235
commit
24a6c5b091
508
openssl-fix-pod-syntax.diff
Normal file
508
openssl-fix-pod-syntax.diff
Normal file
@ -0,0 +1,508 @@
|
||||
From jaenicke@openssl.net Thu May 30 09:46:58 2013
|
||||
CC: Jonathan Liu <net147@gmail.com>
|
||||
Resent-Date: Thu, 30 May 2013 09:46:58 +0200
|
||||
X-Spam-Status: No, score=-2.3 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_MED,T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=ham version=3.3.2
|
||||
X-Mailer: git-send-email 1.8.3
|
||||
Message-ID: <1369887573-10819-1-git-send-email-net147@gmail.com>
|
||||
X-Received: by 10.68.65.134 with SMTP id x6mr5859535pbs.219.1369886755138; Wed, 29 May 2013 21:05:55 -0700 (PDT)
|
||||
Resent-To: rt-i12@openssl.net
|
||||
Received: by openssl.net (Postfix, from userid 29209) id 1548C1E0128; Thu, 30 May 2013 09:46:58 +0200 (CEST)
|
||||
Received: by openssl.net (Postfix, from userid 65534) id 852471E12CB; Thu, 30 May 2013 06:14:07 +0200 (CEST)
|
||||
Received: by openssl.net (Postfix, from userid 30009) id 6FF4D1E12CF; Thu, 30 May 2013 06:14:07 +0200 (CEST)
|
||||
Received: from master.openssl.org (openssl.org [194.97.152.144]) by openssl.net (Postfix) with ESMTP id B4F491E12CB for <rt@openssl.net>; Thu, 30 May 2013 06:14:00 +0200 (CEST)
|
||||
Received: by master.openssl.org (Postfix) id 53CEF1337D; Thu, 30 May 2013 06:14:00 +0200 (CEST)
|
||||
Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by master.openssl.org (Postfix) with ESMTP id BD43A1337C for <rt@openssl.org>; Thu, 30 May 2013 06:13:59 +0200 (CEST)
|
||||
Received: by mail-pd0-f180.google.com with SMTP id 14so7525333pdc.39 for <rt@openssl.org>; Wed, 29 May 2013 21:13:58 -0700 (PDT)
|
||||
Received: from 60-242-179-244.static.tpgi.com.au (60-242-179-244.static.tpgi.com.au. [60.242.179.244]) by mx.google.com with ESMTPSA id gh9sm39937623pbc.37.2013.05.29.21.05.52 for <multiple recipients> (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 29 May 2013 21:05:54 -0700 (PDT)
|
||||
Delivered-To: rt-i12@openssl.net
|
||||
Subject: [PATCH] Fix POD errors with pod2man from Perl 5.18.
|
||||
Resent-From: Lutz Jaenicke <jaenicke@openssl.net>
|
||||
Return-Path: <jaenicke@openssl.net>
|
||||
X-Original-To: rt-i12@openssl.net
|
||||
X-Original-To: jaenicke@localhost
|
||||
X-Original-To: rt@openssl.net
|
||||
Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=7+ASUI5nk0djFCejseoyvHdfe1CBnwkjfwtKd/NZiyk=; b=Z8nPd4yIaqDTqC2lMbn6p2B4+cFrVY1CLkKn7W9dJucX5NWdr9xJFx3uBZgzONU48L 24eHjFUMScQtRepL0UbNbWOeUlLsTFicuSlx9FaEyK7ZY7zVzmdESmGeedInheWRaaz1 A818XmhAGYTO09kxRTrt8lswyegygIMna7vvjV5vP7wdRPLBejxvtSj24xz+b6bEub51 CvG+wjG+5SZt3XYdGtE3Rff49BaZg4zjpcH92H64bPsKClFx0dOYP849mEMuMzDsrcAO /2ZtXsPfkOHXSJAgGvvxEo7KQTUJol5+VtHzNjY7rRnrpKmS7U0+U8sasp4yetFIuXSZ U+eg==
|
||||
Date: Thu, 30 May 2013 14:19:33 +1000
|
||||
X-Spam-Level:
|
||||
X-Greylist: delayed 483 seconds by postgrey-1.33 at master.openssl.org; Thu, 30 May 2013 06:13:59 CEST
|
||||
X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on openssl
|
||||
Resent-Message-ID: <20130530074658.GA13997@openssl.net>
|
||||
To: rt@openssl.org
|
||||
From: Jonathan Liu <net147@gmail.com>
|
||||
X-RT-Original-Encoding: ascii
|
||||
content-type: text/plain; charset="utf-8"
|
||||
Content-Length: 12835
|
||||
|
||||
---
|
||||
doc/apps/cms.pod | 12 ++++++------
|
||||
doc/apps/smime.pod | 12 ++++++------
|
||||
doc/crypto/OPENSSL_ia32cap.pod | 10 +++++++++-
|
||||
doc/ssl/SSL_COMP_add_compression_method.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_add_session.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_load_verify_locations.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_set_client_CA_list.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_set_session_id_context.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_set_ssl_version.pod | 4 ++--
|
||||
doc/ssl/SSL_CTX_use_psk_identity_hint.pod | 2 +-
|
||||
doc/ssl/SSL_accept.pod | 4 ++--
|
||||
doc/ssl/SSL_clear.pod | 4 ++--
|
||||
doc/ssl/SSL_connect.pod | 4 ++--
|
||||
doc/ssl/SSL_do_handshake.pod | 4 ++--
|
||||
doc/ssl/SSL_read.pod | 2 +-
|
||||
doc/ssl/SSL_session_reused.pod | 4 ++--
|
||||
doc/ssl/SSL_set_fd.pod | 4 ++--
|
||||
doc/ssl/SSL_set_session.pod | 4 ++--
|
||||
doc/ssl/SSL_set_shutdown.pod | 2 +-
|
||||
doc/ssl/SSL_shutdown.pod | 4 ++--
|
||||
doc/ssl/SSL_write.pod | 2 +-
|
||||
21 files changed, 53 insertions(+), 45 deletions(-)
|
||||
|
||||
Index: openssl-1.0.1e/doc/apps/cms.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/apps/cms.pod
|
||||
+++ openssl-1.0.1e/doc/apps/cms.pod
|
||||
@@ -450,28 +450,28 @@ remains DER.
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
the operation was completely successfully.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
an error occurred parsing the command options.
|
||||
|
||||
-=item 2
|
||||
+=item Z<>2
|
||||
|
||||
one of the input files could not be read.
|
||||
|
||||
-=item 3
|
||||
+=item Z<>3
|
||||
|
||||
an error occurred creating the CMS file or when reading the MIME
|
||||
message.
|
||||
|
||||
-=item 4
|
||||
+=item Z<>4
|
||||
|
||||
an error occurred decrypting or verifying the message.
|
||||
|
||||
-=item 5
|
||||
+=item Z<>5
|
||||
|
||||
the message was verified correctly but an error occurred writing out
|
||||
the signers certificates.
|
||||
Index: openssl-1.0.1e/doc/apps/smime.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/apps/smime.pod
|
||||
+++ openssl-1.0.1e/doc/apps/smime.pod
|
||||
@@ -308,28 +308,28 @@ remains DER.
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
the operation was completely successfully.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
an error occurred parsing the command options.
|
||||
|
||||
-=item 2
|
||||
+=item Z<>2
|
||||
|
||||
one of the input files could not be read.
|
||||
|
||||
-=item 3
|
||||
+=item Z<>3
|
||||
|
||||
an error occurred creating the PKCS#7 file or when reading the MIME
|
||||
message.
|
||||
|
||||
-=item 4
|
||||
+=item Z<>4
|
||||
|
||||
an error occurred decrypting or verifying the message.
|
||||
|
||||
-=item 5
|
||||
+=item Z<>5
|
||||
|
||||
the message was verified correctly but an error occurred writing out
|
||||
the signers certificates.
|
||||
Index: openssl-1.0.1e/doc/crypto/OPENSSL_ia32cap.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/crypto/OPENSSL_ia32cap.pod
|
||||
+++ openssl-1.0.1e/doc/crypto/OPENSSL_ia32cap.pod
|
||||
@@ -20,6 +20,8 @@ toolkit initialization, but can be manip
|
||||
crypto library behaviour. For the moment of this writing six bits are
|
||||
significant, namely:
|
||||
|
||||
+=over 4
|
||||
+
|
||||
1. bit #28 denoting Hyperthreading, which is used to distiguish
|
||||
cores with shared cache;
|
||||
2. bit #26 denoting SSE2 support;
|
||||
@@ -29,6 +31,8 @@ significant, namely:
|
||||
pathes;
|
||||
6. bit #4 denoting presence of Time-Stamp Counter.
|
||||
|
||||
+=back
|
||||
+
|
||||
For example, clearing bit #26 at run-time disables high-performance
|
||||
SSE2 code present in the crypto library. You might have to do this if
|
||||
target OpenSSL application is executed on SSE2 capable CPU, but under
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_COMP_add_compression_method.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -53,11 +53,11 @@ SSL_COMP_add_compression_method() may re
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation failed. Check the error queue to find out the reason.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_add_session.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_CTX_add_session.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_CTX_add_session.pod
|
||||
@@ -52,13 +52,13 @@ The following values are returned by all
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The operation failed. In case of the add operation, it was tried to add
|
||||
the same (identical) session twice. In case of the remove operation, the
|
||||
session was not found in the cache.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_load_verify_locations.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -100,13 +100,13 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The operation failed because B<CAfile> and B<CApath> are NULL or the
|
||||
processing at one of the locations specified failed. Check the error
|
||||
stack to find out the reason.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_set_session_id_context.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -64,13 +64,13 @@ return the following values:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The length B<sid_ctx_len> of the session id context B<sid_ctx> exceeded
|
||||
the maximum allowed length of B<SSL_MAX_SSL_SESSION_ID_LENGTH>. The error
|
||||
is logged to the error stack.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_set_ssl_version.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -42,11 +42,11 @@ and SSL_set_ssl_method():
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The new choice failed, check the error stack to find out the reason.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_use_psk_identity_hint.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -81,6 +81,8 @@ SSL_CTX_use_psk_identity_hint() and SSL_
|
||||
|
||||
Return values from the server callback are interpreted as follows:
|
||||
|
||||
+=over 4
|
||||
+
|
||||
=item > 0
|
||||
|
||||
PSK identity was found and the server callback has provided the PSK
|
||||
@@ -94,9 +96,11 @@ data to B<psk> and return the length of
|
||||
connection will fail with decryption_error before it will be finished
|
||||
completely.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
PSK identity was not found. An "unknown_psk_identity" alert message
|
||||
will be sent and the connection setup fails.
|
||||
|
||||
+=back
|
||||
+
|
||||
=cut
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_clear.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_clear.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_clear.pod
|
||||
@@ -56,12 +56,12 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The SSL_clear() operation could not be performed. Check the error stack to
|
||||
find out the reason.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The SSL_clear() operation was successful.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_read.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_read.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_read.pod
|
||||
@@ -86,7 +86,7 @@ The following return values can occur:
|
||||
The read operation was successful; the return value is the number of
|
||||
bytes actually read from the TLS/SSL connection.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The read operation was not successful. The reason may either be a clean
|
||||
shutdown due to a "close notify" alert sent by the peer (in which case
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_session_reused.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_session_reused.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_session_reused.pod
|
||||
@@ -27,11 +27,11 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
A new session was negotiated.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
A session was reused.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_set_fd.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_set_fd.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_set_fd.pod
|
||||
@@ -35,11 +35,11 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The operation failed. Check the error stack to find out why.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_set_session.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_set_session.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_set_session.pod
|
||||
@@ -37,11 +37,11 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The operation failed; check the error stack to find out the reason.
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_set_shutdown.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_set_shutdown.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_set_shutdown.pod
|
||||
@@ -24,7 +24,7 @@ The shutdown state of an ssl connection
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
No shutdown setting, yet.
|
||||
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_write.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_write.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_write.pod
|
||||
@@ -79,7 +79,7 @@ The following return values can occur:
|
||||
The write operation was successful, the return value is the number of
|
||||
bytes actually written to the TLS/SSL connection.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The write operation was not successful. Probably the underlying connection
|
||||
was closed. Call SSL_get_error() with the return value B<ret> to find out,
|
||||
Index: openssl-1.0.1e/doc/crypto/X509_STORE_CTX_get_error.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -278,6 +278,8 @@ happen if extended CRL checking is enabl
|
||||
an application specific error. This will never be returned unless explicitly
|
||||
set by an application.
|
||||
|
||||
+=back
|
||||
+
|
||||
=head1 NOTES
|
||||
|
||||
The above functions should be used instead of directly referencing the fields
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_CTX_set_client_CA_list.pod
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -66,11 +66,11 @@ values:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The operation succeeded.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
A failure while manipulating the STACK_OF(X509_NAME) object occurred or
|
||||
the X509_NAME could not be extracted from B<cacert>. Check the error stack
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_accept.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_accept.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_accept.pod
|
||||
@@ -44,12 +44,12 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
|
||||
established.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The TLS/SSL handshake was not successful but was shut down controlled and
|
||||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_connect.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_connect.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_connect.pod
|
||||
@@ -41,12 +41,12 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
|
||||
established.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The TLS/SSL handshake was not successful but was shut down controlled and
|
||||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_do_handshake.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_do_handshake.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_do_handshake.pod
|
||||
@@ -45,12 +45,12 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
|
||||
established.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The TLS/SSL handshake was not successful but was shut down controlled and
|
||||
by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
|
||||
Index: openssl-1.0.1e/doc/ssl/SSL_shutdown.pod
|
||||
===================================================================
|
||||
--- openssl-1.0.1e.orig/doc/ssl/SSL_shutdown.pod
|
||||
+++ openssl-1.0.1e/doc/ssl/SSL_shutdown.pod
|
||||
@@ -92,19 +92,19 @@ The following return values can occur:
|
||||
|
||||
=over 4
|
||||
|
||||
-=item 1
|
||||
+=item Z<>1
|
||||
|
||||
The shutdown was successfully completed. The "close notify" alert was sent
|
||||
and the peer's "close notify" alert was received.
|
||||
|
||||
-=item 0
|
||||
+=item Z<>0
|
||||
|
||||
The shutdown is not yet finished. Call SSL_shutdown() for a second time,
|
||||
if a bidirectional shutdown shall be performed.
|
||||
The output of L<SSL_get_error(3)|SSL_get_error(3)> may be misleading, as an
|
||||
erroneous SSL_ERROR_SYSCALL may be flagged even though no error occurred.
|
||||
|
||||
-=item -1
|
||||
+=item Z<>-1
|
||||
|
||||
The shutdown was not successful because a fatal error occurred either
|
||||
at the protocol level or a connection failure occurred. It can also occur if
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 20 07:58:33 UTC 2013 - coolo@suse.com
|
||||
|
||||
- pick openssl-fix-pod-syntax.diff out of the upstream RT to fix
|
||||
build with perl 5.18
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 25 10:10:07 UTC 2013 - i@marguerite.su
|
||||
|
||||
|
55
openssl.spec
55
openssl.spec
@ -46,6 +46,8 @@ Patch1: openssl-1.0.0-c_rehash-compat.diff
|
||||
Patch2: bug610223.patch
|
||||
Patch3: openssl-ocloexec.patch
|
||||
Patch4: VIA_padlock_support_on_64systems.patch
|
||||
# PATCH-FIX-UPSTREAM http://rt.openssl.org/Ticket/Attachment/WithHeaders/20049
|
||||
Patch5: openssl-fix-pod-syntax.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -64,19 +66,6 @@ Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
|
||||
Apache-style license, which basically means that you are free to get it
|
||||
and to use it for commercial and noncommercial purposes.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mark J. Cox <mark@openssl.org>
|
||||
Ralf S. Engelschall <rse@openssl.org>
|
||||
Dr. Stephen Henson <steve@openssl.org>
|
||||
Ben Laurie <ben@openssl.org>
|
||||
Bodo Moeller <bodo@openssl.org>
|
||||
Ulf Moeller <ulf@openssl.org>
|
||||
Holger Reif <holger@openssl.org>
|
||||
Paul C. Sutton <paul@openssl.org>
|
||||
|
||||
%package -n libopenssl1_0_0
|
||||
Summary: Secure Sockets and Transport Layer Security
|
||||
Group: Productivity/Networking/Security
|
||||
@ -103,19 +92,6 @@ Young and Tim J. Hudson. The OpenSSL toolkit is licensed under an
|
||||
Apache-style license, which basically means that you are free to get it
|
||||
and to use it for commercial and noncommercial purposes.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mark J. Cox <mark@openssl.org>
|
||||
Ralf S. Engelschall <rse@openssl.org>
|
||||
Dr. Stephen Henson <steve@openssl.org>
|
||||
Ben Laurie <ben@openssl.org>
|
||||
Bodo Moeller <bodo@openssl.org>
|
||||
Ulf Moeller <ulf@openssl.org>
|
||||
Holger Reif <holger@openssl.org>
|
||||
Paul C. Sutton <paul@openssl.org>
|
||||
|
||||
%package -n libopenssl-devel
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
@ -134,19 +110,6 @@ Obsoletes: openssl-devel-64bit
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop applications that require these.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mark J. Cox <mark@openssl.org>
|
||||
Ralf S. Engelschall <rse@openssl.org>
|
||||
Dr. Stephen <Henson steve@openssl.org>
|
||||
Ben Laurie <ben@openssl.org>
|
||||
Bodo Moeller <bodo@openssl.org>
|
||||
Ulf Moeller <ulf@openssl.org>
|
||||
Holger Reif <holger@openssl.org>
|
||||
Paul C. Sutton <paul@openssl.org>
|
||||
|
||||
%package doc
|
||||
Summary: Additional Package Documentation
|
||||
Group: Productivity/Networking/Security
|
||||
@ -158,19 +121,6 @@ BuildArch: noarch
|
||||
This package contains optional documentation provided in addition to
|
||||
this package's base documentation.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Mark J. Cox <mark@openssl.org>
|
||||
Ralf S. Engelschall <rse@openssl.org>
|
||||
Dr. Stephen <Henson steve@openssl.org>
|
||||
Ben Laurie <ben@openssl.org>
|
||||
Bodo Moeller <bodo@openssl.org>
|
||||
Ulf Moeller <ulf@openssl.org>
|
||||
Holger Reif <holger@openssl.org>
|
||||
Paul C. Sutton <paul@openssl.org>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -178,6 +128,7 @@ Authors:
|
||||
%patch2 -p1
|
||||
%patch3
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
cp -p %{S:10} .
|
||||
echo "adding/overwriting some entries in the 'table' hash in Configure"
|
||||
# $dso_scheme:$shared_target:$shared_cflag:$shared_ldflag:$shared_extension:$ranlib:$arflags
|
||||
|
Loading…
Reference in New Issue
Block a user