diff mbox series

[1/1] package/redis: bump to 6.0.8

Message ID 20200915194929.15323-1-titouan.christophe@railnova.eu
State Accepted
Headers show
Series [1/1] package/redis: bump to 6.0.8 | expand

Commit Message

Titouan Christophe Sept. 15, 2020, 7:49 p.m. UTC
From the release notes
See: https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES

================================================================================
Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
================================================================================

Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
Specifically the first two listed below which cause protocol errors for clients.

================================================================================
Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
================================================================================

Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
 package/redis/redis.hash | 2 +-
 package/redis/redis.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Sept. 15, 2020, 9:09 p.m. UTC | #1
Titouan, All,

On 2020-09-15 21:49 +0200, Titouan Christophe spake thusly:
> From the release notes
> See: https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES
> 
> ================================================================================
> Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
> ================================================================================
> 
> Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
> Specifically the first two listed below which cause protocol errors for clients.
> 
> ================================================================================
> Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
> ================================================================================
> 
> Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
> CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
> 
> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Applied to master. Since it was a security bump, I changed the commit
title accordingly.

Thanks.

Regards,
Yann E. MORIN.

> ---
>  package/redis/redis.hash | 2 +-
>  package/redis/redis.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/redis/redis.hash b/package/redis/redis.hash
> index 840019415d..d686d59847 100644
> --- a/package/redis/redis.hash
> +++ b/package/redis/redis.hash
> @@ -1,5 +1,5 @@
>  # From https://github.com/redis/redis-hashes/blob/master/README
> -sha256  12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94  redis-6.0.6.tar.gz
> +sha256  04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68  redis-6.0.8.tar.gz
>  
>  # Locally calculated
>  sha256  97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828  COPYING
> diff --git a/package/redis/redis.mk b/package/redis/redis.mk
> index 33c764a0d5..c567d3200d 100644
> --- a/package/redis/redis.mk
> +++ b/package/redis/redis.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -REDIS_VERSION = 6.0.6
> +REDIS_VERSION = 6.0.8
>  REDIS_SITE = http://download.redis.io/releases
>  REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
>  REDIS_LICENSE_FILES = COPYING
> -- 
> 2.25.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Sept. 16, 2020, 1:10 p.m. UTC | #2
>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Titouan, All,
 > On 2020-09-15 21:49 +0200, Titouan Christophe spake thusly:
 >> From the release notes
 >> See: https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES
 >> 
 >> ================================================================================
 >> Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
 >> ================================================================================
 >> 
 >> Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
 >> Specifically the first two listed below which cause protocol errors for clients.
 >> 
 >> ================================================================================
 >> Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
 >> ================================================================================
 >> 
 >> Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
 >> CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
 >> 
 >> Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

 > Applied to master. Since it was a security bump, I changed the commit
 > title accordingly.

Where do you see that it is a security bump? I don't seem to find any
security related fixes in 6.0.7 / 6.0.8.
Peter Korsgaard Sept. 25, 2020, 1:38 p.m. UTC | #3
>>>>> "Titouan" == Titouan Christophe <titouan.christophe@railnova.eu> writes:

 > From the release notes
 > See: https://github.com/redis/redis/blob/6.0.8/00-RELEASENOTES

 > ================================================================================
 > Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
 > ================================================================================

 > Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
 > Specifically the first two listed below which cause protocol errors for clients.

 > ================================================================================
 > Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
 > ================================================================================

 > Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
 > CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.

 > Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Committed to 2020.08.x, thanks.
diff mbox series

Patch

diff --git a/package/redis/redis.hash b/package/redis/redis.hash
index 840019415d..d686d59847 100644
--- a/package/redis/redis.hash
+++ b/package/redis/redis.hash
@@ -1,5 +1,5 @@ 
 # From https://github.com/redis/redis-hashes/blob/master/README
-sha256  12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94  redis-6.0.6.tar.gz
+sha256  04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68  redis-6.0.8.tar.gz
 
 # Locally calculated
 sha256  97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828  COPYING
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index 33c764a0d5..c567d3200d 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-REDIS_VERSION = 6.0.6
+REDIS_VERSION = 6.0.8
 REDIS_SITE = http://download.redis.io/releases
 REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
 REDIS_LICENSE_FILES = COPYING