[DRE-commits] [ruby-patron] 03/05: added patch to disable SSLv3 tests

Jonas Genannt genannt at moszumanska.debian.org
Tue Aug 25 19:13:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

genannt pushed a commit to branch master
in repository ruby-patron.

commit ac889abc598960f9b5cc65ac6aec8f9f086105d8
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Tue Aug 25 21:12:50 2015 +0200

    added patch to disable SSLv3 tests
---
 debian/patches/disabled_sslv3.patch | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/debian/patches/disabled_sslv3.patch b/debian/patches/disabled_sslv3.patch
new file mode 100644
index 0000000..35d9a64
--- /dev/null
+++ b/debian/patches/disabled_sslv3.patch
@@ -0,0 +1,15 @@
+Author: Jonas Genannt <genannt at debian.org>
+Description: SSLv3 is obsolete, remove test
+Forwarded: not-needed
+
+--- a/spec/session_ssl_spec.rb
++++ b/spec/session_ssl_spec.rb
+@@ -261,7 +261,7 @@
+   end
+ 
+   it "should work with different SSL versions" do
+-    ['SSLv3', 'TLSv1'].each do |version|
++    ['TLSv1'].each do |version|
+       @session.ssl_version = version
+       response = @session.get("/test")
+       response.status.should == 200

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-patron.git



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