]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
redis: bump to version 3.2.8
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 15 Feb 2017 18:10:36 +0000 (15:10 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 15 Feb 2017 20:26:04 +0000 (21:26 +0100)
It fixes a regression in the 3.2.7 security release that can cause server
deadlocks.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/redis/redis.hash
package/redis/redis.mk

index d4ac7c3557e507bb29974535d9f0fdbe682b8cfd..3cd86470bd6694f041e6e5837ca5bd615f428813 100644 (file)
@@ -1,4 +1,4 @@
 # From https://github.com/antirez/redis-hashes/blob/master/README
-sha1 6889af053020cd72ebb16805ead0ce9b3a69a9ef  redis-3.2.7.tar.gz
+sha1 6780d1abb66f33a97aad0edbe020403d0a15b67f  redis-3.2.8.tar.gz
 # Calculated based on the hash above
-sha256 bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9  redis-3.2.7.tar.gz
+sha256 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c  redis-3.2.8.tar.gz
index 63964b5f98ec80316d6bcd4b79e2db188290a4bd..8ab6e726e38c4846ef4f32b20e7424df41ca1e00 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-REDIS_VERSION = 3.2.7
+REDIS_VERSION = 3.2.8
 REDIS_SITE = http://download.redis.io/releases
 REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components)
 REDIS_LICENSE_FILES = COPYING