diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2018-06-13 22:16:43 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-15 14:05:42 +0200 |
commit | 3bf2745a0f310f2d0b173cc30645bb8ecadaa0a2 (patch) | |
tree | 069ee01bbd05c8c3234f5d8a24b53ed3a39ab78b /package/redis/redis.hash | |
parent | b609ee33e1d2d37711722933bad279df3bed2786 (diff) | |
download | buildroot-3bf2745a0f310f2d0b173cc30645bb8ecadaa0a2.tar.gz buildroot-3bf2745a0f310f2d0b173cc30645bb8ecadaa0a2.zip |
redis: security bump to version 3.2.12
>From the release notes:
================================================================================
Redis 3.2.12 Released Wed Jun 13 12:43:01 CEST 2018
================================================================================
Upgrade urgency CRITICAL:
* Multilple security issues fixed.
* Backport of an older AOF fsync=always fix. Check 4.x release notes.
* Backport of a *SCAN bug. Sometimes elements could be missing from the scan.
* Other minor things.
https://raw.githubusercontent.com/antirez/redis/3.2/00-RELEASENOTES
For more details about the lua related security issues, see the blog:
http://antirez.com/news/119
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/redis/redis.hash')
-rw-r--r-- | package/redis/redis.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redis/redis.hash b/package/redis/redis.hash index ce2d66b8c2..d9a14cef6c 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 -sha256 31ae927cab09f90c9ca5954aab7aeecc3bb4da6087d3d12ba0a929ceb54081b5 redis-3.2.11.tar.gz +sha256 98c4254ae1be4e452aa7884245471501c9aa657993e0318d88f048093e7f88fd redis-3.2.12.tar.gz # Locally calculated sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063 COPYING |