package/redis: security bump to version 5.0.10
This release fixes a potential heap overflow when using a heap allocator other than jemalloc or glibc's malloc. See: https://github.com/redis/redis/pull/7963 https://raw.githubusercontent.com/redis/redis/5.0/00-RELEASENOTES Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
7175373205
commit
bd21b79f1f
@ -1,5 +1,5 @@
|
||||
# From https://github.com/antirez/redis-hashes/blob/master/README
|
||||
sha256 53d0ae164cd33536c3d4b720ae9a128ea6166ebf04ff1add3b85f1242090cb85 redis-5.0.9.tar.gz
|
||||
sha256 e30a5e7d1593a715cdda2a82deb90190816d06c9d1dc1ef5b36874878c683382 redis-5.0.10.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063 COPYING
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
REDIS_VERSION = 5.0.9
|
||||
REDIS_VERSION = 5.0.10
|
||||
REDIS_SITE = http://download.redis.io/releases
|
||||
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
|
||||
REDIS_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user