Package: redis / 5:8.0.4-1

Metadata

Package Version Patches format
redis 5:8.0.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian packaging/0001 Set Debian configuration defaults.patch | (download)

redis.conf | 10 5 + 5 - 0 !
sentinel.conf | 8 4 + 4 - 0 !
2 files changed, 9 insertions(+), 9 deletions(-)

 set debian configuration defaults

0001 Fix FTBFS on kFreeBSD.patch | (download)

src/fmacros.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on kfreebsd


0002 Add CPPFLAGS to upstream makefiles.patch | (download)

deps/fast_float/Makefile | 2 1 + 1 - 0 !
deps/fpconv/Makefile | 2 1 + 1 - 0 !
deps/hdr_histogram/Makefile | 2 1 + 1 - 0 !
deps/linenoise/Makefile | 2 1 + 1 - 0 !
src/Makefile | 2 1 + 1 - 0 !
5 files changed, 5 insertions(+), 5 deletions(-)

 add cppflags and cxxflags to upstream makefiles

.

0003 Use get_current_dir_name over PATHMAX.patch | (download)

src/rdb.c | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 use get_current_dir_name over pathmax, etc.


0004 Add support for USE_SYSTEM_JEMALLOC flag.patch | (download)

deps/Makefile | 2 2 + 0 - 0 !
src/Makefile | 5 5 + 0 - 0 !
src/zmalloc.c | 2 2 + 0 - 0 !
src/zmalloc.h | 13 13 + 0 - 0 !
4 files changed, 22 insertions(+)

 add support for use_system_jemalloc flag.

0007 Add Redis ver. REDIS_VERSION to LOLWUT 8 output as a.patch | (download)

src/lolwut8.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 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)