[libpoe-filter-ssl-perl] 05/09: Add patch fixing spelling errors

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Tue Aug 18 16:05:58 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libpoe-filter-ssl-perl.

commit 9d93c29b043f3b54c8dd2de3fc0a2a35085beab2
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Aug 18 12:41:10 2015 -0300

    Add patch fixing spelling errors
---
 debian/patches/fix-spelling-errors.patch | 46 ++++++++++++++++++++++++++++++++
 debian/patches/series                    |  1 +
 2 files changed, 47 insertions(+)

diff --git a/debian/patches/fix-spelling-errors.patch b/debian/patches/fix-spelling-errors.patch
new file mode 100644
index 0000000..89b0d39
--- /dev/null
+++ b/debian/patches/fix-spelling-errors.patch
@@ -0,0 +1,46 @@
+Description: fix spelling erros in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2015-08-18
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106512
+Bug: https://rt.cpan.org/Ticket/Display.html?id=106512
+
+--- a/lib/POE/Filter/SSL.pm
++++ b/lib/POE/Filter/SSL.pm
+@@ -529,7 +529,7 @@ Version 0.27
+ 
+ =head1 DESCRIPTION
+ 
+-This module allows to secure connections of I<POE::Wheel::ReadWrite> with OpenSSL by a
++This module allows one to secure connections of I<POE::Wheel::ReadWrite> with OpenSSL by a
+ I<POE::Filter> object, and behaves (beside of SSLing) as I<POE::Filter::Stream>.
+ 
+ I<POE::Filter::SSL> can be added, switched and removed during runtime, for example if you
+@@ -553,7 +553,7 @@ Server and client mode
+ 
+ Optional client certificate verification
+ 
+-Allows to accept connections with invalid or missing client certificate and return custom error data
++Allows one to accept connections with invalid or missing client certificate and return custom error data
+ 
+ CRL check of client certificates
+ 
+@@ -675,8 +675,8 @@ By default I<POE::Filter::SSL> acts as a
+ =item Advanced Example
+ 
+ This example is a IMAP-Relay which forwards the connections to a IMAP server
+-by username. It allows the uncrypted transfer on port 143, with the option
+-of SSL on the established connection (STARTTLS). On port 993 it allows to do direct SSL.
++by username. It allows one the uncrypted transfer on port 143, with the option
++of SSL on the established connection (STARTTLS). On port 993 it allows one to do direct SSL.
+ 
+ Tested with Thunderbird version 3.0.5.
+ 
+@@ -1031,7 +1031,7 @@ also tests against the CRL, if you have
+ 
+ B<WARNING:> POE::Filter:SSL now is able to do the ssh handshake now without any helpers. Because of this, this function has been removed!
+ 
+-Allows to add filters after the ssl handshake. It has to be called in the input handler, and needs the passing of the I<POE::Wheel::ReadWhile> object. If it returns false, you have to return from the input handler.
++Allows one to add filters after the ssl handshake. It has to be called in the input handler, and needs the passing of the I<POE::Wheel::ReadWhile> object. If it returns false, you have to return from the input handler.
+ 
+ See the I<HTTPS-Server>, I<SSL on an established connection> and I<Client certificate verification> examples in I<SYNOPSIS>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 3928105..a5a19c6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix-spelling-errors.patch
 fix-pod.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpoe-filter-ssl-perl.git



More information about the Pkg-perl-cvs-commits mailing list