Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_use-proper-destdir.patch | _use-proper-destdir | Alessandro Ghedini <ghedo@debian.org> | no | 2018-11-04 | ||
02_disable-failing-test.patch | _disable-failing-test | Alessandro Ghedini <ghedo@debian.org> | no | 2018-11-04 | ||
04_disable-network-tests.patch | Disable "Returns error when host cannot be resolved" This patch disables a test that relies on the presence of a network connection. |
Tobias Frost <tobi@debian.org> | no | 2018-11-04 | ||
06_redis-startup.patch | Fix race creating unix socket in tests. There seems to be a race between the Redis server strarting up and the unix socket test. This gives redis a little more time to create the socket file. |
Tom Lee <debian@tomlee.co> | no | 2018-11-04 | ||
07_cmake.patch | CMake configuration for hiredis | Thomas Lee <debian@tomlee.co> | no | 2018-09-26 | ||
08_cppflags.patch | Add CPPFLAGS to REAL_CFLAGS | Thomas Lee <debian@tomlee.co> | yes | 2018-09-26 | ||
09_CVE-2021-32765.patch | Fix for integer/buffer overflow CVE-2021-32765 This fix prevents hiredis from trying to allocate more than `SIZE_MAX` bytes, which would result in a buffer overrun. [Full Details](https://github.com/redis/hiredis/security/advisories/GHSA-hfm9-39pp-55p2) |
Yossi Gottlieb <yossigo@gmail.com> | no | 2021-07-13 | ||
10-Update-test-for-Redis-7.x.patch | Update test for Redis 7.x. | Chris Lamb <lamby@debian.org> | no | 2022-06-27 |