[DRE-commits] [SCM] ruby-net-http-persistent.git branch, master, updated. debian/2.5.2-1-5-g3bca95d

Cédric Boutillier cedric.boutillier at gmail.com
Wed Jun 27 20:37:25 UTC 2012


The following commit has been merged in the master branch:
commit a1873eca2156a4f43ab238a17ec29e3b09879a1e
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Jun 27 22:23:12 2012 +0200

    add workaround_persistent_ssl_reuse_failing_test.patch (Closes: #665255)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..41638d5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+workaround_persistent_ssl_reuse_failing_test.patch
diff --git a/debian/patches/workaround_persistent_ssl_reuse_failing_test.patch b/debian/patches/workaround_persistent_ssl_reuse_failing_test.patch
new file mode 100644
index 0000000..01af7aa
--- /dev/null
+++ b/debian/patches/workaround_persistent_ssl_reuse_failing_test.patch
@@ -0,0 +1,17 @@
+Description: Fix FTBFS with OpenSSL 1.0.1
+ Using a key stricly greater than 745.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665255
+Bug: https://github.com/drbrain/net-http-persistent/issues/25
+Origin: vendor
+
+--- a/test/test_net_http_persistent_ssl_reuse.rb
++++ b/test/test_net_http_persistent_ssl_reuse.rb
+@@ -21,7 +21,7 @@
+   def setup
+     @name = OpenSSL::X509::Name.parse 'CN=localhost'
+ 
+-    @key = OpenSSL::PKey::RSA.new 512
++    @key = OpenSSL::PKey::RSA.new 1024
+ 
+     @cert = OpenSSL::X509::Certificate.new
+     @cert.version = 2
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..4aceb10
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1 @@
+unapply-patches

-- 
ruby-net-http-persistent.git



More information about the Pkg-ruby-extras-commits mailing list