mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-ruby/right_http_connection: remove unused patch.
Closes: https://github.com/gentoo/gentoo/pull/2417 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
20254dbfd2
commit
a2cd758cc3
@@ -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
|
||||
Reference in New Issue
Block a user