Package: ruby-hiredis / 0.6.1-1

Metadata

Package Version Patches format
ruby-hiredis 0.6.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use_system_libhiredis.patch | (download)

ext/hiredis_ext/extconf.rb | 18 3 + 15 - 0 !
1 file changed, 3 insertions(+), 15 deletions(-)

 use system libhiredis
 Use Debian's libhiredis version instead of downloading one and statically
 linking against it.
disable network tests.patch | (download)

test/connection_test.rb | 86 45 + 41 - 0 !
1 file changed, 45 insertions(+), 41 deletions(-)

 disable network tests using routable ips
 We disable two network tests using a routable IP address (1.1.1.1) to trigger
 a connection timeout. 1.1.1.1 is not guaranteed to be unroutable, and even in
disable no eagain test.patch | (download)

test/connection_test.rb | 56 29 + 27 - 0 !
1 file changed, 29 insertions(+), 27 deletions(-)

 disable test_no_eagain_after_cumulative_wait_exceeds_timeout