mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
- Update to 2.1.1 [1] - Split rabbiter and rabbirack into net/rubygem-rabbiter and www/rubygem-rabbirack, respectively PR: ports/173383 (based on) [1] Submitted by: Shin-ya Murakami <murashin_AT_gfd-dennou_DOT_org> [1]
14 lines
576 B
Ruby
14 lines
576 B
Ruby
--- lib/rabbiter.rb.orig 2013-07-21 22:07:28.000000000 +0900
|
|
+++ lib/rabbiter.rb 2013-07-21 22:08:26.000000000 +0900
|
|
@@ -149,9 +149,9 @@
|
|
@client = Gio::SocketClient.new
|
|
@client.tls = @options[:ssl]
|
|
@client.tls_validation_flags = :validate_all
|
|
- if Rabbit::Utils.windows?
|
|
+# if Rabbit::Utils.windows?
|
|
@client.tls_validation_flags -= :unknown_ca
|
|
- end
|
|
+# end
|
|
@connection = @client.connect_to_host(@options[:host], @options[:port])
|
|
@socket = @connection.socket
|
|
@socket.blocking = false
|