Debian Patches
Status for ruby-dalli/5.0.2-1
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-test-suite-run-as-current-user.patch | Run test suite as current user Because it's run under fakeroot, memcached thinks that it's being run as root, and refuses to do so. |
Antonio Terceiro <terceiro@debian.org> | no | 2015-10-29 | ||
| 0003-dalli-version.patch | Use system dalli/version if lib/ not available For autopkgtest purposes |
Cédric Boutillier <boutil@debian.org> | not-needed | 2020-09-29 | ||
| 0004-No-bundler-in-test-helper.patch | No bundler in test helper | Cédric Boutillier <boutil@debian.org> | not-needed | 2020-09-29 | ||
| 0006-Fix-Dalli-NameError.patch | Fix Dalli NameError Fixes: /<<PKGBUILDDIR>>/test/utils/memcached_manager.rb:23:in `<module:MemcachedManager>': uninitialized constant Dalli (NameError) |
Daniel Leidert <dleidert@debian.org> | not-needed | 2021-12-07 | ||
| handle_64b_time_t.patch | Support 64b time_t on armel/armhf | Lucas Nussbaum <lucas@debian.org> | yes | debian upstream | ||
| include-openssl.patch | Fix SSL error handling in meta protocol by requiring openssl early | Simon Quigley <tsimonq2@debian.org> | not-needed | vendor | 2026-02-26 | |
| support-connection-timeout-fix.patch | Drop memoization of connect_timeout support check The supports_connect_timeout? method was memoized at class level, so it only checked TCPSocket#initialize parameters once. When socksify or resolv-replace override TCPSocket#initialize without supporting **kwargs, the memoized true value causes Dalli to pass {connect_timeout: sec} as a positional Hash instead of using the fallback Timeout.timeout block, leading to TypeError: no implicit conversion of Hash into String during socket creation. |
Simon Quigley <tsimonq2@debian.org> | not-needed | vendor | 2026-02-26 |
