[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.42-1-12-g54e135b
Alessandro Ghedini
al3xbio at gmail.com
Fri Feb 24 10:14:59 UTC 2012
The following commit has been merged in the master branch:
commit c306274bed55f88e855b9bab4a3462e6504fa8d6
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date: Fri Feb 24 10:54:11 2012 +0100
Add fix_spelling.patch (fixes spelling-error-in-manpage)
diff --git a/debian/patches/fix_spelling.patch b/debian/patches/fix_spelling.patch
new file mode 100644
index 0000000..a30a7e8
--- /dev/null
+++ b/debian/patches/fix_spelling.patch
@@ -0,0 +1,62 @@
+Description: Fix spelling errors found by lintian.
+Origin: vendor
+Forwarded: no
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-02-24
+
+--- 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;
+@@ -2242,7 +2242,7 @@
+ my $rv = Net::SSLeay::CTX_set_session_id_context($ctx, $sid_ctx, $sid_ctx_len);
+ # $ctx - value coresponding 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)
+
+@@ -2736,7 +2736,7 @@
+
+ my $rv = Net::SSLeay::get_error($ssl, $ret);
+ # $ssl - value coresponding 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
+@@ -3464,7 +3464,7 @@
+ my $rv = Net::SSLeay::set_session_id_context($ssl, $sid_ctx, $sid_ctx_len);
+ # $ssl - value coresponding 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
+
+@@ -4095,7 +4095,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>.
+
+@@ -4686,7 +4686,7 @@
+ #
+ # returns: value coresponding to openssl's ASN1_TIME structure (0 on failure)
+
+-L<BEWARE:> this function may fail for dates after 2038 as it is dependant on time_t size on your
++L<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
diff --git a/debian/patches/series b/debian/patches/series
index 00869b8..fdf1228 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
20no-stray-libz-link.patch
no_kwalitee_test.patch
missing_test_file.patch
+fix_spelling.patch
--
Debian packaging of libnet-ssleay-perl
More information about the Pkg-perl-cvs-commits
mailing list