[SCM] Debian packaging of libio-socket-ssl-perl branch, master, updated. debian/1.59-1-4-ga77b633

Alessandro Ghedini al3xbio at gmail.com
Tue Mar 27 15:35:37 UTC 2012


The following commit has been merged in the master branch:
commit a77b633d502b4e85b07e4beece142149e46827af
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Mar 27 12:28:43 2012 +0200

    Add remove-ssleay-version-test.patch
    
    Closes: #664900

diff --git a/debian/patches/remove-ssleay-version-test.patch b/debian/patches/remove-ssleay-version-test.patch
new file mode 100644
index 0000000..4a7db98
--- /dev/null
+++ b/debian/patches/remove-ssleay-version-test.patch
@@ -0,0 +1,21 @@
+Description: Explicitly use TLSv1
+ This patch should be removed once libnet-ssleay-perl gets rebuilt against the
+ newer version of libssl.
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/664900
+Forwarded: not-needed
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-03-27
+
+--- a/t/dhe.t
++++ b/t/dhe.t
+@@ -35,8 +35,7 @@
+     # openssl 1.0.1(beta2) complains about the rsa key too small, unless
+     # we explicitly set version to tlsv1 or sslv3
+     # unfortunatly the workaround fails for older openssl versions :(
+-    (Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x10001000)
+-        ? ( SSL_version   => 'tlsv1' ):()
++    SSL_version   => 'tlsv1'
+ ) || do {
+     notok($!);
+     exit
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4df69ea
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+remove-ssleay-version-test.patch

-- 
Debian packaging of libio-socket-ssl-perl



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