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

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

commit 0bef271dddf7bea657b239492ffd5f5cd32c190d
Author: Salvatore Bonaccorso <car...@debian.org>
Date:   Mon Jan 9 21:41:16 2017 +0100

    Drop 0001-fix-typo-in-manpage.patch patch
---
 debian/patches/0001-fix-typo-in-manpage.patch | 65 ---------------------------
 debian/patches/series                         |  1 -
 2 files changed, 66 deletions(-)

diff --git a/debian/patches/0001-fix-typo-in-manpage.patch 
b/debian/patches/0001-fix-typo-in-manpage.patch
deleted file mode 100644
index 1e49d77..0000000
--- a/debian/patches/0001-fix-typo-in-manpage.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-Description: Fix typo in manpage
-Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
-Reviewed-by: gregor herrmann <gre...@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
- 
- Do not use callbacks across threads (the module blocks cross-thread callback 
operations
--and throws a warning). Allways do the callback setup, callback use and 
callback destruction
-+and throws a warning). Always do the callback setup, callback use and 
callback destruction
- 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 @@
-   my $debug = Net::SSLeay::Handle->debug()
-   Net::SSLeay::Handle->debug(1)
- 
--Get/set debuging mode. Always returns the debug value before the function 
call.
-+Get/set debugging mode. Always returns the debug value before the function 
call.
- if an additional argument is given the debug option will be set to this value.
- 
- =cut
diff --git a/debian/patches/series b/debian/patches/series
index a147a3a..3462bc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-fix-typo-in-manpage.patch
 20no-stray-libz-link.patch

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to