[SCM] Debian packaging of libnet-ssleay-perl branch, master, updated. debian/1.43-1-6-gea1033b

Alessandro Ghedini al3xbio at gmail.com
Sat Feb 25 14:29:48 UTC 2012


The following commit has been merged in the master branch:
commit 4dabb256c8b0eaf7968a4138ee9d77e100f6cb5c
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Sat Feb 25 13:18:21 2012 +0100

    Imported Upstream version 1.45

diff --git a/Changes b/Changes
index 1beef92..698fbae 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Perl extension Net::SSLeay.
 
+1.45 2012-02-25
+     Added mising doc for SESSION_cmp. Patch by paul.
+
+1.44 2012-02-25
+     Added missing t/data/binary-test.file to MANIFEST
+
 1.43 2012-02-24
     Fixed some typos. Patched by Neil Bowers.
     SSLeay.pm convenience functions now call Net::SSLeay::initialize that
diff --git a/MANIFEST b/MANIFEST
index 74151a0..e1bdc19 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -51,6 +51,7 @@ t/data/0f89dbb5.0
 t/data/cert.pem
 t/data/key.pem
 t/data/key.pem.e
+t/data/binary-test.file
 t/external/08_external.t
 t/external/15_altnames.t
 t/handle/external/10_destroy.t
diff --git a/META.yml b/META.yml
index 8c33df0..eec16ef 100755
--- a/META.yml
+++ b/META.yml
@@ -22,4 +22,5 @@ no_index:
 requires:
   MIME::Base64: 0
   perl: 5.005
+  Test::More: 0.60_01
 version: 1.42
diff --git a/lib/Net/SSLeay.pm b/lib/Net/SSLeay.pm
index d2d3213..cbd3545 100644
--- a/lib/Net/SSLeay.pm
+++ b/lib/Net/SSLeay.pm
@@ -4,7 +4,7 @@
 # Copyright (C) 2005 Florian Ragwitz <rafl at debian.org>, All Rights Reserved.
 # Copyright (C) 2005 Mike McCauley <mikem at open.com.au>, All Rights Reserved.
 #
-# $Id: SSLeay.pm 303 2012-02-16 02:51:52Z mikem-guest $
+# $Id: SSLeay.pm 306 2012-02-24 22:52:55Z mikem-guest $
 #
 # Change data removed from here. See Changes
 # The distribution and use of this module are subject to the conditions
@@ -61,7 +61,7 @@ $Net::SSLeay::slowly = 0;
 $Net::SSLeay::random_device = '/dev/urandom';
 $Net::SSLeay::how_random = 512;
 
-$VERSION = '1.43';
+$VERSION = '1.45';
 @ISA = qw(Exporter);
 @EXPORT_OK = qw(
     AT_MD5_WITH_RSA_ENCRYPTION
diff --git a/lib/Net/SSLeay.pod b/lib/Net/SSLeay.pod
index 24f8d21..c2724de 100644
--- a/lib/Net/SSLeay.pod
+++ b/lib/Net/SSLeay.pod
@@ -1214,6 +1214,18 @@ Free an allocated SSL_SESSION structure.
 
 Check openssl doc L<http://www.openssl.org/docs/ssl/SSL_SESSION_free.html|http://www.openssl.org/docs/ssl/SSL_SESSION_free.html>
 
+=item * SESSION_cmp
+
+Compare two SSL_SESSION structures.
+
+ my $rv = Net::SSLeay::SESSION_cmp($sesa, $sesb);
+ # $sesa - value corresponding to openssl's SSL_SESSION structure
+ # $sesb - value corresponding to openssl's SSL_SESSION structure
+ #
+ # returns: 0 if the two structures are the same
+
+B<NOTE:> Not available in openssl 1.0 or later
+
 =item * SESSION_get_app_data
 
 Can be used to get application defined value/data.
diff --git a/t/data/binary-test.file b/t/data/binary-test.file
new file mode 100644
index 0000000..119cecc
Binary files /dev/null and b/t/data/binary-test.file differ

-- 
Debian packaging of libnet-ssleay-perl



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