diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-26 18:22:43 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-31 13:00:11 +0100 |
commit | a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7 (patch) | |
tree | efc739ea45ccd46f3616d8a63c83f9d5fa195405 /dev-ruby | |
parent | dev-ruby/rest-client: remove unused patch. (diff) | |
download | gentoo-a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7.tar.gz gentoo-a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7.tar.bz2 gentoo-a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7.zip |
dev-ruby/right_http_connection: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2417
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/right_http_connection/files/right_http_connection-1.2.4+ruby-1.9.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-ruby/right_http_connection/files/right_http_connection-1.2.4+ruby-1.9.patch b/dev-ruby/right_http_connection/files/right_http_connection-1.2.4+ruby-1.9.patch deleted file mode 100644 index 3133194fefb7..000000000000 --- a/dev-ruby/right_http_connection/files/right_http_connection-1.2.4+ruby-1.9.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- lib/right_http_connection.rb.old 2010-01-28 00:35:07.000000000 +0100 -+++ lib/right_http_connection.rb 2010-02-11 20:20:28.872034048 +0100 -@@ -299,6 +299,7 @@ - true - } - @http.use_ssl = true -+ @http.verify_mode = OpenSSL::SSL::VERIFY_NONE # Looks like Ruby 1.9 defaults to VERIFY_PEER which doesn't work well - ca_file = get_param(:ca_file) - if ca_file - @http.verify_mode = OpenSSL::SSL::VERIFY_PEER |