Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/right_http_connection/files/
Date: Mon, 31 Oct 2016 12:10:09
Message-Id: 1477915211.a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7.monsieurp@gentoo
1 commit: a2cd758cc3e969ebc5d51cfada54f4c83deeb2a7
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Sep 26 16:22:43 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 12:00:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2cd758c
7
8 dev-ruby/right_http_connection: remove unused patch.
9
10 Closes: https://github.com/gentoo/gentoo/pull/2417
11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../files/right_http_connection-1.2.4+ruby-1.9.patch | 10 ----------
15 1 file changed, 10 deletions(-)
16
17 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
18 deleted file mode 100644
19 index 3133194..00000000
20 --- a/dev-ruby/right_http_connection/files/right_http_connection-1.2.4+ruby-1.9.patch
21 +++ /dev/null
22 @@ -1,10 +0,0 @@
23 ---- lib/right_http_connection.rb.old 2010-01-28 00:35:07.000000000 +0100
24 -+++ lib/right_http_connection.rb 2010-02-11 20:20:28.872034048 +0100
25 -@@ -299,6 +299,7 @@
26 - true
27 - }
28 - @http.use_ssl = true
29 -+ @http.verify_mode = OpenSSL::SSL::VERIFY_NONE # Looks like Ruby 1.9 defaults to VERIFY_PEER which doesn't work well
30 - ca_file = get_param(:ca_file)
31 - if ca_file
32 - @http.verify_mode = OpenSSL::SSL::VERIFY_PEER