[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.45-2-17-gc397d7b

Alessandro Ghedini al3xbio at gmail.com
Thu Apr 12 19:24:58 UTC 2012


The following commit has been merged in the master branch:
commit ae786d75388a52a6bf7393b809032f34999293ff
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Thu Apr 12 21:08:59 2012 +0200

    Drop 10fix_pod.patch and fix_spelling.patch (merged upstream)

diff --git a/debian/patches/10fix_pod.patch b/debian/patches/10fix_pod.patch
deleted file mode 100644
index c0d9318..0000000
--- a/debian/patches/10fix_pod.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Description: Fix overlong lines and typos in POD
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76255
-Forwarded: yes
-Author: Florian Ragwitz <rafl at debianforum.de>
-Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-04-03
-
---- a/lib/Net/SSLeay.pod
-+++ b/lib/Net/SSLeay.pod
-@@ -384,7 +384,9 @@
-     my $bio = Net::SSLeay::BIO_new_file($crlfilename, 'r');
-     my $crl = Net::SSLeay::PEM_read_bio_X509_CRL($bio);
-     if ($crl) {
--        Net::SSLeay::X509_STORE_add_crl(Net::SSLeay::CTX_get_cert_store($ssl, $crl);
-+        Net::SSLeay::X509_STORE_add_crl(
-+	     Net::SSLeay::CTX_get_cert_store($ssl, $crl)
-+	);
-     } else {
-         error reading CRL....
-     }
diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch
deleted file mode 100644
index 3978231..0000000
--- a/debian/patches/fix_spelling.patch
+++ /dev/null
@@ -1,82 +0,0 @@
-Description: Fix spelling errors found by lintian.
-Origin: vendor
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=76256
-Forwarded: yes
-Author: Alessandro Ghedini <al3xbio at gmail.com>
-Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2012-04-03
-
---- a/lib/Net/SSLeay.pod
-+++ b/lib/Net/SSLeay.pod
-@@ -488,7 +488,7 @@
- of such a module in the main thread before calling C<< threads->new(..) >> or
- C<< threads->create(..) >> but it might differ module by module.
- 
--To be play safe you can load and init Net::SSLeay explicitely in the main thread:
-+To be play safe you can load and init Net::SSLeay explicitly in the main thread:
- 
-     use Net::SSLeay;
-     use Other::SSLeay::Based::Module;
-@@ -2578,7 +2578,7 @@
-  my $rv = Net::SSLeay::CTX_set_session_id_context($ctx, $sid_ctx, $sid_ctx_len);
-  # $ctx - value corresponding to openssl's SSL_CTX structure
-  # $sid_ctx - data buffer
-- # $sid_ctx_len - lenght of data in $sid_ctx
-+ # $sid_ctx_len - length of data in $sid_ctx
-  #
-  # returns: 1 on success, 0 on failure (the error is logged to the error stack)
- 
-@@ -3072,7 +3072,7 @@
- 
-  my $rv = Net::SSLeay::get_error($ssl, $ret);
-  # $ssl - value corresponding to openssl's SSL structure
-- # $ret - return value of preceeding TLS/SSL I/O operation
-+ # $ret - return value of preceding TLS/SSL I/O operation
-  #
-  # returns: result code, which is one of the following values:
-  #  0 - SSL_ERROR_NONE
-@@ -3798,7 +3798,7 @@
-  my $rv = Net::SSLeay::set_session_id_context($ssl, $sid_ctx, $sid_ctx_len);
-  # $ssl - value corresponding to openssl's SSL structure
-  # $sid_ctx - data buffer
-- # $sid_ctx_len - lenght of data in $sid_ctx
-+ # $sid_ctx_len - length of data in $sid_ctx
-  #
-  # returns: 1 on success, 0 on failure
- 
-@@ -4566,7 +4566,7 @@
- 
- B<BEWARE:> It is platform dependent how this function will handle dates after 2038.
- Although perl's integer is large enough the internal implementation of this function
--is dependant on the size of time_t structure (32bit time_t has problem with 2038).
-+is dependent on the size of time_t structure (32bit time_t has problem with 2038).
- 
- If you want to safely set date and time after 2038 use function L</P_ASN1_TIME_set_isotime>.
- 
-@@ -4995,7 +4995,7 @@
-  #
-  # returns: value corresponding to openssl's ASN1_TIME structure (0 on failure)
- 
--B<BEWARE:> this function may fail for dates after 2038 as it is dependant on time_t size on your
-+B<BEWARE:> this function may fail for dates after 2038 as it is dependent on time_t size on your
- system (32bit time_t does not work after 2038). Consider using L</P_ASN1_TIME_set_isotime> instead).
- 
- =item * X509_load_cert_crl_file
-@@ -7059,7 +7059,7 @@
-  
-  while (1) {
-    my $ssl = Net::SSLeay::new($ctx);
--   warn("server:waiting for incomming connection...\n");
-+   warn("server:waiting for incoming connection...\n");
-    my $fd = $sock->accept();
-    Net::SSLeay::set_fd($ssl, $fd->fileno);
-    Net::SSLeay::accept($ssl);  
-@@ -7095,7 +7095,7 @@
- 
- B<NOTE:> You need CTX_set_next_proto_select_cb on B<client side> of SSL connection.
- 
--Simple usage - in this case a "common" negotiation algoritm (as implemented by openssl's function SSL_select_next_proto) is used.
-+Simple usage - in this case a "common" negotiation algorithm (as implemented by openssl's function SSL_select_next_proto) is used.
- 
-  $rv = Net::SSleay::CTX_set_next_proto_select_cb($ctx, $arrayref);
-  # $ctx - value corresponding to openssl's SSL_CTX structure
diff --git a/debian/patches/series b/debian/patches/series
index 222fc44..3462bc3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-10fix_pod.patch
 20no-stray-libz-link.patch
-fix_spelling.patch

-- 
Debian packaging of libnet-ssleay-perl



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