diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-05 21:38:26 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2019-11-05 21:38:26 +0000 |
commit | 41e56db75f1139b60b505a970726239ea732be5a (patch) | |
tree | 15a63789ec33f44f173727b7638f2c132f72efd4 /databases/redis-devel/files/patch-deps-linenoise-Makefile | |
parent | misc/esniper: Mark BROKEN (diff) |
Update from 5.0.5 to 5.0.6.
Regenerate the patches to make portlint(1) happier.
<ChangeLog>
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.
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=516843
Diffstat (limited to 'databases/redis-devel/files/patch-deps-linenoise-Makefile')
-rw-r--r-- | databases/redis-devel/files/patch-deps-linenoise-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis-devel/files/patch-deps-linenoise-Makefile b/databases/redis-devel/files/patch-deps-linenoise-Makefile index 8f39994aa201..aef0f10966af 100644 --- a/databases/redis-devel/files/patch-deps-linenoise-Makefile +++ b/databases/redis-devel/files/patch-deps-linenoise-Makefile @@ -1,5 +1,5 @@ ---- deps/linenoise/Makefile.orig 2015-01-17 22:13:25.000000000 +0300 -+++ deps/linenoise/Makefile 2015-01-17 22:13:45.000000000 +0300 +--- deps/linenoise/Makefile.orig 2019-09-25 10:40:18 UTC ++++ deps/linenoise/Makefile @@ -1,10 +1,10 @@ STD= WARN= -Wall |