Update databases/redis to 3.0.6.

--[ Redis 3.0.6 ] Release date: 18 Dec 2015

Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so
                 updating does not hurt, but most users are unlikely to
                 experience this condition because it requires some odd
                 timing. However if you are a Redis Cluster user, upgrading
                 is strongly adviced since this release includes very
                 important improvements to Redis Cluster.

* [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
        patched by Sun He and Chris Lamb)
* [FIX] Redis Cluster replica migration fixed. See issue #2924 for details.
        (Salvatore Sanfilippo)
* [FIX] Fix a race condition in processCommand() because of interactions
        with freeMemoryIfNeeded(). Details in issue #2948 and especially
        in the commit message d999f5a. (Race found analytically by
        Oran Agra, patch by Salvatore Sanfilippo)

* [NEW] Backported from the upcoming Redis 3.2:
        MIGRATE now supports an extended multiple-keys pipelined mode, which
        is an order of magnitude faster. Redis Cluster now uses this mode
        in order to perform reshardings and rebalancings. (Salvatore Sanfilippo)
* [NEW] Backported from the upcoming Redis 3.2:
        Redis Cluster has now support for rebalancing via the redis-trib
        rebalance command. Demo here:
        https://asciinema.org/a/0tw2e5740kouda0yhkqrm5790
        Official documentation will be available ASAP. (Salvatore Sanfilippo)
* [NEW] Redis Cluster redis-trib.rb new "info" subcommand.
* [NEW] Redis Cluster tests improved. (Salvatore Sanfilippo)
* [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
        Sanfilippo)
This commit is contained in:
fhajny 2015-12-31 09:09:36 +00:00
parent b65bf5baae
commit 7c5b61ad13
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.16 2015/10/18 08:28:22 fhajny Exp $ # $NetBSD: Makefile,v 1.17 2015/12/31 09:09:36 fhajny Exp $
DISTNAME= redis-3.0.5 DISTNAME= redis-3.0.6
CATEGORIES= databases CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/ MASTER_SITES= http://download.redis.io/releases/

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.17 2015/11/04 17:41:16 agc Exp $ $NetBSD: distinfo,v 1.18 2015/12/31 09:09:36 fhajny Exp $
SHA1 (redis-3.0.5.tar.gz) = ad3ee178c42bfcfd310c72bbddffbbe35db9b4a6 SHA1 (redis-3.0.6.tar.gz) = 4b1c7b1201984bca8f7f9c6c58862f6928cf0a25
RMD160 (redis-3.0.5.tar.gz) = b4de06682819c3c9f1431d3ced18790180456f0d RMD160 (redis-3.0.6.tar.gz) = 8644de06bf4d8097487ae004c95863123d22669a
SHA512 (redis-3.0.5.tar.gz) = f44e2bcf2f4910da9f9d9e31ec542d5816ec0ba4329efe3e5053cc0176a5a8557d905f23bd3fd37e8a6e674eaf12804613718f63cb2ca1eac2b4f9c6082acab6 SHA512 (redis-3.0.6.tar.gz) = cb29b2ed6db4a77ffafc27a94deb71b73332f4e05b63957ac870532a634d7aaf1df4225aec8bc3011322b6df35a7f0e7c3f3bb070e29aabd3dabdb5cfbb681d4
Size (redis-3.0.5.tar.gz) = 1366160 bytes Size (redis-3.0.6.tar.gz) = 1372648 bytes
SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558 SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558
SHA1 (patch-ac) = 5cd23cef32a010a07ae59fce283891b9f9722c05 SHA1 (patch-ac) = 5cd23cef32a010a07ae59fce283891b9f9722c05
SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445 SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445