Package: ruby-net-http-persistent / 2.9.4-1

Metadata

Package Version Patches format
ruby-net-http-persistent 2.9.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
skip_tests_requiring_net_connectivity | (download)

test/test_net_http_persistent.rb | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 fix ftbfs when built with no network access

ssl_default_version | (download)

test/test_net_http_persistent_ssl_reuse.rb | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 let ruby choose default ssl version

Explicitly using SSLv3 no longer works when we don't say the same
for the server side. Just let Ruby pick defaults for both test
server and test client.