All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] redis: bump to version 4.0.11
@ 2018-10-22 22:56 Peter Korsgaard
  2018-10-23 11:49 ` Titouan Christophe
  2018-10-23 14:31 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-10-22 22:56 UTC (permalink / raw)
  To: buildroot

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>
---
 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 d448228b56..0b4e25c61d 100644
--- a/package/redis/redis.hash
+++ b/package/redis/redis.hash
@@ -1,5 +1,5 @@
 # From https://github.com/antirez/redis-hashes/blob/master/README
-sha256 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4  redis-4.0.10.tar.gz
+sha256 fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb  redis-4.0.11.tar.gz
 
 # Locally calculated
 sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063  COPYING
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index a14ae2283f..da2307d693 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-REDIS_VERSION = 4.0.10
+REDIS_VERSION = 4.0.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
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] redis: bump to version 4.0.11
  2018-10-22 22:56 [Buildroot] [PATCH] redis: bump to version 4.0.11 Peter Korsgaard
@ 2018-10-23 11:49 ` Titouan Christophe
  2018-10-23 14:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Titouan Christophe @ 2018-10-23 11:49 UTC (permalink / raw)
  To: buildroot

On Tue, 2018-10-23 at 00:56 +0200, Peter Korsgaard wrote:
> 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>
> ---
>  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 d448228b56..0b4e25c61d 100644
> --- a/package/redis/redis.hash
> +++ b/package/redis/redis.hash
> @@ -1,5 +1,5 @@
>  # From https://github.com/antirez/redis-hashes/blob/master/README
> -sha256
> 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4  red
> is-4.0.10.tar.gz
> +sha256
> fc53e73ae7586bcdacb4b63875d1ff04f68c5474c1ddeda78f00e5ae2eed1bbb  red
> is-4.0.11.tar.gz
>  
>  # Locally calculated
>  sha256
> cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063  COP
> YING
> diff --git a/package/redis/redis.mk b/package/redis/redis.mk
> index a14ae2283f..da2307d693 100644
> --- a/package/redis/redis.mk
> +++ b/package/redis/redis.mk
> @@ -4,7 +4,7 @@
>  #
>  ####################################################################
> ############
>  
> -REDIS_VERSION = 4.0.10
> +REDIS_VERSION = 4.0.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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] redis: bump to version 4.0.11
  2018-10-22 22:56 [Buildroot] [PATCH] redis: bump to version 4.0.11 Peter Korsgaard
  2018-10-23 11:49 ` Titouan Christophe
@ 2018-10-23 14:31 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-10-23 14:31 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-10-23 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22 22:56 [Buildroot] [PATCH] redis: bump to version 4.0.11 Peter Korsgaard
2018-10-23 11:49 ` Titouan Christophe
2018-10-23 14:31 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.