|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: Configure
|
|
|
|
|
--- Configure.orig 2013-02-05 12:53:14.000000000 +0100
|
|
|
|
|
+++ Configure 2013-02-09 10:07:54.362184862 +0100
|
|
|
|
|
--- Configure.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ Configure 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -34,6 +34,7 @@
|
|
|
|
|
# (Default: KRB5_DIR/include)
|
|
|
|
|
# --with-krb5-flavor Declare what flavor of Kerberos 5 is used. Currently
|
|
|
|
|
@ -17,7 +17,7 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
my $x86_asm="x86cpuid.o:bn-586.o co-586.o x86-mont.o x86-gf2m.o:des-586.o crypt586.o:aes-586.o vpaes-x86.o aesni-x86.o:bf-586.o:md5-586.o:sha1-586.o sha256-586.o sha512-586.o:cast-586.o:rc4-586.o:rmd-586.o:rc5-586.o:wp_block.o wp-mmx.o:cmll-x86.o:ghash-x86.o:";
|
|
|
|
|
|
|
|
|
|
@@ -461,12 +463,12 @@
|
|
|
|
|
@@ -462,12 +464,12 @@
|
|
|
|
|
|
|
|
|
|
#### IBM's AIX.
|
|
|
|
|
"aix3-cc", "cc:-O -DB_ENDIAN -qmaxmem=16384::(unknown):AIX::BN_LLONG RC4_CHAR:::",
|
|
|
|
|
@ -34,7 +34,7 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Cray T90 and similar (SDSC)
|
|
|
|
|
@@ -829,6 +831,10 @@
|
|
|
|
|
@@ -830,6 +832,10 @@
|
|
|
|
|
{
|
|
|
|
|
$strict_warnings = 1;
|
|
|
|
|
}
|
|
|
|
|
@ -45,7 +45,7 @@ Index: Configure
|
|
|
|
|
elsif (/^reconfigure/ || /^reconf/)
|
|
|
|
|
{
|
|
|
|
|
if (open(IN,"<$Makefile"))
|
|
|
|
|
@@ -1144,7 +1150,7 @@
|
|
|
|
|
@@ -1145,7 +1151,7 @@
|
|
|
|
|
print "IsMK1MF=$IsMK1MF\n";
|
|
|
|
|
|
|
|
|
|
my @fields = split(/\s*:\s*/,$table{$target} . ":" x 30 , -1);
|
|
|
|
|
@ -54,8 +54,9 @@ Index: Configure
|
|
|
|
|
# Allow environment CC to override compiler...
|
|
|
|
|
if($ENV{CC}) {
|
|
|
|
|
$cc = $ENV{CC};
|
|
|
|
|
--- config.orig 2013-02-05 12:53:14.000000000 +0100
|
|
|
|
|
+++ config 2013-02-08 07:35:41.952177267 +0100
|
|
|
|
|
Index: config
|
|
|
|
|
--- config.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ config 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -277,6 +277,9 @@
|
|
|
|
|
Power*)
|
|
|
|
|
echo "ppc-apple-darwin${VERSION}"
|
|
|
|
|
@ -335,22 +336,9 @@ Index: Configure
|
|
|
|
|
fi
|
|
|
|
|
else
|
|
|
|
|
echo "This system ($OUT) is not supported. See file INSTALL for details."
|
|
|
|
|
--- util/perlpath.pl.orig 2013-02-05 00:40:12.000000000 +0100
|
|
|
|
|
+++ util/perlpath.pl 2013-02-08 07:35:41.952177267 +0100
|
|
|
|
|
@@ -4,7 +4,10 @@
|
|
|
|
|
# line in all scripts that rely on perl.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
-require "find.pl";
|
|
|
|
|
+# find.pl emulation
|
|
|
|
|
+use File::Find ();
|
|
|
|
|
+*dir = *File::Find::dir;
|
|
|
|
|
+sub find { &File::Find::find(\&wanted, @_); }
|
|
|
|
|
|
|
|
|
|
$#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
|
|
|
|
|
&find(".");
|
|
|
|
|
--- doc/apps/cms.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/apps/cms.pod 2014-01-07 11:57:14.165866745 +0100
|
|
|
|
|
Index: doc/apps/cms.pod
|
|
|
|
|
--- doc/apps/cms.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/apps/cms.pod 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -450,28 +450,28 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -386,8 +374,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
the message was verified correctly but an error occurred writing out
|
|
|
|
|
the signers certificates.
|
|
|
|
|
--- doc/apps/smime.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/apps/smime.pod 2014-01-07 11:57:14.165866745 +0100
|
|
|
|
|
Index: doc/apps/smime.pod
|
|
|
|
|
--- doc/apps/smime.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/apps/smime.pod 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -308,28 +308,28 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -423,8 +412,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
the message was verified correctly but an error occurred writing out
|
|
|
|
|
the signers certificates.
|
|
|
|
|
--- doc/ssl/SSL_COMP_add_compression_method.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_COMP_add_compression_method.pod 2014-01-07 11:57:16.276292863 +0100
|
|
|
|
|
Index: doc/ssl/SSL_COMP_add_compression_method.pod
|
|
|
|
|
--- doc/ssl/SSL_COMP_add_compression_method.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_COMP_add_compression_method.pod 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -53,11 +53,11 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -439,8 +429,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation failed. Check the error queue to find out the reason.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_add_session.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_add_session.pod 2014-01-07 11:57:16.276292863 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_add_session.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_add_session.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_add_session.pod 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -52,13 +52,13 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -457,8 +448,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_load_verify_locations.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_load_verify_locations.pod 2014-01-07 11:57:16.276292863 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_load_verify_locations.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_load_verify_locations.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_load_verify_locations.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -100,13 +100,13 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -475,8 +467,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_client_CA_list.pod.orig 2014-01-07 11:57:16.276292000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_client_CA_list.pod 2014-01-07 11:58:30.637175422 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_set_client_CA_list.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_client_CA_list.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_client_CA_list.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -66,13 +66,13 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -493,8 +486,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_session_id_context.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_session_id_context.pod 2014-01-07 11:57:16.276292863 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_set_session_id_context.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_session_id_context.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_session_id_context.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -64,13 +64,13 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -511,8 +505,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_ssl_version.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_ssl_version.pod 2014-01-07 11:57:16.276292863 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_set_ssl_version.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_set_ssl_version.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_set_ssl_version.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -42,11 +42,11 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -527,8 +522,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_CTX_use_psk_identity_hint.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_use_psk_identity_hint.pod 2014-01-07 11:58:48.956064965 +0100
|
|
|
|
|
Index: doc/ssl/SSL_CTX_use_psk_identity_hint.pod
|
|
|
|
|
--- doc/ssl/SSL_CTX_use_psk_identity_hint.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_CTX_use_psk_identity_hint.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -83,7 +83,7 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -547,8 +543,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
PSK identity was not found. An "unknown_psk_identity" alert message
|
|
|
|
|
will be sent and the connection setup fails.
|
|
|
|
|
--- doc/ssl/SSL_accept.pod.orig 2014-01-07 11:57:16.276292000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_accept.pod 2014-01-07 11:59:05.265984237 +0100
|
|
|
|
|
Index: doc/ssl/SSL_accept.pod
|
|
|
|
|
--- doc/ssl/SSL_accept.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_accept.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -44,18 +44,18 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -571,8 +568,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The TLS/SSL handshake was not successful because a fatal error occurred either
|
|
|
|
|
at the protocol level or a connection failure occurred. The shutdown was
|
|
|
|
|
--- doc/ssl/SSL_clear.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_clear.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
Index: doc/ssl/SSL_clear.pod
|
|
|
|
|
--- doc/ssl/SSL_clear.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_clear.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -56,12 +56,12 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -588,8 +586,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The SSL_clear() operation was successful.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_connect.pod.orig 2014-01-07 11:57:16.286882000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_connect.pod 2014-01-07 11:57:42.785942060 +0100
|
|
|
|
|
Index: doc/ssl/SSL_connect.pod
|
|
|
|
|
--- doc/ssl/SSL_connect.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_connect.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -41,18 +41,18 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -612,8 +611,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The TLS/SSL handshake was not successful, because a fatal error occurred either
|
|
|
|
|
at the protocol level or a connection failure occurred. The shutdown was
|
|
|
|
|
--- doc/ssl/SSL_do_handshake.pod.orig 2014-01-07 11:57:16.286882000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_do_handshake.pod 2014-01-07 11:59:19.086800859 +0100
|
|
|
|
|
Index: doc/ssl/SSL_do_handshake.pod
|
|
|
|
|
--- doc/ssl/SSL_do_handshake.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_do_handshake.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -45,18 +45,18 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -636,8 +636,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The TLS/SSL handshake was not successful because a fatal error occurred either
|
|
|
|
|
at the protocol level or a connection failure occurred. The shutdown was
|
|
|
|
|
--- doc/ssl/SSL_read.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_read.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
Index: doc/ssl/SSL_read.pod
|
|
|
|
|
--- doc/ssl/SSL_read.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_read.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -81,12 +81,12 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -662,8 +663,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The read operation was not successful, because either an error occurred
|
|
|
|
|
or action must be taken by the calling process. Call SSL_get_error() with the
|
|
|
|
|
--- doc/ssl/SSL_session_reused.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_session_reused.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
Index: doc/ssl/SSL_session_reused.pod
|
|
|
|
|
--- doc/ssl/SSL_session_reused.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_session_reused.pod 2014-04-08 20:33:39.575632641 +0200
|
|
|
|
|
@@ -27,11 +27,11 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -678,8 +680,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
A session was reused.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_set_fd.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_set_fd.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
Index: doc/ssl/SSL_set_fd.pod
|
|
|
|
|
--- doc/ssl/SSL_set_fd.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_set_fd.pod 2014-04-08 20:33:39.586557751 +0200
|
|
|
|
|
@@ -35,11 +35,11 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -694,8 +697,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_set_session.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_set_session.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
Index: doc/ssl/SSL_set_session.pod
|
|
|
|
|
--- doc/ssl/SSL_set_session.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_set_session.pod 2014-04-08 20:33:39.586557751 +0200
|
|
|
|
|
@@ -37,11 +37,11 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -710,19 +714,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The operation succeeded.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_set_shutdown.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_set_shutdown.pod 2014-01-07 11:57:16.286882156 +0100
|
|
|
|
|
@@ -24,7 +24,7 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
|
|
|
|
|
-=item 0
|
|
|
|
|
+=item 0:
|
|
|
|
|
|
|
|
|
|
No shutdown setting, yet.
|
|
|
|
|
|
|
|
|
|
--- doc/ssl/SSL_shutdown.pod.orig 2014-01-07 11:57:16.295987000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_shutdown.pod 2014-01-07 11:59:33.666560255 +0100
|
|
|
|
|
Index: doc/ssl/SSL_shutdown.pod
|
|
|
|
|
--- doc/ssl/SSL_shutdown.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_shutdown.pod 2014-04-08 20:33:39.586557751 +0200
|
|
|
|
|
@@ -92,19 +92,19 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -746,8 +740,9 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
--- doc/ssl/SSL_write.pod.orig 2014-01-06 14:47:42.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_write.pod 2014-01-07 11:57:16.295987276 +0100
|
|
|
|
|
Index: doc/ssl/SSL_write.pod
|
|
|
|
|
--- doc/ssl/SSL_write.pod.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ doc/ssl/SSL_write.pod 2014-04-08 20:33:39.586557751 +0200
|
|
|
|
|
@@ -74,12 +74,12 @@
|
|
|
|
|
|
|
|
|
|
=over 4
|
|
|
|
|
@ -772,3 +767,18 @@ Index: Configure
|
|
|
|
|
|
|
|
|
|
The write operation was not successful, because either an error occurred
|
|
|
|
|
or action must be taken by the calling process. Call SSL_get_error() with the
|
|
|
|
|
Index: util/perlpath.pl
|
|
|
|
|
--- util/perlpath.pl.orig 2014-03-17 17:14:20.000000000 +0100
|
|
|
|
|
+++ util/perlpath.pl 2014-04-08 20:33:39.565462778 +0200
|
|
|
|
|
@@ -4,7 +4,10 @@
|
|
|
|
|
# line in all scripts that rely on perl.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
-require "find.pl";
|
|
|
|
|
+# find.pl emulation
|
|
|
|
|
+use File::Find ();
|
|
|
|
|
+*dir = *File::Find::dir;
|
|
|
|
|
+sub find { &File::Find::find(\&wanted, @_); }
|
|
|
|
|
|
|
|
|
|
$#ARGV == 0 || print STDERR "usage: perlpath newpath (eg /usr/bin)\n";
|
|
|
|
|
&find(".");
|
|
|
|
|
|