[libpoe-filter-ssl-perl] 09/10: Create patch to fix typos in manpage

Lucas Kanashiro kanashiro.duarte at gmail.com
Sun Apr 10 20:45:42 UTC 2016


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 ff38332995cdac3ecc6f7f7717abcc85f9de713b
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Sun Apr 10 17:42:00 2016 -0300

    Create patch to fix typos in manpage
---
 debian/changelog                                  |  1 +
 debian/patches/0001-fixing-typos-in-manpage.patch | 76 +++++++++++++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 78 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 226935b..5f5a2e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ libpoe-filter-ssl-perl (0.30-1) UNRELEASED; urgency=medium
   * Declare compliance with Debian policy 3.9.7
   * debian/control: add Vcs-{Browser,Git}
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Create patch to fix typos in manpage
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Sun, 10 Apr 2016 17:13:34 -0300
 
diff --git a/debian/patches/0001-fixing-typos-in-manpage.patch b/debian/patches/0001-fixing-typos-in-manpage.patch
new file mode 100644
index 0000000..78433c2
--- /dev/null
+++ b/debian/patches/0001-fixing-typos-in-manpage.patch
@@ -0,0 +1,76 @@
+Descption: Fix typos in manpage
+Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Updated: 2016-04-10
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=113644
+Bug: https://rt.cpan.org/Ticket/Display.html?id=113644
+
+--- a/lib/POE/Filter/SSL.pm
++++ b/lib/POE/Filter/SSL.pm
+@@ -988,11 +988,11 @@ The ca certificate file (ca.crt), which
+ 
+ =item chain
+ 
+-Chain certificate, you need it for example for startssl.org wich needs a intermedia certificates. Here you can configure it. You can generate this the following way:
++Chain certificate, you need it for example for startssl.org which needs a intermedia certificates. Here you can configure it. You can generate this the following way:
+ 
+ cat client.crt intermediate.crt ca.crt > chain.pem
+ 
+-In this case, you normaly have no I<key> and I<crt> option.
++In this case, you normally have no I<key> and I<crt> option.
+ 
+ =item cacrl
+ 
+@@ -1010,7 +1010,7 @@ You are able to pass the already inmemor
+ 
+ Only in server mode: Request during ssl handshake from the client a client certificat.
+ 
+-B<WARNING:> If the client provides an untrusted or no client certficate, the connection is B<not> failing. You have to ask I<clientCertValid()> if the certicate is valid!
++B<WARNING:> If the client provides an untrusted or no client certificate, the connection is B<not> failing. You have to ask I<clientCertValid()> if the certificate is valid!
+ 
+ =item nohonor
+ 
+@@ -1036,7 +1036,7 @@ B<WARNING:> If the client is listed in t
+ 
+ =item handshakeDone(options)
+ 
+-Returns I<true> if the handshake is done and all data for hanshake has been written out. It accepts the following options:
++Returns I<true> if the handshake is done and all data for handshake has been written out. It accepts the following options:
+ 
+ =over 2
+ 
+@@ -1090,7 +1090,7 @@ See the I<HTTPS-Server>, I<SSL on an est
+ 
+ Returns I<true> if there is a client certificate, that might be untrusted.
+ 
+-B<WARNING:> If the client provides an untrusted client certficate a client certicate that is listed in CRL, this function returns I<true>. You have to ask I<clientCertValid()> if the certicate is valid!
++B<WARNING:> If the client provides an untrusted client certificate a client certificate that is listed in CRL, this function returns I<true>. You have to ask I<clientCertValid()> if the certificate is valid!
+ 
+ =item errorhandler
+ 
+@@ -1104,7 +1104,7 @@ Do not report any error.
+ 
+ =item I<CODE>
+ 
+-Setting errorhandler to a reference of a function allows to be called it callback function with the following options:
++Setting errorhandler to a reference of a function allows one to be called it callback function with the following options:
+ 
+ ARG1: POE:SSL::Filter instance
+ 
+@@ -1112,7 +1112,7 @@ ARG2: Ref on a Hash with the following k
+ 
+   ret        The return code of Net::SSLeay::connect (client) or Net::SSLeay::accept (server)
+   ssl        The SSL context (SSL_CTX)
+-  msg        The error message as text, as normaly reported via carp
++  msg        The error message as text, as normally reported via carp
+   get_error  The error code of get_error the ssl context
+   error      The error code of get_error without context
+ 
+@@ -1126,7 +1126,7 @@ Do Carp/confess (stacktrace) on error.
+ 
+ =item "carponetime"
+ 
+-Report carp for one occurence only one time - over all!
++Report carp for one occurrence only one time - over all!
+ 
+ =back
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..055cd00
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-fixing-typos-in-manpage.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