summaryrefslogtreecommitdiffstats
path: root/package/redis/redis.hash
Commit message (Collapse)AuthorAgeFilesLines
* redis: bump to version 4.0.11Peter Korsgaard2018-10-231-1/+1
| | | | | | | | | | | >From the release notes (https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES): Upgrade urgency HIGH: not critical but very important bugs fixed. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Reviewed-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/redis: Bump to version 4.0.10Titouan Christophe2018-10-231-1/+2
| | | | | Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: security bump to version 3.2.12Peter Korsgaard2018-06-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | >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>
* redis: bump to version 3.2.11Peter Korsgaard2017-10-271-1/+3
| | | | | | | | | | | | | | | | | | | 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>
* redis: bump version to 3.2.9Vicente Olivert Riera2017-05-191-3/+1
| | | | | | | Remove sha1 hash. Upstream provides now a sha256 hash. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.2.8Gustavo Zacarias2017-02-151-2/+2
| | | | | | | | 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>
* redis: security bump to version 3.2.7Vicente Olivert Riera2017-02-011-2/+2
| | | | | | | | | | | | | | | | | Release notes: https://www.reddit.com/r/redis/comments/5r8wxn/redis_327_is_out_important_security_fixes_inside/ From the notes: Upgrade urgency HIGH. This release fixes important security and correctness issues. It is especially important to upgrade for Redis Cluster users and for users running Redis in their laptop since a cross-scripting attack is fixed in this release. [Peter: extend description] Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.2.6Gustavo Zacarias2016-12-181-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.2.5Gustavo Zacarias2016-10-291-2/+2
| | | | | | | | | | 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>
* redis: bump to version 3.0.7Gustavo Zacarias2016-01-311-2/+2
| | | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Tested-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.0.6Gustavo Zacarias2016-01-271-2/+2
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* redis: bump to version 3.0.5Gustavo Zacarias2015-10-161-1/+3
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* redis: bump to version 3.0.4Gustavo Zacarias2015-10-021-1/+1
| | | | | Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/redis: Bump version to 3.0.3Martin Bark2015-07-211-2/+2
| | | | | Signed-off-by: Martin Bark <martin@barkynet.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* redis: bump to version 2.8.19Gustavo Zacarias2015-01-231-0/+2
Add hash file. Drop redis-002-lua-AR.patch (upstream). Rename patches to new naming convention. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
OpenPOWER on IntegriCloud