Package: redis / 2:2.8.17-1+deb8u5

Metadata

Package Version Patches format
redis 2:2.8.17-1+deb8u5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 fix ftbfs on kfreebsd.diff p1 | (download)

deps/hiredis/net.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs on kfreebsd
# Bug: https://github.com/redis/hiredis/pull/254
# Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=754634
02 fix ftbfs on kfreebsd p1 | (download)

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

 fix ftbfs on kfreebsd
# Bug: https://github.com/antirez/redis/pull/67
# Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632499
03 use system jemalloc.diff p1 | (download)

src/Makefile | 5 2 + 3 - 0 !
src/zmalloc.c | 8 4 + 4 - 0 !
src/zmalloc.h | 2 1 + 1 - 0 !
3 files changed, 7 insertions(+), 8 deletions(-)

 use system jemalloc
04 dpkg buildflags.diff p1 | (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
05 CVE 2015 4335.patch p1 | (download)

deps/lua/src/ldo.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [patch] disable loading lua bytecode


06 CVE 2015 8080 Integer wraparound in lua_struct.c cau.patch p1 | (download)

deps/lua/src/lua_struct.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 cve-2015-8080: integer wraparound in lua_struct.c causing
 stack-based buffer overflow


07 Avoid world readable rediscli history.diff p1 | (download)

deps/linenoise/linenoise.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

---