CVSROOT:        /cvs
Module name:    ports
Changes by:     t...@cvs.openbsd.org    2020/03/16 22:51:28

Modified files:
        databases/redis: Makefile distinfo 
        databases/redis/patches: patch-src_Makefile 
Added files:
        databases/redis/patches: patch-src_networking_c 

Log message:
Update to Redis 5.0.8. Fixes some security issues and plugs lots
of memory leaks. Add a patch for a time_t truncation issue on
architectures with 32 bit longs. The update results in one test
failure showing much more often on sparc64:

*** [err]: pending querybuf: check size of pending_querybuf after set a big 
value in tests/unit/pendingquerybuf.tcl
the used_memory of replica is much larger than master. Master:35666976 
Replica:69051032

Tests by Uwe Werler.

ok kn, "move forward" danj

Release notes:

https://raw.githubusercontent.com/antirez/redis/5.0/00-RELEASENOTES

Reply via email to