Package: redis / 5:8.0.2-3
Metadata
Package | Version | Patches format |
---|---|---|
redis | 5:8.0.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
debian packaging/0001 Set Debian configuration defaults.patch | (download) |
redis.conf |
10 5 + 5 - 0 ! |
set debian configuration defaults |
0001 Fix FTBFS on kFreeBSD.patch | (download) |
src/fmacros.h |
2 1 + 1 - 0 ! |
fix ftbfs on kfreebsd |
0002 Add CPPFLAGS to upstream makefiles.patch | (download) |
deps/fast_float/Makefile |
2 1 + 1 - 0 ! |
add cppflags and cxxflags to upstream makefiles . |
0003 Use get_current_dir_name over PATHMAX.patch | (download) |
src/rdb.c |
6 2 + 4 - 0 ! |
use get_current_dir_name over pathmax, etc. |
0004 Add support for USE_SYSTEM_JEMALLOC flag.patch | (download) |
deps/Makefile |
2 2 + 0 - 0 ! |
add support for use_system_jemalloc flag. |
0005 CVE 2025 32023.patch | (download) |
src/hyperloglog.c |
47 42 + 5 - 0 ! |
[patch] fix out of bounds write in hyperloglog commands (CVE-2025-32023) Co-authored-by: oranagra <oran@redislabs.com> |
0006 CVE 2025 48367.patch | (download) |
src/anet.c |
24 24 + 0 - 0 ! |
[patch] retry accept() even if accepted connection reports an error (CVE-2025-48367) In case of accept4() returns an error, we should check errno value and decide if we should retry accept4() without waiting next event loop iteration. |
0007 Add Redis ver. REDIS_VERSION to LOLWUT 8 output as a.patch | (download) |
src/lolwut8.c |
4 3 + 1 - 0 ! |
add "redis ver. $redis_version" to lolwut 8 output as a some testsuites were relying on it. eg. python-redis (https://github.com/redis/redis-py/blob/master/tests/test_commands.py#L1092) |