[DRE-commits] [ruby-net-ssh] 03/07: Add 'dont-test-cyphers-that-dont-have-fixtures' patch

David Suárez deiv-guest at moszumanska.debian.org
Sat Oct 4 23:42:30 UTC 2014


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

deiv-guest pushed a commit to branch master
in repository ruby-net-ssh.

commit 593df48976e4f4c81da3cef193db3d7d21c89de6
Author: David Suárez <david.sephirot at gmail.com>
Date:   Sun Oct 5 01:26:18 2014 +0200

    Add 'dont-test-cyphers-that-dont-have-fixtures' patch
---
 debian/patches/dont-test-cyphers-that-dont-have-fixtures | 16 ++++++++++++++++
 debian/patches/series                                    |  1 +
 2 files changed, 17 insertions(+)

diff --git a/debian/patches/dont-test-cyphers-that-dont-have-fixtures b/debian/patches/dont-test-cyphers-that-dont-have-fixtures
new file mode 100644
index 0000000..8f802e4
--- /dev/null
+++ b/debian/patches/dont-test-cyphers-that-dont-have-fixtures
@@ -0,0 +1,16 @@
+Description: Don't test cyphers that don't have fixtures
+
+Author: David Suárez <david.sephirot at gmail.com>
+Last-Update: 2014-10-5
+
+--- ruby-net-ssh-2.9.1.orig/test/transport/test_packet_stream.rb
++++ ruby-net-ssh-2.9.1/test/transport/test_packet_stream.rb
+@@ -1683,6 +1683,8 @@ module Transport
+         next
+       end
+ 
++      next if cipher_name == 'aes256-gcm at openssh.com' or cipher_name == 'aes128-gcm at openssh.com'
++
+       # JRuby Zlib implementation (1.4 & 1.5) does not have byte-to-byte compatibility with MRI's.
+       # skip these 80 or more tests under JRuby.
+       if defined?(JRUBY_VERSION)
diff --git a/debian/patches/series b/debian/patches/series
index 843ff73..01c6c26 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 disable-rubygems-in-tests.patch
 skip-test-broken-on-1.8.patch
+dont-test-cyphers-that-dont-have-fixtures

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



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