Package: redis / 5:5.0.14-1+deb10u2

Metadata

Package Version Patches format
redis 5:5.0.14-1+deb10u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
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


debian packaging/0003 dpkg buildflags.patch | (download)

deps/hiredis/Makefile | 2 1 + 1 - 0 !
deps/linenoise/Makefile | 2 1 + 1 - 0 !
src/Makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 add cppflags in upstream makefiles


debian packaging/0007 Set Debian configuration defaults.patch | (download)

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

 set debian configuration defaults.


0010 Use get_current_dir_name over PATHMAX etc.patch | (download)

src/aof.c | 4 2 + 2 - 0 !
src/rdb.c | 7 4 + 3 - 0 !
2 files changed, 6 insertions(+), 5 deletions(-)

 use get_current_dir_name over pathmax, etc.


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

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

 add support for use_system_jemalloc flag.

https://github.com/antirez/redis/pull/5279

0011 Add support for a USE_SYSTEM_LUA flag.patch | (download)

deps/Makefile | 2 2 + 0 - 0 !
src/Makefile | 15 12 + 3 - 0 !
2 files changed, 14 insertions(+), 3 deletions(-)

 add support for a use_system_lua flag.

https://github.com/antirez/redis/pull/5280

0007 Add support for a USE_SYSTEM_HIREDIS flag.patch | (download)

deps/Makefile | 2 2 + 0 - 0 !
src/Makefile | 19 14 + 5 - 0 !
2 files changed, 16 insertions(+), 5 deletions(-)

 add support for a use_system_hiredis flag.


debian packaging/0008 Ensure we use the modules for third party libraries.patch | (download)

src/scripting.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 ensure we use the modules for third-party libraries.