Debian Patches
Status for ruby-cool.io/1.9.5-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-disable-dns-test.patch | disable-dns-test | Debian Ruby Extras Maintainers | not-needed | 2019-08-15 | ||
| 0002-dont-use-git.patch | dont-use-git | Debian Ruby Extras Maintainers | not-needed | 2019-08-15 | ||
| 0003-drop-rake-compiler-dock.patch | drop-rake-compiler-dock | Debian Ruby Extras Maintainers | not-needed | 2019-08-15 | ||
| clamp-buffer-read-large-length.patch | Clamp Buffer#read lengths that do not fit in a C long On 32-bit architectures NUM2LONG(2**31) raises RangeError because 2**31 exceeds LONG_MAX. Compare the requested length in Ruby first and clamp values larger than the buffer, matching 64-bit behaviour and the 1.9.5 spec. |
Simon Quigley <tsimonq2@debian.org> | no | vendor | 2026-08-27 | |
| wait-for-tcp-server-on-read.patch | Wait for TCPServer on_read instead of sleeping 0.1s The functionaltest sleeps a fixed 0.1s before asserting the server received data. On slower machines such as Debian riscv64 buildds the reactor has not processed the event yet, so data remains the initial "aaa". Use the wait_until helper already added in 1.9.5 for the other cases in this file, and bound the echo read with the same timeout. |
Simon Quigley <tsimonq2@debian.org> | no | vendor | 2026-08-27 |
