[SCM] Debian packaging of libanyevent-perl branch, master, updated. debian/6.130-1-12-gdfaa2c2

Alessandro Ghedini al3xbio at gmail.com
Tue Mar 27 10:41:11 UTC 2012


The following commit has been merged in the master branch:
commit 6042974c4f6d5e3bb566b42b763feecca5cfaae3
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Tue Mar 27 11:53:03 2012 +0200

    Add use-tlsv1-in-test.patch
    
    Closes: #665233

diff --git a/debian/patches/series b/debian/patches/series
index 213d22d..cd70bef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+use-tlsv1-in-test.patch
 fix-spelling.patch
diff --git a/debian/patches/use-tlsv1-in-test.patch b/debian/patches/use-tlsv1-in-test.patch
new file mode 100644
index 0000000..0a42a41
--- /dev/null
+++ b/debian/patches/use-tlsv1-in-test.patch
@@ -0,0 +1,20 @@
+Description: Explicitly use TLSv1
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/665233
+Forwarded: no
+Author: Alessandro Ghedini <al3xbio at gmail.com>
+Last-Update: 2012-03-27
+
+--- a/t/80_ssltest.t
++++ b/t/80_ssltest.t
+@@ -11,7 +11,9 @@
+ use AnyEvent::Handle;
+ use AnyEvent::TLS;
+
+-my $ctx = new AnyEvent::TLS cert_file => $0;
++my $ctx = new AnyEvent::TLS
++   cert_file => $0,
++   method    => 'tlsv1';
+
+ for my $mode (1..5) {
+    ok (1, "mode $mode");

-- 
Debian packaging of libanyevent-perl



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