diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-10-28 13:12:11 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-29 15:41:20 +0200 |
commit | 6dbd9ad3cc23eca260ce87f032ba1cecc7eb4329 (patch) | |
tree | 14cc644206d06ab8c59f1b2dbfb2dbf6772ba83e /package/redis/redis.mk | |
parent | 75a552fbfb93d899e42311a82d448b081ebe9c77 (diff) | |
download | buildroot-6dbd9ad3cc23eca260ce87f032ba1cecc7eb4329.tar.gz buildroot-6dbd9ad3cc23eca260ce87f032ba1cecc7eb4329.zip |
redis: bump to version 3.2.5
Adjust default config patch to match new major version.
localhost binding is now default so drop it, 300s keepalive is now
default as well (instead of 60s from the previous patch and 0 by
default) - which sounds reasonable so keep it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/redis/redis.mk')
-rw-r--r-- | package/redis/redis.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redis/redis.mk b/package/redis/redis.mk index a9df6e712f..3b70991b48 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 3.0.7 +REDIS_VERSION = 3.2.5 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING |