[libnet-ssleay-perl] 06/07: Add more fixes to 0001-fix-typo-in-manpage.patch.

gregor herrmann gregoa at debian.org
Sun Oct 30 23:06:09 UTC 2016


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

gregoa pushed a commit to branch master
in repository libnet-ssleay-perl.

commit f7344ac102b295e61a2265230a6a59b04a5e5a0b
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 31 00:01:45 2016 +0100

    Add more fixes to 0001-fix-typo-in-manpage.patch.
---
 debian/patches/0001-fix-typo-in-manpage.patch | 41 ++++++++++++++++++++++++++-
 1 file changed, 40 insertions(+), 1 deletion(-)

diff --git a/debian/patches/0001-fix-typo-in-manpage.patch b/debian/patches/0001-fix-typo-in-manpage.patch
index 7493028..1e49d77 100644
--- a/debian/patches/0001-fix-typo-in-manpage.patch
+++ b/debian/patches/0001-fix-typo-in-manpage.patch
@@ -1,9 +1,21 @@
 Description: Fix typo in manpage
 Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
-Last-Updated: 2016-10-30
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-10-31
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118565
+Bug: https://rt.cpan.org/Ticket/Display.html?id=118565
 
 --- a/lib/Net/SSLeay.pod
 +++ b/lib/Net/SSLeay.pod
+@@ -493,7 +493,7 @@
+ 	die "certificate is not valid: $@";
+     }
+ 
+-    # But in array context it will return detailled information about each given
++    # But in array context it will return detailed information about each given
+     # OCSP_CERTID instead croaking on errors:
+     # if no @ids are given it will return information about all single responses
+     # in the OCSP_RESPONSE
 @@ -626,7 +626,7 @@
  =head3 Using callbacks
  
@@ -13,6 +25,33 @@ Last-Updated: 2016-10-30
  within the same thread.
  
  =head3 Using openssl elements
+@@ -3114,7 +3114,7 @@
+  my $rv = Net::SSLeay::accept($ssl);
+  # $ssl - value corresponding to openssl's SSL structure
+  #
+- # returns: 1 = success, 0 = handshake not successfull, <0 = fatal error during handshake
++ # returns: 1 = success, 0 = handshake not successful, <0 = fatal error during handshake
+ 
+ Check openssl doc L<http://www.openssl.org/docs/ssl/SSL_accept.html|http://www.openssl.org/docs/ssl/SSL_accept.html>
+ 
+@@ -3174,7 +3174,7 @@
+  my $rv = Net::SSLeay::connect($ssl);
+  # $ssl - value corresponding to openssl's SSL structure
+  #
+- # returns: 1 = success, 0 = handshake not successfull, <0 = fatal error during handshake
++ # returns: 1 = success, 0 = handshake not successful, <0 = fatal error during handshake
+ 
+ Check openssl doc L<http://www.openssl.org/docs/ssl/SSL_connect.html|http://www.openssl.org/docs/ssl/SSL_connect.html>
+ 
+@@ -3215,7 +3215,7 @@
+  my $rv = Net::SSLeay::do_handshake($ssl);
+  # $ssl - value corresponding to openssl's SSL structure
+  #
+- # returns: 1 = success, 0 = handshake not successfull, <0 = fatal error during handshake
++ # returns: 1 = success, 0 = handshake not successful, <0 = fatal error during handshake
+ 
+ Check openssl doc L<http://www.openssl.org/docs/ssl/SSL_do_handshake.html|http://www.openssl.org/docs/ssl/SSL_do_handshake.html>
+ 
 --- a/lib/Net/SSLeay/Handle.pm
 +++ b/lib/Net/SSLeay/Handle.pm
 @@ -187,7 +187,7 @@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-ssleay-perl.git



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