Package: ruby-hiredis / 0.5.1-2

Metadata

Package Version Patches format
ruby-hiredis 0.5.1-2 3.0 (quilt)

Patch series

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

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

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

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

---
disable network tests.patch | (download)

test/connection_test.rb | 43 23 + 20 - 0 !
1 file changed, 23 insertions(+), 20 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