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.hash | |
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.hash')
-rw-r--r-- | package/redis/redis.hash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/redis/redis.hash b/package/redis/redis.hash index 07783f545f..7e09db5dab 100644 --- a/package/redis/redis.hash +++ b/package/redis/redis.hash @@ -1,4 +1,4 @@ # From https://github.com/antirez/redis-hashes/blob/master/README -sha1 e56b4b7e033ae8dbf311f9191cf6fdf3ae974d1c redis-3.0.7.tar.gz +sha1 6f6333db6111badaa74519d743589ac4635eba7a redis-3.2.5.tar.gz # Calculated based on the hash above -sha256 b2a791c4ea3bb7268795c45c6321ea5abcc24457178373e6a6e3be6372737f23 redis-3.0.7.tar.gz +sha256 8509ceb1efd849d6b2346a72a8e926b5a4f6ed3cc7c3cd8d9f36b2e9ba085315 redis-3.2.5.tar.gz |