From 41e56db75f1139b60b505a970726239ea732be5a Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Tue, 5 Nov 2019 21:38:26 +0000 Subject: Update from 5.0.5 to 5.0.6. Regenerate the patches to make portlint(1) happier. Upgrade urgency CRITICAL: Only in case of exposed instances to untrusted users. This Redis release, 5.0.6, is a bugfix and enhancement release. The most important bugfix is a corruption related to the HyperLogLog. A malformed HyperLogLog string could cause an invalid access to the memory. At a first glance the vulnerability appears to be not exploitable but just a DoS. The way to trigger the issue is complex, we'll not provide any information about how to do that for the users safety. Other significant changes in this release: * New modules APIs merged from Redis unstable to Redis 5. * Some memory optimization related to objects creation. * Fixes to flushSlaveOutputBuffer() that make sure that SHUTDOWN will transfer pending buffers to replicas. --- databases/redis-devel/files/patch-src-mkreleasehdr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/redis-devel/files/patch-src-mkreleasehdr.sh') diff --git a/databases/redis-devel/files/patch-src-mkreleasehdr.sh b/databases/redis-devel/files/patch-src-mkreleasehdr.sh index 15865ddb736b..05176402b0c0 100644 --- a/databases/redis-devel/files/patch-src-mkreleasehdr.sh +++ b/databases/redis-devel/files/patch-src-mkreleasehdr.sh @@ -1,5 +1,5 @@ ---- src/mkreleasehdr.sh.orig 2018-09-06 07:04:23.000000000 -0400 -+++ src/mkreleasehdr.sh 2018-09-07 18:05:03.013274000 -0400 +--- src/mkreleasehdr.sh.orig 2019-09-25 10:40:18 UTC ++++ src/mkreleasehdr.sh @@ -1,6 +1,6 @@ #!/bin/sh -GIT_SHA1=`(git show-ref --head --hash=8 2> /dev/null || echo 00000000) | head -n1` -- cgit v1.2.3