summaryrefslogtreecommitdiffstats
path: root/package/redis/redis.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-10-26 14:44:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-10-27 13:48:57 +0200
commit751cd4cfab88ff15143d13eccf87f982a274e4e3 (patch)
tree213d0154a34739c950b5dfcd624553e3de2f8755 /package/redis/redis.mk
parent07a9f0200cfd1c34f33e8054f62b990d05ccb934 (diff)
downloadbuildroot-751cd4cfab88ff15143d13eccf87f982a274e4e3.tar.gz
buildroot-751cd4cfab88ff15143d13eccf87f982a274e4e3.zip
redis: bump to version 3.2.11
3.2.11 fixes important issues. From the release notes: ================================================================================ Redis 3.2.11 Released Thu Sep 21 15:47:53 CEST 2017 ================================================================================ Upgrade urgency HIGH: Potentially critical bugs fixed. AOF flush on SHUTDOWN did not cared to really write the AOF buffers (not in the kernel but in the Redis process memory) to disk before exiting. Calling SHUTDOWN during traffic resulted into not every operation to be persisted on disk. Also add a hash for the license file while we're at it. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/redis/redis.mk')
-rw-r--r--package/redis/redis.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index 6a7a3128c3..82969c9022 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-REDIS_VERSION = 3.2.9
+REDIS_VERSION = 3.2.11
REDIS_SITE = http://download.redis.io/releases
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
REDIS_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud