All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] redis: bump to version 3.2.11
@ 2017-10-26 12:44 Peter Korsgaard
  2017-10-27 11:49 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-26 12:44 UTC (permalink / raw)
  To: buildroot

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>
---
 package/redis/redis.hash | 4 +++-
 package/redis/redis.mk   | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/package/redis/redis.hash b/package/redis/redis.hash
index 2eef91cc0b..ce2d66b8c2 100644
--- a/package/redis/redis.hash
+++ b/package/redis/redis.hash
@@ -1,2 +1,4 @@
 # From https://github.com/antirez/redis-hashes/blob/master/README
-sha256 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26  redis-3.2.9.tar.gz
+sha256 31ae927cab09f90c9ca5954aab7aeecc3bb4da6087d3d12ba0a929ceb54081b5  redis-3.2.11.tar.gz
+# Locally calculated
+sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063  COPYING
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
-- 
2.11.0

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

* [Buildroot] [PATCH] redis: bump to version 3.2.11
  2017-10-26 12:44 [Buildroot] [PATCH] redis: bump to version 3.2.11 Peter Korsgaard
@ 2017-10-27 11:49 ` Peter Korsgaard
  2017-10-28 17:19 ` Peter Korsgaard
  2017-11-15 18:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-27 11:49 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] redis: bump to version 3.2.11
  2017-10-26 12:44 [Buildroot] [PATCH] redis: bump to version 3.2.11 Peter Korsgaard
  2017-10-27 11:49 ` Peter Korsgaard
@ 2017-10-28 17:19 ` Peter Korsgaard
  2017-11-15 18:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-10-28 17:19 UTC (permalink / raw)
  To: buildroot

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

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

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] redis: bump to version 3.2.11
  2017-10-26 12:44 [Buildroot] [PATCH] redis: bump to version 3.2.11 Peter Korsgaard
  2017-10-27 11:49 ` Peter Korsgaard
  2017-10-28 17:19 ` Peter Korsgaard
@ 2017-11-15 18:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-11-15 18:53 UTC (permalink / raw)
  To: buildroot

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

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

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-11-15 18:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-26 12:44 [Buildroot] [PATCH] redis: bump to version 3.2.11 Peter Korsgaard
2017-10-27 11:49 ` Peter Korsgaard
2017-10-28 17:19 ` Peter Korsgaard
2017-11-15 18:53 ` 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.