From b4371aa73110eb30e41769c1d3eff132721e31b0 Mon Sep 17 00:00:00 2001 From: fhajny Date: Tue, 9 Aug 2016 09:11:53 +0000 Subject: Update databases/redis to 3.2.3. Redis 3.2.3 Bugfixes: - There was an inverted if statement logic problem in replication.c causing a replication delay. - Redis-cli created the history file with insecure permissions, allowing reding from the file. Redis 3.2.2 - There was a bug in the List type implementation, able to cause the crash of the server under certain (non trivial to replicate) circumstances when the LSET command was used. - Redis Sentinel, when monitoring multiple masters, could crash after a Sentinel address update event. - Redis Sentinel now checks slaves INFO state more often when disconnected. - It was possible, under a variety of conditions, that the AOF and RDB children process could spawn at the same time. This is known to trash disk I/O, AOF performances, and to ultimately create latency in the Redis server. - Many GEORADIUS bugs are now fixed \o/. New features: - Now slaves support the slave-announce-ip and slave-announce-port options. - The RDB check utlity is now part of Redis and uses the same RDB code that Redis uses in order to load the dataset in memory. --- databases/redis/Makefile | 4 ++-- databases/redis/PLIST | 4 +++- databases/redis/distinfo | 10 +++++----- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'databases/redis') diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 6941a670fa5..f0ef61ad9ce 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2016/06/19 21:28:58 fhajny Exp $ +# $NetBSD: Makefile,v 1.22 2016/08/09 09:11:53 fhajny Exp $ -DISTNAME= redis-3.2.1 +DISTNAME= redis-3.2.3 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ diff --git a/databases/redis/PLIST b/databases/redis/PLIST index f969ca0f6e4..d8db652e081 100644 --- a/databases/redis/PLIST +++ b/databases/redis/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/06/21 07:53:50 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/08/09 09:11:53 fhajny Exp $ bin/redis-benchmark bin/redis-check-aof bin/redis-check-rdb @@ -53,6 +53,7 @@ share/examples/redis/tests/sentinel/tests/03-runtime-reconf.tcl share/examples/redis/tests/sentinel/tests/04-slave-selection.tcl share/examples/redis/tests/sentinel/tests/05-manual.tcl share/examples/redis/tests/sentinel/tests/06-ckquorum.tcl +share/examples/redis/tests/sentinel/tests/07-down-conditions.tcl share/examples/redis/tests/sentinel/tests/includes/init-tests.tcl share/examples/redis/tests/sentinel/tmp/.gitignore share/examples/redis/tests/support/cluster.tcl @@ -100,6 +101,7 @@ share/examples/redis/tests/unit/type/string.tcl share/examples/redis/tests/unit/type/zset.tcl share/examples/redis/utils/build-static-symbols.tcl share/examples/redis/utils/cluster_fail_time.tcl +share/examples/redis/utils/corrupt_rdb.c share/examples/redis/utils/create-cluster/.gitignore share/examples/redis/utils/create-cluster/README share/examples/redis/utils/create-cluster/create-cluster diff --git a/databases/redis/distinfo b/databases/redis/distinfo index a4716eee15e..4fde5fa5c42 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.23 2016/06/19 21:28:58 fhajny Exp $ +$NetBSD: distinfo,v 1.24 2016/08/09 09:11:53 fhajny Exp $ -SHA1 (redis-3.2.1.tar.gz) = 26c0fc282369121b4e278523fce122910b65fbbf -RMD160 (redis-3.2.1.tar.gz) = fa2b678b3d8b7f32f289bf18a738ca5c9ee647ca -SHA512 (redis-3.2.1.tar.gz) = 600416558d96d584e67b7fee57292553d801499bc425e39a75e4f047a0b0e59210c6558c9d8206affe4c0fd66a7eaaca67d9e3139380c66098c6c37a22132cb7 -Size (redis-3.2.1.tar.gz) = 1534696 bytes +SHA1 (redis-3.2.3.tar.gz) = 92d6d93ef2efc91e595c8bf578bf72baff397507 +RMD160 (redis-3.2.3.tar.gz) = ad82033f72e24458c9cf1cbb28996b2b7e173365 +SHA512 (redis-3.2.3.tar.gz) = 373643d384a3b68ca5d0486101a342e3843ffa81b0ead49a66c1aa1d92d9a51924bc1f5a1b1068718902a05c242183fbd62c9179d3fe36e9b77f37f3ddf81975 +Size (redis-3.2.3.tar.gz) = 1541401 bytes SHA1 (patch-ab) = 21754f59e9f1013095fe47ccf7411b438385d558 SHA1 (patch-ac) = 1d848860a39af7a93a06eb8f3001fe89cb1bb3ad SHA1 (patch-deps_hiredis_fmacros.h) = b9d7d0a82e6794078d997769db6e5572f981b445 -- cgit v1.2.3