pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/redis Update databases/redis to 3.2.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c972b4ff2280
branches:  trunk
changeset: 350917:c972b4ff2280
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Tue Aug 09 09:11:53 2016 +0000

description:
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.

diffstat:

 databases/redis/Makefile |   4 ++--
 databases/redis/PLIST    |   4 +++-
 databases/redis/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r f9c77fc1cda7 -r c972b4ff2280 databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Aug 09 09:01:29 2016 +0000
+++ b/databases/redis/Makefile  Tue Aug 09 09:11:53 2016 +0000
@@ -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 -r f9c77fc1cda7 -r c972b4ff2280 databases/redis/PLIST
--- a/databases/redis/PLIST     Tue Aug 09 09:01:29 2016 +0000
+++ b/databases/redis/PLIST     Tue Aug 09 09:11:53 2016 +0000
@@ -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/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/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 -r f9c77fc1cda7 -r c972b4ff2280 databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Aug 09 09:01:29 2016 +0000
+++ b/databases/redis/distinfo  Tue Aug 09 09:11:53 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index